Loading Tool

Explorer IconExplorer

Memory Pool

40,451 transactions
27.56 vMB
0.06830901 BTC
Random Selection Loading Transactions
Max Size: 141.36/200 MB

Candidate Block

Mining Attempt d0f50573cbf1ca7db8988c2185c287982d772c3c4f821cfb7aa88d3d8a9ca195
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 9fbab5a3ac78233b292d0711c9b460f27c161a04830b9ad7fdca7f263e119267
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,567
Size: 1.00 vMB
Total Fees: 0.01584821 BTC
Feerates: 307.10 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (457,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,937 456,937 0000000000000000017e1484bb33d77df2cdff33c4eaf2ca2855eb7f3abd0841 2,154 1.00/1.00 vMB 176
456,936 456,936 00000000000000000243b32538a13d5e6fd0b787ae723567796e73e5146d62db 813 1.00/1.00 vMB 43
456,935 456,935 00000000000000000158fc20f36ddfc0226be8eb0b3f229fdd4d16994a817baf 2,252 1.00/1.00 vMB 131
456,934 456,934 000000000000000001a035edd0c715befb055a0f07b94280f019c8b87fc96e60 1,876 1.00/1.00 vMB 185
456,933 456,933 0000000000000000007850ef7abe6bedce1cef874e89dba600b38f22c9970129 2,707 1.00/1.00 vMB 209
456,932 456,932 000000000000000001b6044c2a05e35c53f05b0da57ee1cf31efb613c689bfe5 64 0.04/1.00 vMB 173
456,931 456,931 00000000000000000115e03c97b6339601097f4482f17631db0f7a7d48e19ccc 284 1.00/1.00 vMB 22
456,930 456,930 0000000000000000024c30f60282dc6e849ee552628df11c795d3268f79c0f7c 2,065 1.00/1.00 vMB 164
456,929 456,929 000000000000000000a443dad2d047a45219efa8f5682954b4bdacaa848c038a 1,108 1.00/1.00 vMB 53
456,928 456,928 000000000000000001511b14035e2a0b2d998c84d578ed2a9a3af10bcb747ac2 2,477 1.00/1.00 vMB 155
456,927 456,927 0000000000000000017b7062cedf7d115347f01fd6f249b9c8db5848b005f8fd 2,045 1.00/1.00 vMB 148
456,926 456,926 00000000000000000132ca6adb994f4abf11102fce57140aa83bc2050ab37f1b 1,962 1.00/1.00 vMB 182
456,925 456,925 000000000000000000f5f3df19b44a38f2ead1363e8bc134ddf9c42ab6635637 1,690 1.00/1.00 vMB 231
456,924 456,924 000000000000000001ab4150ce00c07e49ef0282f4c7e9c49f4ba9fe6e340cf7 925 1.00/1.00 vMB 75
456,923 456,923 00000000000000000059da6d5ea413149e85763559f8fb2fd79a29a11bc6d86b 1,040 0.58/1.00 vMB 159
456,922 456,922 00000000000000000155cb192ea57bbe536aeb1b93b04e24f36822f381950fa8 799 1.00/1.00 vMB 55
456,921 456,921 0000000000000000019a3d9e65cee9545ee954f63bc6c5bb2b5ad56f2dc3478a 979 1.00/1.00 vMB 68
456,920 456,920 000000000000000000a8e6cd3a5e46ffecc60168f0d745506f6d8baef4c0ff5a 318 1.00/1.00 vMB 65
456,919 456,919 00000000000000000033f5199ce98fff252c5bebfa8b2f1fb9d71d0e35bb135d 424 1.00/1.00 vMB 72
456,918 456,918 000000000000000000f406dbfcce3526215f61c72a42bf0ed9753b9c471b56e5 2,402 1.00/1.00 vMB 167
456,917 456,917 000000000000000000f52f38781677086477fd27679c3472cf36b4613787c421 887 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 781.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 632.87 GB
    • Received: 12.17 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.