Loading Tool

Explorer IconExplorer

Memory Pool

79,391 transactions
29.72 vMB
0.07553092 BTC
Random Selection Loading Transactions
Max Size: 178.41/200 MB

Candidate Block

Mining Attempt e5d34361e788f7b7e3ca00733bb5fd0cd08e3cea1c67d28f6b73c25151f597c2
Version 20000000
Previous Block 000000000000000000001a6f6115c32c340a2159b30f9ffd632f63424aa563f9
Merkle Root 3c13518016b4cbaf76c20b659c4175fb52518f62b101ec87ec54b771ca92a20f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,641
Size: 1.00 vMB
Total Fees: 0.01506698 BTC
Feerates: 150.00 > 1.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,016 (419,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,523 495,523 000000000000000000c375b7a4964baf86b173a38c3d9a40fd974c4b89f1b8bc 2,282 1.00/1.00 vMB 194
495,522 495,522 0000000000000000004b5de1b641d116aee1eb9cd1e0bed9d6290fc97f113997 1,557 1.00/1.00 vMB 145
495,521 495,521 000000000000000000ae3483133eaa3806c3db2e4f5760cbbf219d0c036747e0 1,872 1.00/1.00 vMB 238
495,520 495,520 00000000000000000049bfdec57ff3d35b7b651dcbe0e1ee2227800b2875459e 2,245 1.00/1.00 vMB 263
495,519 495,519 000000000000000000bb2d5c759ce6d7ade4c23ab5b20a334944c15e56f66477 1,280 1.00/1.00 vMB 77
495,518 495,518 000000000000000000b8b6bb7f17b01ebc434f784933a5cc1b56f7ed3f460fe3 693 1.00/1.00 vMB 38
495,517 495,517 00000000000000000061d75b94d5b94b6a9c3928af866774ac812718bc970ae5 2,224 1.00/1.00 vMB 172
495,516 495,516 0000000000000000003f4cbb241358f2cad6f11cc3cf236d26a314dbba3eaa47 550 1.00/1.00 vMB 33
495,515 495,515 000000000000000000a9f68c07e047063ecb06c5ae0fdff0daf2283434ff9ea6 1,824 1.00/1.00 vMB 125
495,514 495,514 0000000000000000003ca667fdffaf1a33697409cc80a983fa495e51cd9d9562 2,111 1.00/1.00 vMB 139
495,513 495,513 000000000000000000377fb850307400db7c41561305a4f6db2ff5a9b1b51767 2,038 1.00/1.00 vMB 60
495,512 495,512 0000000000000000008eaede3d40af9621816b0af1790b9a588cd68db088c067 2,232 1.00/1.00 vMB 272
495,511 495,511 00000000000000000063403ba5e4c9821a324cecbe4a1a280b57bb426b762e25 2,172 1.00/1.00 vMB 142
495,510 495,510 000000000000000000c0a29a120360b973e5a31084c1ccc8a749d2513e439853 2,217 1.00/1.00 vMB 153
495,509 495,509 0000000000000000009dddb70ef95726f367fe4eec0c30c95701dc0f092b263c 388 1.00/1.00 vMB 16
495,508 495,508 00000000000000000051c4c87fde5b538a6f38dbe00c82442c73ce0be49eb50d 1,780 1.00/1.00 vMB 105
495,507 495,507 00000000000000000026e276209cc7fa6bcf1c5a154a8b45465f73f2a5c5d785 1,373 1.00/1.00 vMB 96
495,506 495,506 00000000000000000072499102d5bf75bc6a49ea4721e9a4d1d1e5b6d4dc046c 1,719 1.00/1.00 vMB 67
495,505 495,505 0000000000000000006e1664adfa3c764c13dcb4ca99dc485130bd30915c653d 1,904 1.00/1.00 vMB 75
495,504 495,504 000000000000000000028263579df29958ddb9b860c5c1bb4d66e7da7d8de159 2,509 1.00/1.00 vMB 128
495,503 495,503 0000000000000000004734efdcbb683f00e3a016ebf62ca695011c71433f1d1d 2,727 1.00/1.00 vMB 223
Previous 10 blocks ↓
Total Size: 782.42 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: 665.42 GB
    • Received: 15.14 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.