Loading Tool

Explorer IconExplorer

Memory Pool

78,519 transactions
29.15 vMB
0.08274075 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt 88d0ad3428955aef9e1d3d50937bea09bf7e364e1c70cbd38744504850e310fc
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 16a1b43e6fd0994813563376d37dbadc05fcf13b6ebec65903a47bacc1f1906f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,660
Size: 1.00 vMB
Total Fees: 0.02171626 BTC
Feerates: 178.73 > 2.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (326,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,469 588,469 0000000000000000000220b33aee2e262c4fd055dfefb83bb0ef01f2370c0ba3 210 0.06/1.00 vMB 15
588,468 588,468 000000000000000000034229505da1d6886762d4ee544ca70ab9816438fd7020 40 0.01/1.00 vMB 23
588,467 588,467 0000000000000000001c947e888b71a298aaec108ac04b62aee1da41f29abd66 1,166 0.35/1.00 vMB 15
588,466 588,466 000000000000000000105efc525488f5a49f52f6880622b9f2dd43bf6e71f3c6 1,975 0.81/1.00 vMB 9
588,465 588,465 0000000000000000000babeb20a3f998243e7c616540e032070059f8ac4e7e2b 2,807 1.00/1.00 vMB 14
588,464 588,464 000000000000000000154cbc01d3269d2fc5aa87f51fc083ab3f05ffdbc98193 2,848 1.00/1.00 vMB 16
588,463 588,463 000000000000000000072a8afbeeae860ac97c8def57b0b5e7d2e60a1f4edd00 2,889 0.98/1.00 vMB 16
588,462 588,462 000000000000000000010e9a70c51d21751ee93d307ec04e9f8e7d602265ffcf 568 0.19/1.00 vMB 18
588,461 588,461 00000000000000000006782f055cadcc1706056d0a2d6a3d601d570601fc5df6 1,959 0.60/1.00 vMB 11
588,460 588,460 00000000000000000019792afda658ba31049ca8cc20c061bdc491056d2ef6e5 2,795 1.00/1.00 vMB 8
588,459 588,459 00000000000000000010c13ba02b48ae9ce8f9e18a092263cce5d842210a50bf 3,089 1.00/1.00 vMB 20
588,458 588,458 00000000000000000012aa15c25b08ce37da5b3fb718a0b22e33652c7e2fbee2 1,143 0.35/1.00 vMB 10
588,457 588,457 000000000000000000181cffff1b4406861b4e1e12eb2c558482f2bfefcffbfb 629 0.20/1.00 vMB 13
588,456 588,456 0000000000000000000b0bfac93fb5f8c6417d104d240b39556a2387a69fedcd 350 0.23/1.00 vMB 8
588,455 588,455 0000000000000000001769be8336d0fd94e80b0fdbf2b7c6b737f147677087d4 1,366 0.83/1.00 vMB 8
588,454 588,454 0000000000000000000f57c54cefe0233d187b26c67f6d22d5085151aed4db3b 1,165 0.89/1.00 vMB 9
588,453 588,453 0000000000000000000288c6a47bb97fb05e2fae87a3c61953a67c5c4f001364 2,756 0.88/1.00 vMB 15
588,452 588,452 0000000000000000001238fefbfb5a282934e19bb7d02a64222c2222fa28106d 1,706 0.62/1.00 vMB 11
588,451 588,451 0000000000000000000b3db92f0506f93181becc1ba50ef65e6e31a79269f5da 2,764 1.00/1.00 vMB 13
588,450 588,450 0000000000000000000a627259f7f0f3ac8a88984f64b6296b78162933289fd3 3,000 1.00/1.00 vMB 15
588,449 588,449 0000000000000000000606127077ff2b9f0497064d30920dc428f0a15e65cb74 2,621 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.68 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: 678.22 GB
    • Received: 16.44 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.