Loading Tool

Explorer IconExplorer

Memory Pool

56,837 transactions
32.21 vMB
0.18729543 BTC
Random Selection Loading Transactions
Max Size: 173.45/200 MB

Candidate Block

Mining Attempt a64a3fbae6e04a382d1d7b0b60604b29d6148575d17480095620449b9f253691
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 6dea0ef7900aa8c0de0419a993cc1b783d36817e9906c0a0b6c233e5d0068f3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,498
Size: 1.00 vMB
Total Fees: 0.07380032 BTC
Feerates: 465.21 > 7.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (481,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,909 432,909 000000000000000002073d842bef61616ba69eef109eda274cf10c0d30ad9d83 1 0.00/1.00 vMB 0
432,908 432,908 0000000000000000036f92860a9e89551d792105c67a782187340e2fef862099 1,960 1.00/1.00 vMB 63
432,907 432,907 000000000000000002df3cea8b43b55f97173fbc73fa3fbb5af3451244fd838b 2,229 1.00/1.00 vMB 66
432,906 432,906 000000000000000000c57f9edbe7ad5d30d5795a803951ebcce81181e74cfbe8 2,347 1.00/1.00 vMB 75
432,905 432,905 0000000000000000012909a5e3bdfea10f1e568c4446b5a35a47795f32b7d0c7 2,426 1.00/1.00 vMB 61
432,904 432,904 000000000000000001fbaa5a0a727d518cf0271e51d0a9d81fdf7080c2004aaa 3,049 1.00/1.00 vMB 85
432,903 432,903 000000000000000002b94ea83c9acb2c454853cf36bf5f2fef756c57e4c3884f 363 0.99/1.00 vMB 8
432,902 432,902 0000000000000000025da293d63d263af30c91abbe0bb3ed02b03e7db6eb754b 1,398 0.99/1.00 vMB 38
432,901 432,901 000000000000000001e3bdbd62e68d0112e4be3099b6f917d315fdd763e88f1e 241 0.12/1.00 vMB 34
432,900 432,900 00000000000000000382043fea2855031a140865dd7b68624494a04243c07131 2,525 1.00/1.00 vMB 66
432,899 432,899 000000000000000000b134cb26e49063c2df3b214393da82f496b3d36e1a1aa2 1,598 0.99/1.00 vMB 39
432,898 432,898 000000000000000001441a3bf2997839582931d88a538f4716f093d2b0c0f6dd 1,750 0.71/1.00 vMB 59
432,897 432,897 0000000000000000023119c269c84083035a30408cd2f9a7b9b4614a74328de0 449 0.21/1.00 vMB 56
432,896 432,896 000000000000000001a1539be61d0531a22a0163f2cff814b25a28f66be93845 917 0.40/1.00 vMB 72
432,895 432,895 000000000000000001783c03adcbc0e4fc3d01cecde35555dffd49638d7e4741 761 0.34/1.00 vMB 63
432,894 432,894 0000000000000000019539559fedf4b35a7f5a38a7be0231ec8aa8fcf509edf3 633 0.23/1.00 vMB 67
432,893 432,893 000000000000000000fe38b39a8b5c60b5ef30f30ec80b76655b5f0239cef3cf 1,304 1.00/1.00 vMB 52
432,892 432,892 00000000000000000390a3b38f4bfdf15cb3528c6050c4c6cd68052f38fe25be 1,216 1.00/1.00 vMB 44
432,891 432,891 0000000000000000043df1cfa8167937117f32b54582ca5644a2b08cbf77c2b8 2,628 1.00/1.00 vMB 70
432,890 432,890 000000000000000001b4e19a9dc637567bcd4aa8b565e4f1b59567aaf0039775 1,864 0.97/1.00 vMB 61
432,889 432,889 0000000000000000046e5681c834b21b9994636ac904c9408afa4891209ea695 939 0.53/1.00 vMB 39
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.19 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.