Loading Tool

Explorer IconExplorer

Memory Pool

77,507 transactions
33.68 vMB
0.13834700 BTC
Random Selection Loading Transactions
Max Size: 189.01/200 MB

Candidate Block

Mining Attempt 635ce196f9e0595d728e13c3c8c07518afae1475c9052e4c88b1f810852da742
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 030668414742b81330a0f0e5a50256816b2d058aa4eb2603f1ec135b0c3f6d90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,349
Size: 1.00 vMB
Total Fees: 0.02823339 BTC
Feerates: 100.53 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (30,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,887 884,887 00000000000000000001cd1802ffe9956eb6f91bccd005ec7b7926eab4e148db 4,419 1.00/1.00 vMB 4
884,886 884,886 000000000000000000022e03802e4bae4f3364d4b958cc7c64acb32049ca052d 3,141 1.00/1.00 vMB 5
884,885 884,885 000000000000000000027119de16402a56ca69167bfc0f425dab095b7ab6e66a 3,408 1.00/1.00 vMB 4
884,884 884,884 000000000000000000010f6eaf8d3fb48f45d2b4d2c5e16616ef1ede126492d6 2,315 1.00/1.00 vMB 5
884,883 884,883 000000000000000000013c68b955a90ce38be10c5e9d8434e6092e716d22a2d1 3,007 1.00/1.00 vMB 7
884,882 884,882 00000000000000000000abb68f4387317e11b5d826229dc90124b4769fd67441 1,851 1.00/1.00 vMB 7
884,881 884,881 0000000000000000000018af0d10b733d44c59c4baa84b53f92d63575b8bad31 1,838 1.00/1.00 vMB 6
884,880 884,880 000000000000000000009e394aebf0ee278fcf6c0c67a6a93b6a6873039a56bd 3,836 1.00/1.00 vMB 7
884,879 884,879 000000000000000000019e78476511a16c60815bb595f97a88a46558be8a0b0b 4,538 1.00/1.00 vMB 3
884,878 884,878 0000000000000000000091396a45dbfb93857938c2770980d168c975ddc6c73f 4,409 1.00/1.00 vMB 4
884,877 884,877 0000000000000000000058e31f0bf7be98a393f43176da5b98d3278608e55c73 4,417 1.00/1.00 vMB 3
884,876 884,876 000000000000000000010ba2625e8cf1ebc28b8bec4cd0bdd123b72c249d00e4 3,613 1.00/1.00 vMB 4
884,875 884,875 0000000000000000000088ea51eae1662a6b1220c5d1c7b08b212cf6b08d9bb8 3,501 1.00/1.00 vMB 3
884,874 884,874 0000000000000000000107d5d71c7f433c3d313da97faca16ce29e92244a86fa 2,977 1.00/1.00 vMB 4
884,873 884,873 00000000000000000000c01fc53e3bfdf91516991a27c50ce5ea1402da51db31 2,194 1.00/1.00 vMB 5
884,872 884,872 000000000000000000023e99a08ac69d7658ef73e2d5fa896d5fb6472bcb73e8 2,292 1.00/1.00 vMB 6
884,871 884,871 000000000000000000004584146f2f191bc95a1f7f36bfb07e1a974239fc7c66 1,840 1.00/1.00 vMB 6
884,870 884,870 00000000000000000001cf498cabc08c4f302e04444fd354acbc110c24079c6c 5,038 1.00/1.00 vMB 3
884,869 884,869 0000000000000000000216d39d8b4c416b838be0b0dd5bec5765a1de0d1a831b 4,348 1.00/1.00 vMB 3
884,868 884,868 000000000000000000016c28e625c6941122212ddc4e1ac8a59b0416cc5d6eca 3,421 1.00/1.00 vMB 5
884,867 884,867 00000000000000000000629297b54ec15f42dbf0eca4feb2674bae6a754f5dd0 5,350 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 733.30 GB
    • Received: 18.54 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.