Loading Tool

Explorer IconExplorer

Memory Pool

79,281 transactions
29.39 vMB
0.12573197 BTC
Random Selection Loading Transactions
Max Size: 176.96/200 MB

Candidate Block

Mining Attempt 547da916060174f5853e1506eb89f7ee91c08320774d490c400fe10929747f45
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 77f42927f3dea317ef034bf4d9ec1f7214fd7358a5ce18e8b85c1cc20196569b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04578750 BTC
Feerates: 150.80 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (513,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,290 401,290 000000000000000001aa6a28b12c6db0f34fca9d82f367f2fa3094ee7ee96f5a 1,907 1.00/1.00 vMB 30
401,289 401,289 00000000000000000092b2a1cd47b757064c868d474d919c1ce0ff59cf4541c1 2,391 0.99/1.00 vMB 53
401,288 401,288 000000000000000006143b3328934c21b0ef595c273fb5edee0e8766792bec0e 3,039 1.00/1.00 vMB 56
401,287 401,287 0000000000000000011579e74d0efa102d99f1e7783509a87147d41837dbf472 2,259 0.93/1.00 vMB 80
401,286 401,286 000000000000000004e363297771ab44a7ed816605c2a7327e37ff446d82c177 2,829 1.00/1.00 vMB 99
401,285 401,285 000000000000000006785f62dce90601da24287b52697a98498f81380e99de77 793 1.00/1.00 vMB 18
401,284 401,284 00000000000000000556c52a540f029970ae4504a119f43ec7a4f9946dede3b7 1,884 1.00/1.00 vMB 47
401,283 401,283 0000000000000000061e5a6f93d393db7c2e5ce2aa32b6bf98a257fc2434f8b4 1,355 1.00/1.00 vMB 31
401,282 401,282 000000000000000005d7260a08b6d77ba2b1b85de3eea16102fe5fb7648cc7db 2,162 1.00/1.00 vMB 42
401,281 401,281 000000000000000005e9e8e822d95d0bb7111b7e0dd2258a114a2cb982e0b529 2,239 0.99/1.00 vMB 79
401,280 401,280 000000000000000003b64a6ff217a6cef915cd359be9603b15a8332171e5337f 2,340 1.00/1.00 vMB 43
401,279 401,279 000000000000000003d128977cbb78def8759400652bc266be0f5d8e6585192c 2,812 1.00/1.00 vMB 84
401,278 401,278 000000000000000002be7b3c6197991eeac8b127537a1199d7b50d166e719999 1,562 0.93/1.00 vMB 33
401,277 401,277 000000000000000003d3319de387798b9d6be3fbd7cec05362854b83ed94c869 3,581 0.93/1.00 vMB 116
401,276 401,276 00000000000000000271ade657b87566fcd7b3c77edacd3add097537695c48c9 2,667 1.00/1.00 vMB 66
401,275 401,275 0000000000000000036d69ba41ea94b69659f4b5b6ac1f1c5b581dacbc8aa50d 4,032 0.99/1.00 vMB 127
401,274 401,274 000000000000000001bca63b7bfa27bc0231dffad488c471ee2a0dfc5e8abc16 1,645 1.00/1.00 vMB 32
401,273 401,273 0000000000000000021b59e8122e35982640e80ebc2241562c29fe0707bb5380 2,085 1.00/1.00 vMB 40
401,272 401,272 000000000000000003666a16c9b9271767272fc15413668843c5150af04a1623 2,924 1.00/1.00 vMB 92
401,271 401,271 0000000000000000042fa220fee2d921d20b8e6058004c6745ca2f4e03a7c0bf 2,266 0.93/1.00 vMB 62
401,270 401,270 00000000000000000674e991410282ec3f8ec39f95e34573d68f88f9f1dfb896 3,209 0.99/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.