Loading Tool

Explorer IconExplorer

Memory Pool

83,851 transactions
31.53 vMB
0.10084405 BTC
Random Selection Loading Transactions
Max Size: 191.97/200 MB

Candidate Block

Mining Attempt f5ee82027e1e1e2f5203d2f7db8a6ef769bf7fd592b02607e003acf5e2685bba
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root 1450c72a0961299bdee4f7a535bf022557787f2011904426d9a23bb9aa42213e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,400
Size: 1.00 vMB
Total Fees: 0.02720708 BTC
Feerates: 177.93 > 2.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (48,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,137 867,137 000000000000000000009a75f1ef1bab3479c0589b9880bafa3e093cf485a33f 2,095 1.00/1.00 vMB 7
867,136 867,136 0000000000000000000005148467199bf7ecba278774c6a2bd36fd427f917b2a 1,830 1.00/1.00 vMB 4
867,135 867,135 000000000000000000008f4fc7c356a3ec1f564496bc29ad9845cb8cb1c1b906 3,371 1.00/1.00 vMB 13
867,134 867,134 00000000000000000002cf852420dd450eb0d4d2a6a2137194bf4aa0ae047293 3,286 1.00/1.00 vMB 8
867,133 867,133 000000000000000000027e2a8424f0384b64fa3587e4d7dcff9e4c0a00c769ee 2,276 1.00/1.00 vMB 8
867,132 867,132 000000000000000000027ecd641be36cb0ad1ac4a5bf4281bff6437da8ca9af9 2,965 1.00/1.00 vMB 16
867,131 867,131 00000000000000000000a000350e88c559387429930d1be14d0f5b58210e23d1 1,124 1.00/1.00 vMB 6
867,130 867,130 000000000000000000013b6e9ee5003560029f087f3a796b52c9693e6c3da331 322 1.00/1.00 vMB 4
867,129 867,129 000000000000000000008c604bc2a2a4ea91695d7305f8f51c828aea485971ef 809 1.00/1.00 vMB 6
867,128 867,128 000000000000000000001a39442f20e0d4f1262145f5567bb2684f0bb11351f7 2,219 1.00/1.00 vMB 7
867,127 867,127 000000000000000000009cc9d15425f5b9ccbb95af7fc0b056a380d7c21447ca 2,871 1.00/1.00 vMB 11
867,126 867,126 0000000000000000000013ec9540f0c57b587360ae2c27d0abb3540be2306aa3 4,018 1.00/1.00 vMB 5
867,125 867,125 00000000000000000002b9697944688aa7e2015b36f5cf9d9aca8d818871c0b6 3,057 1.00/1.00 vMB 5
867,124 867,124 00000000000000000002216e60271400cd15ef72598d2d5aa898d35169a6c94d 2,992 1.00/1.00 vMB 10
867,123 867,123 0000000000000000000181b9a2d4e89412e0c3c242f80a036d200891d58b0093 2,418 1.00/1.00 vMB 10
867,122 867,122 00000000000000000002d9e581ee3fd329ad198578e50579d8ef941e3861196a 1,235 1.00/1.00 vMB 10
867,121 867,121 000000000000000000020269ee4f40fae7f2cd15f51c756b7589328ddd3efde8 1,966 1.00/1.00 vMB 12
867,120 867,120 00000000000000000001ef6a69f66bd9a648e19ae7c9c8ed24be74579b8099c8 1,485 1.00/1.00 vMB 9
867,119 867,119 00000000000000000001a9f5e3700eafce1d436cf755b8c5b08354d1655c456e 368 1.00/1.00 vMB 10
867,118 867,118 00000000000000000000d8d5d589093811cf7ecf5aa7bd768d459e45e4682d3e 3,285 1.00/1.00 vMB 20
867,117 867,117 000000000000000000009367ed5de4f7587b436ce9f0feea48f39ec3839200e7 2,239 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.