Loading Tool

Explorer IconExplorer

Memory Pool

80,851 transactions
30.01 vMB
0.08471470 BTC
Random Selection Loading Transactions
Max Size: 180.53/200 MB

Candidate Block

Mining Attempt 0650d855e45845adc4dfb43ea63fe442ad21aae0b916e0349cc824b800bbbe04
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 39796f7ce4ba6eb2830dd7972b30b0b36a2be2eb8f14d2274c10e6968e216402
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,590
Size: 1.00 vMB
Total Fees: 0.02342267 BTC
Feerates: 397.50 > 2.35 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (90,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,132 824,132 00000000000000000001e5dad5cf2c1a473e351d33e1c813e6e697993ee1b4d4 3,695 1.00/1.00 vMB 84
824,131 824,131 0000000000000000000270dd9ba7dde35978c9827cf7164d5a393afd550bd9ee 3,554 1.00/1.00 vMB 89
824,130 824,130 000000000000000000001f82bed7ede2e74000d8ff02bcb06f8f99d5d9420fe0 3,369 1.00/1.00 vMB 143
824,129 824,129 000000000000000000003fdd32010511c75f89ce9d7f2295fc96b86cf327b90f 3,859 1.00/1.00 vMB 123
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
Previous 10 blocks ↓
Total Size: 782.38 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: 664.38 GB
    • Received: 14.97 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.