Loading Tool

Explorer IconExplorer

Memory Pool

22,005 transactions
9.63 vMB
0.06613832 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.20/200 MB

Candidate Block

Mining Attempt 4cdc9daf527738a925ad26d918a6eae827e95fe12994d1bb0adab10489ad9e7a
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 5af5c7e5d2d993dbad06bbb9bd16470082d50d1d5f2ca04350ffd33f4616d7e2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,167
Size: 1.00 vMB
Total Fees: 0.04142362 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (757,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,111 156,111 000000000000085014946c96b723964795868fa95a8e2a3953dddde613b1fafa 32 0.01 vMB 43
156,110 156,110 0000000000000e1642fdb25aee86778fdfd2cbb05fbe41dfbb58561e04e1bae8 7 0.00 vMB 307
156,109 156,109 0000000000000f283417b1150989763952685f4fdac7fb44fb6e5812caac62b3 48 0.02 vMB 65
156,108 156,108 0000000000000e8c3e0aca7801fbb333bf5a6985b43cf343142ff6508f9fb49c 139 0.05 vMB 26
156,107 156,107 00000000000000569548449c84bff12de476b80047d11d087ca2a3df2c22cfbb 11 0.00 vMB 46
156,106 156,106 00000000000002e94fec977a39b74ba891ba80e7260b3cd813c668614db4067a 5 0.01 vMB 4
156,105 156,105 00000000000008652048137ae6a0c59857c5330b360d2c955102ff8b20d871e2 14 0.00 vMB 28
156,104 156,104 000000000000039b83ba594c80bdead8dbdaab775afbb25ae07259c41e2ee595 54 0.03 vMB 129
156,103 156,103 0000000000000dbc4b1c56970fa0229292628934d9c8ba15ade53a49a4a9d4f4 12 0.01 vMB 225
156,102 156,102 0000000000000f072314c14f9a4ec133a4a4958404190e246a458d1c00c1486f 11 0.01 vMB 613
156,101 156,101 000000000000056b69df0eaadfa7cc745d1ac260ebd3fb455f8bae50edc1cf30 17 0.01 vMB 77
156,100 156,100 0000000000000bfd18165112f0a29c6c756ba07bae4c712b656ab06b048ef28a 6 0.00 vMB 54
156,099 156,099 00000000000009b3051a7ec71ee9b2fffa019081526ab5d4c059a1c6c778afdb 29 0.01 vMB 20
156,098 156,098 00000000000000448f7244eeba37de9a341fd3720c424404dae33f5141d6f72d 20 0.01 vMB 32
156,097 156,097 000000000000050297370064380676a3fd9eb46b0663ffee38354f08b3cf3378 1 0.00 vMB 0
156,096 156,096 0000000000000751e841a99a0b10d5cb0be1209d3cc489585051040c557b9fc4 11 0.00 vMB 88
156,095 156,095 0000000000000d19b57be49c16bcadf08c5983c3a5085bbca8607e60a9ec7a52 116 0.05 vMB 35
156,094 156,094 0000000000000c2eedf9ee9931b51ecfb9f8967376256182d45544dbd3389c96 8 0.00 vMB 98
156,093 156,093 0000000000000aa5c7e69f81eed892dd75f5a3debf3b7c945f53613e88117358 120 0.04 vMB 110
156,092 156,092 00000000000009cd0646992b7a3081c712b4f7801429cfa00b9ab89d1b11975e 6 0.03 vMB 1,048
156,091 156,091 0000000000000225c1d48eb119b2447f4da3dfe7398fc728ee089da175d6d276 6 0.00 vMB 403
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 276.02 GB
    • Received: 1.08 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.