Loading Tool

Explorer IconExplorer

Memory Pool

77,095 transactions
28.31 vMB
0.08999120 BTC
Random Selection Loading Transactions
Max Size: 172.46/200 MB

Candidate Block

Mining Attempt a8ee42e7e8b022d3720ddc2a62bffa4f5d46ba810ac713723934bc1102e4306a
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 916d1e7e634b5cfff84a93cda21db03b88b575ea2c95550c3b1be47a90280fa4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,943
Size: 1.00 vMB
Total Fees: 0.02725839 BTC
Feerates: 150.93 > 2.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (323,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,284 592,284 00000000000000000007b51ddb543c6f75fcb35e5ccef7540624e421c55bf837 2,519 1.00/1.00 vMB 29
592,283 592,283 00000000000000000000b0296fea8623171918e697ecd87c8486821de1632b7a 2,953 1.00/1.00 vMB 12
592,282 592,282 00000000000000000014716d5502979cb253af42afbc5d0760613df3990d4e0d 2,748 1.00/1.00 vMB 37
592,281 592,281 00000000000000000015d7334e00b0851331ae222b4a6faf5aa7e382ad31e3ac 2,597 1.00/1.00 vMB 46
592,280 592,280 00000000000000000013c608eaf9957a0b2e4edc3d09a7e992dcbd96e7fc102c 2,776 1.00/1.00 vMB 31
592,279 592,279 0000000000000000000f9be1c5be67c25ba7c307ff2d2965b6c46e886e341c73 2,660 1.00/1.00 vMB 43
592,278 592,278 00000000000000000016424c68b2fe3d3c796fd8aeb3455cee082697037c3f85 2,423 1.00/1.00 vMB 12
592,277 592,277 0000000000000000000981573d6fc4238ba13c37b2bcb636e0938876c0018e5d 2,723 1.00/1.00 vMB 13
592,276 592,276 0000000000000000000155f951cde018770f45bdc425f68d5326e09bc2cb4594 2,954 1.00/1.00 vMB 36
592,275 592,275 0000000000000000001871e243f54df095813e49107494cef35b6c2c93bd92b9 2,372 1.00/1.00 vMB 25
592,274 592,274 00000000000000000007a7e03ecc5ede9fcdadf895210919f31a975db9c20104 2,796 1.00/1.00 vMB 64
592,273 592,273 00000000000000000018bf300921f3c5a93d2842ff83c9f637ad7e2c3314f4cd 1,187 0.42/1.00 vMB 18
592,272 592,272 00000000000000000003d6d6e79e240107b3e49040cd3dd587603dacff84207b 386 0.16/1.00 vMB 22
592,271 592,271 0000000000000000000892c225b57440cffa12ebbaa839ba2e73f60a153850c9 1,165 0.51/1.00 vMB 20
592,270 592,270 0000000000000000000c8ca4582038f331842afa5a77abc56a3ad14880023395 51 0.01/1.00 vMB 25
592,269 592,269 0000000000000000000c052dfb5361ca83f73bd9d07fd656bc878099059041d8 1,457 0.54/1.00 vMB 22
592,268 592,268 0000000000000000000a1e1f90b9de0ebf8c7738138a357d44cb550d32ae048b 2,767 1.00/1.00 vMB 10
592,267 592,267 0000000000000000000e0606a81dc931b862a0c670db4e35887d7ff0f38e635a 3,549 1.00/1.00 vMB 37
592,266 592,266 00000000000000000003e793fd2269b6b37efa3137969bfff7c880861cc0111e 2,978 1.00/1.00 vMB 36
592,265 592,265 00000000000000000008c1d9c5a4bdff8a5174162e05ae1460a4ab50c289017e 584 0.32/1.00 vMB 24
592,264 592,264 00000000000000000004e5a64223d9f7e1b5262aa6a0e476e95bfc8469625dbd 738 0.30/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.