Loading Tool

Explorer IconExplorer

Memory Pool

42,216 transactions
29.08 vMB
0.07239339 BTC
Random Selection Loading Transactions
Max Size: 149.15/200 MB

Candidate Block

Mining Attempt c63e580cceb8cac5faf5d1a6eadf2c1b62215ce62a9debbe6d66560ce9c52334
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root e78e13ba7d7ce158ff63f440a9c8eb4c7265fc026bae6813e886e6aba0c0de0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,451
Size: 1.00 vMB
Total Fees: 0.01562796 BTC
Feerates: 100.36 > 1.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (427,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,568 487,568 0000000000000000008c9d7d4134ebc24633bf2c3f516003914fde918e98cca0 1,116 0.49/1.00 vMB 52
487,567 487,567 000000000000000000eaa376aefc1a183b1d78f21664db1814fd44abe253b82f 2,371 1.00/1.00 vMB 107
487,566 487,566 000000000000000000291a3efe3639f6ad6158e180df2632a9d76bda42018f88 523 0.19/1.00 vMB 95
487,565 487,565 000000000000000000519a08df3a4be648416f9888e083375ce85d8f4727a1b6 88 0.03/1.00 vMB 64
487,564 487,564 00000000000000000045d1de3c4163602cebadc8f3530e4786d170ace6448cc7 1,736 0.66/1.00 vMB 88
487,563 487,563 000000000000000000556972f33cdbaf24137f90f6d102c9638673774249024a 2,053 0.94/1.00 vMB 87
487,562 487,562 000000000000000000e267ec33153b9ac6c753dc431e44562586a30bc14c1f80 2,017 0.98/1.00 vMB 53
487,561 487,561 0000000000000000000fe1be7cd0a1dba6257e03f77ddd453f39f62c11dd90d0 2,555 1.00/1.00 vMB 119
487,560 487,560 000000000000000000134e49ab9e1bc374027c5736d3858d7769d537e275ff80 2,107 0.90/1.00 vMB 91
487,559 487,559 0000000000000000007b7487176c6daaf0fc0a4590706b639c5e5b55a468b97b 1,574 0.64/1.00 vMB 117
487,558 487,558 000000000000000000d5509ec3fb13231534ccb426a42505f13a4a08405c2dad 638 0.27/1.00 vMB 108
487,557 487,557 000000000000000000df8f81cf3f053fe08d33da9a1ad377722061c4b9a26fec 1,449 0.56/1.00 vMB 123
487,556 487,556 000000000000000000b62fef2078e34b0905f30e8f9fe6ad2fed06b98eedba5c 224 0.07/1.00 vMB 61
487,555 487,555 000000000000000000b083fc846ee7654694d834dde2a5a2b1cbf6395bfc7799 1,410 1.00/1.00 vMB 97
487,554 487,554 00000000000000000050f52221857421a3c1f162997b57793e6ec0179aacc2c4 88 0.03/1.00 vMB 79
487,553 487,553 00000000000000000023c47bc56200242c32a9976e84d6866deae7914a52e978 931 0.44/1.00 vMB 99
487,552 487,552 000000000000000000f83633d06364d7c835b0152acb970adbafd8beb13953cb 1,619 0.78/1.00 vMB 73
487,551 487,551 000000000000000000182a4d320c4d6744d98d8f0a72f3ad45b8764a6b15cd3b 2,242 1.00/1.00 vMB 43
487,550 487,550 00000000000000000006e5e11b01e51de9c8351f9a3cc8d68aa0b3a578fe1f6c 2,743 1.00/1.00 vMB 40
487,549 487,549 0000000000000000006273c1284a588049942e2c2b75863e7636465a26ae0374 245 0.09/1.00 vMB 130
487,548 487,548 000000000000000000e54285c1ffbcad168980c63c30549849f54a72ecf09a6d 2,204 0.97/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.