Loading Tool

Explorer IconExplorer

Memory Pool

75,385 transactions
27.78 vMB
0.07957810 BTC
Random Selection Loading Transactions
Max Size: 168.98/200 MB

Candidate Block

Mining Attempt 9865a1d747743abf4d5a8c4f31b235888715ef573a6b4e05d4c496cc96099ef1
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 4c6fcdced4d1f76dc0ed6841d92c1583b4a07bc4a024f707667645b5180aebf3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,645
Size: 1.00 vMB
Total Fees: 0.02015719 BTC
Feerates: 151.01 > 2.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (464,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,080 451,080 0000000000000000011e7f58fbf5a62587d615b694ecb0095b3a1435e00e80a7 2,176 1.00/1.00 vMB 126
451,079 451,079 000000000000000002403565061866fa5e206474215490a58959354445295f04 163 0.08/1.00 vMB 118
451,078 451,078 00000000000000000116de43599267df7f8593a65ec59e2839e34d190cde2465 2,006 1.00/1.00 vMB 94
451,077 451,077 000000000000000000f92e96fee9d849faa7bf4f3a0b4fe695cc93a7ceb43464 2,887 1.00/1.00 vMB 124
451,076 451,076 00000000000000000271b62f8e64d1619214940fdca406bbf7837c95868997f2 3,028 1.00/1.00 vMB 69
451,075 451,075 00000000000000000187aafa7162af9d1e748c169f2019c59cd3c955a0e204f7 2,222 1.00/1.00 vMB 82
451,074 451,074 000000000000000000b31d7f0a95ba4a538a3f8f95b6b9da104e956294e3175a 2,288 1.00/1.00 vMB 105
451,073 451,073 0000000000000000011b2b3d8ec895bf9d6815d278ce89b28a7e9a77bbf04397 2,339 1.00/1.00 vMB 69
451,072 451,072 00000000000000000090be907c7042bf80d7f39c6939283976c285d74c3b27e2 2,352 1.00/1.00 vMB 101
451,071 451,071 0000000000000000018536895eb82d87ca00d5062d7dd8fd6f639f946c1b2161 2,498 1.00/1.00 vMB 85
451,070 451,070 00000000000000000168269f786532e40720aae90339d7febabdc878d6dd2a62 1,471 1.00/1.00 vMB 83
451,069 451,069 000000000000000000e61ced2093bdd6f512290861122c4bd44525e9fd7e07d0 1,949 1.00/1.00 vMB 95
451,068 451,068 000000000000000001751584c3048010d6b586fdd4348f0e1272aea9163c1ee2 383 0.27/1.00 vMB 102
451,067 451,067 000000000000000000eefb70454d7a8f5546cd9cc908a8fa0c730450500743d9 1,877 1.00/1.00 vMB 113
451,066 451,066 00000000000000000193337e2a25a6d8a4ea62f27b312fa52888dcd0b369adf4 1,831 1.00/1.00 vMB 72
451,065 451,065 0000000000000000021efcd9e597325da19e29bbf313565c374a662c7778bf68 2,248 1.00/1.00 vMB 85
451,064 451,064 000000000000000001782d511fcf5766310c2a8a4bbdce9def9f34708b75b43c 1,890 1.00/1.00 vMB 105
451,063 451,063 0000000000000000018a41bbe2ab7b98a61d428303a702d70af09f60f5f71ede 2,202 1.00/1.00 vMB 113
451,062 451,062 00000000000000000114f784f1b1788b463f7c29d300677b806fb2ac65a79a4e 1,728 1.00/1.00 vMB 97
451,061 451,061 0000000000000000003403f0e50ba7173b006f5c5e4718e1788bce35935f5ee0 2,790 1.00/1.00 vMB 122
451,060 451,060 000000000000000000e77b5cee1992542af11558be9743c6ee27e1231800083b 2,026 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.