Loading Tool

Explorer IconExplorer

Memory Pool

81,554 transactions
31.01 vMB
0.09094577 BTC
Random Selection Loading Transactions
Max Size: 188.24/200 MB

Candidate Block

Mining Attempt bed173ad5be18da26fcecfb95fd27b09ce2dfa484e10a1e7c1213f3088c48da9
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root b32875e5ceec75f4ffd4043c45335231943a525cfe856f1753289646b9941e6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,684
Size: 1.00 vMB
Total Fees: 0.02418523 BTC
Feerates: 351.58 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (294,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,595 620,595 00000000000000000011fe86088f6f532146678fc0a3a28c7edb067a83a9a0c4 2,184 0.76/1.00 vMB 16
620,594 620,594 0000000000000000000439fa93f0d73fc3c369ccd8d04efb853852d29afa205f 2,879 0.94/1.00 vMB 17
620,593 620,593 00000000000000000000443729d6d3dc25ccb5484705fb98bc38d749e56145b7 2,206 0.86/1.00 vMB 3
620,592 620,592 0000000000000000000d42e14d338d5154406a9144b1d485539e71f5c7acd98e 2,945 1.00/1.00 vMB 25
620,591 620,591 00000000000000000011d24afd93bf17a328acbbdad9ae8065508dc6cf066018 3,364 1.00/1.00 vMB 15
620,590 620,590 000000000000000000025c9175a08b84f709fb1935983d2d076f2af7ac3fcc99 1,560 0.53/1.00 vMB 14
620,589 620,589 000000000000000000005ec1c027194660ba07794d31c916fc56e8091da2064c 579 0.18/1.00 vMB 24
620,588 620,588 0000000000000000000bb71fa73cd8c45e2b67ac5a69c85e47e0ca54f22d1fd1 624 0.31/1.00 vMB 15
620,587 620,587 000000000000000000106c1017563431288d219f038a3d22da064c92daabb450 1,519 0.46/1.00 vMB 12
620,586 620,586 0000000000000000000000f4785d6f53ad5adccb7e4cfe31f4b207cf3b5b6329 666 0.27/1.00 vMB 16
620,585 620,585 0000000000000000000ae6bd7f9584783aea4c5df4d17886b3a87cf837e6721b 2,958 1.00/1.00 vMB 16
620,584 620,584 00000000000000000008ef28283f9a7840fac8dbb0af4177d8e3f0d24ef039f2 3,319 1.00/1.00 vMB 15
620,583 620,583 0000000000000000000e8ae1a66d61161fda8c868daab19ecd0355744940459d 2,759 1.00/1.00 vMB 10
620,582 620,582 00000000000000000010f5864b9e9fe0f8e4df4e37bc6e0c7a5de6d33be25531 2,698 1.00/1.00 vMB 28
620,581 620,581 000000000000000000026d191bf9cb7312abc2ac53d0803260daae05a66cd4b1 3,490 0.98/1.00 vMB 12
620,580 620,580 0000000000000000000dce6d33dee191c86828c2df671af86440e257ff69d6a5 3,276 1.00/1.00 vMB 11
620,579 620,579 0000000000000000000b38e880b7d7ccf6b02ddcb7ecdcb3b1091ebfd86f70be 3,098 1.00/1.00 vMB 30
620,578 620,578 0000000000000000000f6ed69d6a27580d931e919c5cc363587b4bbd7909d898 336 0.12/1.00 vMB 28
620,577 620,577 0000000000000000000cd4c0f161362d3f5fcd34f5e24f262b420e78f9911d7f 712 0.19/1.00 vMB 16
620,576 620,576 0000000000000000000ac7a86256d227c8d205ad6abbfcf19c5d860e236ea0a4 100 0.03/1.00 vMB 14
620,575 620,575 0000000000000000000950e2eeb1f06e15b6d954f58ff39dd8312aeac322c187 1,461 0.53/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.