Loading Tool

Explorer IconExplorer

Memory Pool

45,552 transactions
28.41 vMB
0.09389823 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt 981cf88e3e6a7868b4ef3dc058925c1ee7bcf51f4937c2d530f03d829736c37f
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 8382e83bf06a9f9a9478c056d5bbc3da759f5b96c77e7e9edcd70572c8e0b0d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.02156124 BTC
Feerates: 40.21 > 2.16 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (203,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,899 710,899 000000000000000000090695bbb9e637573132e93c99ed6cb9a759bfae639cf0 161 0.06/1.00 vMB 13
710,898 710,898 0000000000000000000881d9c87bf7f3f508a2b6f8e5c8db738f82f9f8045c09 1,669 0.90/1.00 vMB 7
710,897 710,897 0000000000000000000579e2a73a081c0daa7fdd064afdda2fe6d4032d1ab5db 536 0.93/1.00 vMB 4
710,896 710,896 0000000000000000000c1de1fee1b4d7675c4f03729f7041a20df60c0f3dfc71 2,325 0.93/1.00 vMB 11
710,895 710,895 0000000000000000000014fb6dfb33e65ee44a4775a3192b7ded297b44f81213 227 0.95/1.00 vMB 1
710,894 710,894 000000000000000000060ef4349127cac0cee5936a144918c274c2c838642a20 1,970 1.00/1.00 vMB 7
710,893 710,893 00000000000000000003ab4a644bc57a41c45a9b546ea0e375d7ef061934b39e 886 1.00/1.00 vMB 2
710,892 710,892 000000000000000000094c9fb3659ae65ca9b4d3b6efd75dcd50846cc1f97870 1,129 1.00/1.00 vMB 1
710,891 710,891 000000000000000000001613a8fc583686073e3241d5d43fb6d73822c029d1cb 3,656 1.00/1.00 vMB 3
710,890 710,890 0000000000000000000aa9f796990dc376496bf81376b40c3ada68f70cfea1e1 2,073 1.00/1.00 vMB 12
710,889 710,889 0000000000000000000c546131af1cbf866fb74efa9370d39c8eec199dab6d59 3,048 1.00/1.00 vMB 13
710,888 710,888 0000000000000000000726519051e39acced9b17e21501a7999c776b83082b5b 2,833 1.00/1.00 vMB 13
710,887 710,887 0000000000000000000c430092cf1b38960c45fea8da1e34fe76cf855230abd0 2,624 1.00/1.00 vMB 7
710,886 710,886 000000000000000000071ddd12c6195d281f299c9dd9590f8261e33117203fc0 2,904 1.00/1.00 vMB 8
710,885 710,885 00000000000000000007982d9735957a5cb44f0785fa02b87d3160da50e78a45 2,834 1.00/1.00 vMB 27
710,884 710,884 0000000000000000000ae14d588c0266a2808107179f4965aba64db82c2cfeb6 3,057 1.00/1.00 vMB 7
710,883 710,883 0000000000000000000718b230602ebd270f9f30d5c84d0fe1dbb8f7d1935021 2,960 1.00/1.00 vMB 20
710,882 710,882 00000000000000000003698112c33713c13c3f2de722754b22ef26e0b808bece 2,304 1.00/1.00 vMB 5
710,881 710,881 0000000000000000000437beeb8fe6747d0ee09fd9697f2b3f325c874ce643be 2,820 1.00/1.00 vMB 5
710,880 710,880 00000000000000000002bea7b49cf26c9b5e86986fbb66e69b042c128236705d 2,653 1.00/1.00 vMB 17
710,879 710,879 0000000000000000000150c30a579180b077c5f1ba752e00eeb9a6a6113ba455 2,835 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.