Loading Tool

Explorer IconExplorer

Memory Pool

75,127 transactions
27.71 vMB
0.07739562 BTC
Random Selection Loading Transactions
Max Size: 169.01/200 MB

Candidate Block

Mining Attempt c11601d3d2ec50b0d2f127853c455b7374d8a69866137e321cf59d9c4895b035
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 561ea766a00f4f6b4f73f4dcd6de568826c8f283bfa1e6d656a832928e518b48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.01810123 BTC
Feerates: 301.57 > 1.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (583,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,970 331,970 000000000000000009be446a7ec0bc9a9094948c0b4d75000cb1031072e7281f 562 0.47/1.00 vMB 19
331,969 331,969 000000000000000011f11c9afaf64d9d85502a483f7aa93f723169ccdb015419 16 0.03/1.00 vMB 17
331,968 331,968 00000000000000000bf229b9b48fa4745fd8e33463fd28dc50d223b2d0d947bc 89 0.08/1.00 vMB 17
331,967 331,967 000000000000000007e3ff3a2c7572f37fca04b308bd8105a3990aa443b44f30 162 0.06/1.00 vMB 30
331,966 331,966 000000000000000008623f01d48494c5acad86a91de459631e823d34303cbdd1 1,180 0.63/1.00 vMB 25
331,965 331,965 00000000000000000f349f1caf8490a768f8fff9728bfc96a348e18096cb3c6a 165 0.11/1.00 vMB 16
331,964 331,964 00000000000000001134935f5d2a9f2f5f073f9d9dfae59fc3bb383e8934a3f8 244 0.14/1.00 vMB 22
331,963 331,963 0000000000000000117c0ba80fca0943d247991cc48bb9f9a56d9c787caf843f 77 0.03/1.00 vMB 31
331,962 331,962 0000000000000000097f1c16adf01eda3ca8b55c6207bf6885ae672c0fb0230e 486 0.34/1.00 vMB 21
331,961 331,961 00000000000000000b1218036d68fa4313dca800ef37bf3e809f1a320b0f958c 106 0.11/1.00 vMB 6
331,960 331,960 000000000000000012d29b953b013e46202fad04cc484be0b2b4a2899a98adfe 1,294 0.75/1.00 vMB 24
331,959 331,959 00000000000000001754857e39e124ebec2186c7be9ff460a3e34a8e21144001 168 0.10/1.00 vMB 25
331,958 331,958 000000000000000007389815cc98e8c7b8cfa095ab089bf1bc0927e53c0ef7f0 653 0.36/1.00 vMB 22
331,957 331,957 0000000000000000162cf91483a37b8fc9755d98e5f3d9f8062f0dad8c43d740 300 0.19/1.00 vMB 18
331,956 331,956 00000000000000001a8abe9d0c21a09b2c9485a912ffac9968aba1f33d808dd5 458 0.31/1.00 vMB 18
331,955 331,955 00000000000000000e19f324c17507e1cd0c9931dd7c30c2b2087ecbd6463b0c 1,116 0.78/1.00 vMB 19
331,954 331,954 00000000000000001a393f807ef9a1b00525fe0e1ea8561f7c5020c49b849390 512 0.14/1.00 vMB 44
331,953 331,953 0000000000000000158d47fd10b82690db5db43d8a4861396934a3d0f56e7d4f 105 0.06/1.00 vMB 11
331,952 331,952 000000000000000005654a9ca9d68a3fc36b3867b07255bdbb54baa7343d1a9e 558 0.40/1.00 vMB 18
331,951 331,951 000000000000000002fa205de5386cbc4a36ca0e8b29b8e81bcd9297c7241534 557 0.50/1.00 vMB 19
331,950 331,950 00000000000000000471f8b4c29ae48f58f25f17fb240790688837d9186e2ea3 1,205 0.50/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.