Loading Tool

Explorer IconExplorer

Memory Pool

44,937 transactions
28.18 vMB
0.06334207 BTC
Random Selection Loading Transactions
Max Size: 149.77/200 MB

Candidate Block

Mining Attempt 22069b8b44f9ec9b2329339f3f1800b8ead2fa87469a31c0b2af622d26efbe07
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 77ebab76c36796c3b97af5968e81b61b41ed6b5aa7f701af05713e4085243c34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.01020247 BTC
Feerates: 361.66 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (90,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,128 824,128 00000000000000000003310bc167183e72ed59306df9a78258419fb6efcb7679 3,327 1.00/1.00 vMB 124
824,127 824,127 000000000000000000037e098418ae40a8de24d2cbb01f9a870ff74c2cfeb88a 3,235 1.00/1.00 vMB 202
824,126 824,126 00000000000000000003b031da376880fdc149db3e77d3ff10c0981716848bd2 2,636 1.00/1.00 vMB 88
824,125 824,125 000000000000000000025d96e26733915f4db0bbe3c71c29b377b9f0654f6dbe 4,351 1.00/1.00 vMB 78
824,124 824,124 00000000000000000003acf45599b70c5267b7d8a8f4b048f3ff66c2aa142503 3,887 1.00/1.00 vMB 93
824,123 824,123 000000000000000000016f27aaab7cbdf9eb2257f96046a4279b3b494dbe01f4 3,939 1.00/1.00 vMB 68
824,122 824,122 000000000000000000015c166108bab1893575d90410caa4d7b61e4119120aa5 3,861 1.00/1.00 vMB 80
824,121 824,121 00000000000000000000aabd328f23e0529cf76630c1743c96df289e7af06dd7 4,614 1.00/1.00 vMB 68
824,120 824,120 00000000000000000000081f66edb08124a7e17665f9d86dd9e7289f9032a11f 4,175 1.00/1.00 vMB 77
824,119 824,119 0000000000000000000329e96013503083ad26abd6808ef3d56ca9f13ddc04e0 2,981 1.00/1.00 vMB 63
824,118 824,118 000000000000000000014cb266be8ed7ff9fcc4d924f065e8faa972fd6380df7 4,110 1.00/1.00 vMB 69
824,117 824,117 00000000000000000002d5920b3b7cdf4e09ccc6cdaaf0e5bf161d1b769de4b7 2,781 1.00/1.00 vMB 88
824,116 824,116 000000000000000000012568153cab5d88e51009e897d2c22792374087853edb 1,564 0.47/1.00 vMB 87
824,115 824,115 00000000000000000000885a6ef61fb8b9896f288e36683a345e16a86254c2e1 4,069 1.00/1.00 vMB 94
824,114 824,114 000000000000000000026b1520871e3ec8ec238adae72b82619c3bc169f712a0 3,760 1.00/1.00 vMB 95
824,113 824,113 00000000000000000003d32e8d60b7b1d50ae2dff17dcc0c1f2ed5fe3e04c904 1,830 1.00/1.00 vMB 60
824,112 824,112 00000000000000000001c5b75fa06bbd794100fcefd26dfe860cb04eb74a83f3 3,676 1.00/1.00 vMB 69
824,111 824,111 00000000000000000000fd91a4579baa8c6e4013ee4810098464839e8f4a42fd 4,061 1.00/1.00 vMB 70
824,110 824,110 00000000000000000001472dcc8a397ee68c0060b4a8db5341e0330f0fa25ec4 3,482 1.00/1.00 vMB 72
824,109 824,109 00000000000000000001dfa88d940afcc3906914d85a8cfe6d84842e61089e87 3,229 1.00/1.00 vMB 60
824,108 824,108 00000000000000000003a2201d574b79da760195603e1375f87324059bd5058f 3,991 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.12 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: 652.16 GB
    • Received: 13.73 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.