Loading Tool

Explorer IconExplorer

Memory Pool

77,085 transactions
29.06 vMB
0.07891435 BTC
Random Selection Loading Transactions
Max Size: 177.82/200 MB

Candidate Block

Mining Attempt a79f0f41045e3c25a08eb25c5f9d178320d74d3c269c1c98b1f64c94d1bd9ad0
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 8905592c889d3814d6d22189322da1153039d23ce2a3d59c3a93893fcf50a24d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01537376 BTC
Feerates: 301.60 > 1.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (110,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,367 804,367 00000000000000000002e99e70cd467cb89ce4ac831f516cb21a83e7c4c5d0df 2,216 1.00/1.00 vMB 8
804,366 804,366 00000000000000000003d4dff0e17859d3b1a4661fa1c8b5ea0a986be74e8427 2,868 1.00/1.00 vMB 16
804,365 804,365 000000000000000000041877d68044fb2c5c422b839ff621a32dcd8ad86c1510 2,399 1.00/1.00 vMB 14
804,364 804,364 00000000000000000004ea538ff889e27aa918332fb7a1319ff119f7a1bf70da 2,359 1.00/1.00 vMB 9
804,363 804,363 00000000000000000000c591b19f87fd3dbc7b1d0922d63dc702382de7f63dbc 1,609 1.00/1.00 vMB 7
804,362 804,362 0000000000000000000180aa2e706e1381fc1bc214d1a8a7dc2ef4b0945c90f6 3,343 1.00/1.00 vMB 13
804,361 804,361 00000000000000000000814da703092305e7d92afd16f6ad2552db5e5347d25c 3,193 1.00/1.00 vMB 14
804,360 804,360 000000000000000000038e7a9de3a275ded1502cbf3671247d542781d6825e38 3,458 1.00/1.00 vMB 14
804,359 804,359 00000000000000000004984f3bef846522f6db9385c494ecfbedd89373469f8a 2,705 1.00/1.00 vMB 14
804,358 804,358 00000000000000000002b639a4a1b92ed448d39d8ae025ce41a02d50edcb2399 1,849 1.00/1.00 vMB 9
804,357 804,357 00000000000000000005501d43d909f29cf36d3cbe41d1749a7d2a0b7aab4a25 3,411 1.00/1.00 vMB 19
804,356 804,356 000000000000000000043ce4cf32b20b237231b14a2af4c0b99b3081f3b4a388 4,193 1.00/1.00 vMB 10
804,355 804,355 00000000000000000005361e939ccda6b559123586179144e1adf2ef401825eb 3,735 1.00/1.00 vMB 8
804,354 804,354 000000000000000000018c81394cfe85f3cfe2cc7051084a1149ed71aa7438ee 3,690 1.00/1.00 vMB 10
804,353 804,353 000000000000000000023f52a9422e176e20f1ee9c22ff6cce8ccba4512e27ac 4,230 1.00/1.00 vMB 10
804,352 804,352 00000000000000000000b7cc8f5a97d741ddf2271f35cca969602c495fa25f08 3,919 1.00/1.00 vMB 10
804,351 804,351 000000000000000000027237973ad98bb2492325a95695293d5d1d4acd49c504 3,548 1.00/1.00 vMB 11
804,350 804,350 00000000000000000003ac4896e4548db14e7a2161d94f235578aa003ac08fe9 2,233 1.00/1.00 vMB 9
804,349 804,349 00000000000000000001b848db212d8554b5f51cc8a56b6a09c80840957c3304 1,962 1.00/1.00 vMB 7
804,348 804,348 00000000000000000004cb8af2392c882b0f025dd39b12f013262276b70beb81 1,907 1.00/1.00 vMB 11
804,347 804,347 000000000000000000015a4df0e7eaa4863cb598d4959ebee7060428a70ee660 2,768 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.