Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

642 transactions (0.23 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,962 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,961 (484,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,975 426,975 00000000000000000082b1a18e3c0935be3643d47094deac6e02eaa5c4b52020 0.27 MB 450 58
426,974 426,974 000000000000000001e8f7e756e69395bd25db4f1de70e1bfd374c577aa30bb2 0.99 MB 1,462 41
426,973 426,973 000000000000000003e6c7c0c69a388c71a9cf04de7f72207ac850fc5f92f7cd 0.04 MB 102 64
426,972 426,972 00000000000000000460a270d53bdaa3e0d5c4ec442d8268dd8ed95772b6af12 0.98 MB 357 15
426,971 426,971 0000000000000000004f9b7ce3e08706ccae3ea3b037cd3fcb72a09fbe8df820 1.00 MB 1,697 41
426,970 426,970 000000000000000001595ce0b9d095fcc393eb61758e2a8a7ab66c8b5ba57d82 1.00 MB 1,449 39
426,969 426,969 0000000000000000007d75ae47348bdd13d41d5c6e433e400073f6195a390b7c 1.00 MB 2,121 48
426,968 426,968 000000000000000002ce75703ed9246ec21cd0f3662e34f23e13a2f775e09020 1.00 MB 2,874 86
426,967 426,967 000000000000000002eedf7fc74c949bcdd44126a645dd391ae3ab5359690d00 1.00 MB 1,710 53
426,966 426,966 00000000000000000280cd2fd402c1748e623049041be1f1ab71b83fdfca62e8 1.00 MB 1,440 18
426,965 426,965 00000000000000000160bf84f257263e03ac77159748fec69b93480f383009ca 0.10 MB 247 43
426,964 426,964 0000000000000000009126efb964994d89ef0deaed800080188786c07d623b19 1.00 MB 2,380 60
426,963 426,963 000000000000000002aee116d9d480b7b5b32c7137ba2353a271b8a8d6b202bd 1.00 MB 2,084 52
426,962 426,962 0000000000000000010215c8de0cae12a9c85e0f24aaa2ccd2c3927e853e411c 1.00 MB 2,850 76
426,961 426,961 0000000000000000017031d30239ddcc3ec7bb4c3344e6e3980068399d1e6130 1.00 MB 1,238 24
426,960 426,960 0000000000000000048ce8c685e649cb5fb5a3f08e1a16e4ad8961a9813bafd1 1.00 MB 1,921 46
426,959 426,959 00000000000000000326f646521a8728cea93b5aea7f1273c2991a58d45be91c 1.00 MB 2,007 59
426,958 426,958 000000000000000002ab9aa1ae2454b645ad6c1e42d62e13b9ed956c83b50eeb 1.00 MB 2,233 58
426,957 426,957 000000000000000001b226e427b328d0d4f8fe08e4fee789d35a7ace01fb2ecc 1.00 MB 2,496 69
426,956 426,956 00000000000000000019c246354eb4cfafb918921e82010991e345c8651be368 1.00 MB 2,826 80
426,955 426,955 000000000000000003807f85f49cac7fa09513913bdf3c43c2a34d07bf335553 1.00 MB 2,523 59
Previous 10 blocks ↓
Total Size: 777.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,497.77 GB sent, 133.51 GB received

Notes

  • This page updates every 5 seconds.
  • 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.