Loading Tool

Explorer IconExplorer

Memory Pool

56,380 transactions
32.10 vMB
0.18105292 BTC
Random Selection Loading Transactions
Max Size: 172.78/200 MB

Candidate Block

Mining Attempt 0e0ac1c91c0e248d4928131fec903513a1cc8ee32464318f53207e9ab893ea95
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 7753ae54ba9a8088d503bc949131985c3c3885ce487d26f6bacfcc47cedae9d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.07162385 BTC
Feerates: 465.21 > 7.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (177,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,475 737,475 000000000000000000027a7e1f36d5813d87353c8a50eea70ba7d7abcf93bd9b 2,327 1.00/1.00 vMB 4
737,474 737,474 0000000000000000000746d3512d8cb2460bf26fb00f4533e6b6896fd2271929 3,201 1.00/1.00 vMB 13
737,473 737,473 000000000000000000007158a18fb5569ff5d5ccacd863ef4e628547e53f4e3d 2,351 1.00/1.00 vMB 12
737,472 737,472 000000000000000000056deb5d3c39fb507937fcea972aceaab02ba82bc5d5d6 2,828 1.00/1.00 vMB 19
737,471 737,471 000000000000000000047fe557d26337fe0d3e92444c8316942657b9f61fcc15 1,964 1.00/1.00 vMB 18
737,470 737,470 000000000000000000088405d64c9ed7a43844f21e9b42ae2eedab3897fc1f1c 2,293 1.00/1.00 vMB 5
737,469 737,469 000000000000000000016b763316be1952d4e772ccd6aaba6ba2ddf32e09f955 3,219 1.00/1.00 vMB 19
737,468 737,468 00000000000000000001367e555092acf6ea670613ab6f29508ad72dade1c159 2,536 1.00/1.00 vMB 19
737,467 737,467 00000000000000000002b239b312bec767d2dd62ff278eee02aaaef6da907d62 3,013 1.00/1.00 vMB 17
737,466 737,466 00000000000000000006d79f97d0b40f8d290fae1a89bc687d6e70e51a5e252c 1,941 1.00/1.00 vMB 8
737,465 737,465 000000000000000000055b2ac5caccf35ecf4e44727b5ac4e6a1b53d5778f83d 2,094 1.00/1.00 vMB 9
737,464 737,464 00000000000000000003570fb5ae97dfd6e322f34f84ab745147b67b29de5974 1,859 1.00/1.00 vMB 16
737,463 737,463 000000000000000000076d0410740b661bdd6b72de4586a1d0e50c9720d978e3 3,303 1.00/1.00 vMB 22
737,462 737,462 0000000000000000000208bb210d2dfca7e6c6cc704a74cdf9a86612fcd9b7b4 1,215 1.00/1.00 vMB 19
737,461 737,461 000000000000000000020b215a57404249bb34f3581d17d16c66315d35e0d56f 2,036 1.00/1.00 vMB 4
737,460 737,460 0000000000000000000325a20fd718c326c24b21e6dc6f4eb90421227745f548 2,517 1.00/1.00 vMB 9
737,459 737,459 00000000000000000000718dd5f642610f7440dee6db432f13757670b4a49227 3,358 1.00/1.00 vMB 20
737,458 737,458 00000000000000000000b656caf41af75fed0f8297b28a84f44cfca40fb918d2 2,922 1.00/1.00 vMB 5
737,457 737,457 0000000000000000000745bc51b5f4ae27325b3190c3d62fa0f31b98abec889d 2,578 1.00/1.00 vMB 12
737,456 737,456 0000000000000000000735e8ef43a6328259ec6f3cee2065a3028c0fdefdecde 3,254 1.00/1.00 vMB 12
737,455 737,455 00000000000000000000ef0b307a5885b5b5eb5cfe0f3462d76febc94490a355 3,093 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.