Loading Tool

Explorer IconExplorer

Memory Pool

80,246 transactions
29.64 vMB
0.09457542 BTC
Random Selection Loading Transactions
Max Size: 177.75/200 MB

Candidate Block

Mining Attempt e7d1683a653b0689f9dab9287f9b65680826fa1c26552ec8daa6d9f69aa0814c
Version 20000000
Previous Block 00000000000000000000ac9a110e87b4ee4be0fde34cf75b1a29f72c4b2b9abc
Merkle Root 13ef187a771a864d7f11c78a6238bb9de5c5b1d89b8368f9949019f9383c08f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.03403154 BTC
Feerates: 150.80 > 3.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,063 (122,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,182 792,182 00000000000000000003314d5bd11259ff2e05d92fe5933268a9241ce0b67e01 4,100 1.00/1.00 vMB 65
792,181 792,181 00000000000000000002fb42932b5492decdd81d12338dcece2161c05217695c 2,994 1.00/1.00 vMB 38
792,180 792,180 000000000000000000051f43ff76de8054ee1aaf3d0e5ceebc95f2891b06619b 3,337 1.00/1.00 vMB 63
792,179 792,179 00000000000000000001f923fa008f98d17cabcf158e69cffa441f1ad41fbcd5 2,040 1.00/1.00 vMB 41
792,178 792,178 00000000000000000000e767dae72860e2fbd769dff53ea4b4aa55368f8eec48 3,037 1.00/1.00 vMB 55
792,177 792,177 0000000000000000000132e7f3e635895e72ede736f155f96166e1caf77f9632 2,397 1.00/1.00 vMB 53
792,176 792,176 00000000000000000003074ce35a01257f29446ea4044ba30cf04f8f12155ea8 2,507 1.00/1.00 vMB 88
792,175 792,175 00000000000000000000f1d7001f948960b67b95beb5072f03eab11ce456c922 1,456 1.00/1.00 vMB 30
792,174 792,174 00000000000000000002c8758fc11212fd7d05eb02fbbbdeaaeddd5a8a9b6368 4,123 1.00/1.00 vMB 45
792,173 792,173 000000000000000000014a3b9cf711d9aa25597dca71b5446ce016c49720701d 4,430 1.00/1.00 vMB 38
792,172 792,172 00000000000000000000fdd318b7ba358ba991157927612bfe89bd8133c1339d 375 1.00/1.00 vMB 18
792,171 792,171 00000000000000000003bf28b92f6a28607f7e496217ff66bc19856fc63cf2c1 1,191 1.00/1.00 vMB 21
792,170 792,170 00000000000000000001d04524649a646d9e38da3ac8c4d58fd71ce04f92d84b 3,955 1.00/1.00 vMB 24
792,169 792,169 00000000000000000004ab99a7ab7e4f7a6b1b4b1395bdf723e60d8f17d7d08c 2,553 1.00/1.00 vMB 43
792,168 792,168 00000000000000000001b4cac2da451ecdff5ed4eb2d6dcdf1705a14735f8d0c 3,370 1.00/1.00 vMB 68
792,167 792,167 00000000000000000001003c9a85498c483b22af34426a4882e57a79f635179b 3,077 1.00/1.00 vMB 31
792,166 792,166 000000000000000000035703674ea5fad33de3ed2d2a7e0609cd18ad507663a4 2,032 1.00/1.00 vMB 29
792,165 792,165 00000000000000000002d54863eb6300fc05b4ca805b4bb2782db880ea29f61a 2,641 1.00/1.00 vMB 38
792,164 792,164 00000000000000000005aaa4a141b7a9420c8ae187f7f3c61fbb0a21843d62ff 1,878 1.00/1.00 vMB 27
792,163 792,163 00000000000000000002f7ccaf404c84b352d8a21fafb15af59cec3ceb38893f 2,633 1.00/1.00 vMB 38
792,162 792,162 000000000000000000057165ada4fd7c5ea5ac559623e6e31eb05797805af179 2,808 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.50 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: 668.43 GB
    • Received: 15.52 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.