Loading Tool

Explorer IconExplorer

Memory Pool

83,257 transactions
30.70 vMB
0.14500569 BTC
Random Selection Loading Transactions
Max Size: 184.77/200 MB

Candidate Block

Mining Attempt 8abdd7879b72dd2201432d81e695ea1115e5b84df6c0d6d480ce22e5d078a4c9
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root f124ee7a2c564fbe0efb08bc5f7bdedaaf07cea401d5a4f149bdf7c12e558251
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.07988188 BTC
Feerates: 150.77 > 8.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (132,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,390 782,390 000000000000000000010738fa5662e78022ea8c77f91c67a55c66f083b22539 673 1.00/1.00 vMB 16
782,389 782,389 00000000000000000001a1ffecffc6ed5b4a7cccfe894005a65705781e9a6ce7 686 1.00/1.00 vMB 17
782,388 782,388 0000000000000000000314433b7436fb6563c685dd45a7b739a1e9ac424a1aae 3,125 1.00/1.00 vMB 31
782,387 782,387 000000000000000000052f1117a4ca773abbe4cda0682eb6ca2866d880fdd8be 454 1.00/1.00 vMB 16
782,386 782,386 00000000000000000005def3680aef6921b514964a2d9295d7971da8b98eebc8 1,081 1.00/1.00 vMB 19
782,385 782,385 00000000000000000001f40f144123e5dee161e91bd54d7d37e1f140ce4e6bee 2,874 1.00/1.00 vMB 31
782,384 782,384 00000000000000000003c088308abeedced19c0732c41e19c40cb888914152f4 1,074 1.00/1.00 vMB 20
782,383 782,383 00000000000000000000d1d7164aba65b1e69824352d2a4bf04977fd7a4dafab 1,850 1.00/1.00 vMB 32
782,382 782,382 00000000000000000003a89246f488b5508ce10321b0a0506d2d878cfe1a59ac 2,193 1.00/1.00 vMB 29
782,381 782,381 00000000000000000004d92cdc54426d3d1d4e74f361d4e7b87f73fa6f1d921e 417 1.00/1.00 vMB 17
782,380 782,380 00000000000000000000b5980ce0ff012c6b3e5956fd49b87abb3540a65596c1 1,439 1.00/1.00 vMB 22
782,379 782,379 00000000000000000004488ae58db20e318801c079736a5f1e8d19780a66cce2 1,363 1.00/1.00 vMB 20
782,378 782,378 00000000000000000002b976b18b84a08c27ba2adf8a3aa8827ea68095b1d8d6 625 1.00/1.00 vMB 18
782,377 782,377 0000000000000000000029b0f557eef3ce487f2217d4a2ce4d9a99d02a8dec70 1,043 1.00/1.00 vMB 18
782,376 782,376 00000000000000000003c96ee95fb125c0a2a53602aac27166372fbe38daa97a 481 1.00/1.00 vMB 17
782,375 782,375 0000000000000000000314414a41ab3c778640118eff62665859fdabb298b5c0 914 1.00/1.00 vMB 19
782,374 782,374 0000000000000000000294b9a6ad2d64ee51d9c3a309b7976206a9dd9d45094c 1,442 1.00/1.00 vMB 18
782,373 782,373 00000000000000000004f3e50381cea55066a3d5d06529c31a4a4c9e466a8419 2,250 1.00/1.00 vMB 25
782,372 782,372 00000000000000000000ba09fa9c28b4a35b62d61ce22fef6bfbccf6c09486ba 3,282 1.00/1.00 vMB 39
782,371 782,371 000000000000000000021b4bc5f5e7ae9c4b90c979954edf20f0056074d86a24 2,753 1.00/1.00 vMB 28
782,370 782,370 000000000000000000029d475f540aa48397c52c2bd85fe74a216b2ec222e10b 3,397 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.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.