Loading Tool

Explorer IconExplorer

Memory Pool

32,584 transactions
26.83 vMB
0.10516214 BTC
Random Selection Loading Transactions
Max Size: 134.25/200 MB

Candidate Block

Mining Attempt e1fc80f44c57a288491d08bd354c096545af01a2bd085a20edf95607b07bfa31
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 8b74093f1986cee71edac64ef256b2d362a61b1b66455f7e94bbd33b3c2c4453
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.04769520 BTC
Feerates: 502.67 > 4.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (797,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,526 116,526 000000000000b5683e36409e6112b630c26e9ac3f062c4917d6b7762a39a25a1 9 0.00/1.00 vMB 929
116,525 116,525 000000000000cbe515c4e5b809b211768e93d9e1ade187090d945d5f6169fd87 11 0.00/1.00 vMB 344
116,524 116,524 0000000000000a6308b3214807bf8855a2aa222948150678032433bf02b63f47 11 0.00/1.00 vMB 0
116,523 116,523 000000000000d9db5746ceae17a2e522b276d899fd1c12f48406d0ed8e376e21 12 0.00/1.00 vMB 573
116,522 116,522 0000000000007090fa4b55c2cc357730bfea5df05c6e7e5a43ca433ed7bc7f1d 10 0.00/1.00 vMB 672
116,521 116,521 0000000000004b06263ee7f3faac7083b5a078226def79a112965bdc8155d9f1 12 0.00/1.00 vMB 1,208
116,520 116,520 0000000000003a082d03989e69bc43af6c5b39d014599dc272d12b5d5e635dfb 11 0.00/1.00 vMB 0
116,519 116,519 0000000000002da705bf9ffab8a58ae702c1711f9eac6273bf8f053b0976f750 6 0.00/1.00 vMB 1,194
116,518 116,518 000000000000691594584a8f971a89dde38605a4c3ed12d9dda30ac2630f7ffd 11 0.02/1.00 vMB 178
116,517 116,517 00000000000052bc7f12a2417b027def452a492449b3443deeae97ed83358988 8 0.00/1.00 vMB 0
116,516 116,516 000000000000db4b282f9ab529ae20da65df3ee10349504b16d5ee0d9e11190d 5 0.00/1.00 vMB 1,032
116,515 116,515 0000000000005aefd7a6d63db41c0bca206239248e8875171ced6467cd9b869f 8 0.00/1.00 vMB 1,022
116,514 116,514 0000000000003c07e9a6327323eedc33735c3237172b0dc8e6c825ebc44e0b4c 19 0.01/1.00 vMB 863
116,513 116,513 0000000000004aa7aa6e04b09491c8441fbcc2a6f497f9b0e0fa8902f18b4320 12 0.00/1.00 vMB 0
116,512 116,512 000000000000026ad5abb20b68973ed347fbaafd64ccbbf9e8e9d01ef0b13757 19 0.01/1.00 vMB 1,082
116,511 116,511 0000000000002b827fe3ae65bfdf489226af5d49e0c12b57c4f9f9f5426a0aeb 23 0.01/1.00 vMB 513
116,510 116,510 0000000000003d000981133f2e2df889e0394cea80c929872388b95235d9ea1d 12 0.00/1.00 vMB 0
116,509 116,509 000000000000597182b6df4f5f0f9e9e9c6cf080738cae876995d8a5cfe35fa7 10 0.00/1.00 vMB 627
116,508 116,508 0000000000007a00d2f79f0484d4ae2dd4c25eff6c8f72ce9227da297459ba88 11 0.00/1.00 vMB 334
116,507 116,507 0000000000001b8307574b9010facc35daa54bb4432acf6df35e9bc72400fdbe 1 0.00/1.00 vMB 0
116,506 116,506 000000000000813594eaf18284a4a05550c88b78b1e1d577dacd48b129df55ff 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 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: 576.41 GB
    • Received: 8.44 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.