Loading Tool

Explorer IconExplorer

Memory Pool

65,481 transactions
30.30 vMB
0.07628767 BTC
Random Selection Loading Transactions
Max Size: 171.36/200 MB

Candidate Block

Mining Attempt fd9dcf0f2f6bb8aa877b06ad793e3af4525540578f3e3a89f84a75549d8e90f1
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 71bc13af7ce05bdc1650537f302920177a9814b930e6ece87588180f6ca76153
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,213
Size: 1.00 vMB
Total Fees: 0.01733290 BTC
Feerates: 150.93 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (210,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,066 704,066 000000000000000000046b9decd91e2880169ca98d7ff02b5c2c11a1e039fe95 2,244 1.00/1.00 vMB 19
704,065 704,065 00000000000000000004db78d3ef1639f7a79bf3ecdb5536d67536e7de7f3fed 872 1.00/1.00 vMB 6
704,064 704,064 0000000000000000000dfa049b8713ee44c13e42d152ea84c5cf4c670b449803 619 1.00/1.00 vMB 12
704,063 704,063 00000000000000000001080e6c637f328794e2cc66d2f6f9d74ba004c5a49c5a 952 1.00/1.00 vMB 5
704,062 704,062 00000000000000000008bd4637bc9d748d2e0a597a210d323067476b3e0fbd3f 1,503 1.00/1.00 vMB 4
704,061 704,061 0000000000000000000b30ea417ba4a366d6c192f9197ed9e91ac47ee1ff996a 1,444 1.00/1.00 vMB 7
704,060 704,060 00000000000000000003e074bf172adc8356b04bd4a25389ec1b8b78d271eb57 917 1.00/1.00 vMB 5
704,059 704,059 000000000000000000089b0be60bc937c3bb213393b913184815ad1bb8623f14 1,322 1.00/1.00 vMB 2
704,058 704,058 000000000000000000079967d699969a19615338c12f6ca793e431a33921669f 1,540 1.00/1.00 vMB 5
704,057 704,057 00000000000000000003a192dccbb57971f4989913e1c389cab0aa71677de9dc 1,208 1.00/1.00 vMB 3
704,056 704,056 00000000000000000002e77e6fc92f0f8ef35847061bd9c9b35e95f6eafdc08e 2,086 1.00/1.00 vMB 5
704,055 704,055 000000000000000000084410ab0236922dfeda348e7e101767935cd7f8d4ef4f 3,494 1.00/1.00 vMB 15
704,054 704,054 0000000000000000000b210ea3a276301479539bf8a861b69d3e2ef3fb7bcec3 2,338 1.00/1.00 vMB 8
704,053 704,053 0000000000000000000cad12eb9f76d80f6ed57d2876c0d4c86c9ec52ce0f4a6 2,180 1.00/1.00 vMB 9
704,052 704,052 00000000000000000000d14ac8fdab66001a79e10e936ad1f93686f17ec6f9cd 3,281 1.00/1.00 vMB 28
704,051 704,051 0000000000000000000bb9291d090b86f19fdd75428d422bbe9329af228f41e1 2,181 1.00/1.00 vMB 15
704,050 704,050 0000000000000000000375ed3a012adda190e3b7d7878e43d3a9d9153953982d 1,327 1.00/1.00 vMB 16
704,049 704,049 0000000000000000000deecc7ddc107e211aceef2ae00a98ed03d18351cbf627 2,424 1.00/1.00 vMB 26
704,048 704,048 0000000000000000000d97978ace173b6a5c3c9fce31266c72bd4c658670a9cf 2,309 1.00/1.00 vMB 12
704,047 704,047 000000000000000000066ddb5cb8c3d23d9dcabbebe12f956d6116a53a3b0df7 2,019 1.00/1.00 vMB 10
704,046 704,046 00000000000000000003baf2d35eb0a17ea32e2eb3c22dc43121f1c2e0ca10a6 2,220 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.