Loading Tool

Explorer IconExplorer

Memory Pool

77,059 transactions
28.91 vMB
0.06656718 BTC
Random Selection Loading Transactions
Max Size: 177.31/200 MB

Candidate Block

Mining Attempt 3f9053e990375a84069d140e7a9461a2a1f4c65b04eb7abe729fb2ac7e0194ba
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 86f059aaffa111c7a9f86aa386644a01a10fb362a1775e2ed7e7f04d0c4114ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,993
Size: 1.00 vMB
Total Fees: 0.00362844 BTC
Feerates: 40.21 > 0.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (300,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,580 614,580 0000000000000000000c0b000b28275aa54e277db5d00e08d22b56e13d4d644d 2,051 0.72/1.00 vMB 9
614,579 614,579 0000000000000000000af92035821bc5ad1816dcbc9c5880d14b04d86fabc1c6 3,153 0.99/1.00 vMB 10
614,578 614,578 000000000000000000055229d0b646eda7ccba7dd77895111ed57e1f06f6abed 2,972 0.99/1.00 vMB 2
614,577 614,577 0000000000000000000f83e33ac8228924c6d940f1baa984070927b3edfcf248 2,894 1.00/1.00 vMB 15
614,576 614,576 00000000000000000010ee8ca6f9d9e0f5ab52abf9007378ba43b8a9ca569940 186 0.07/1.00 vMB 33
614,575 614,575 0000000000000000000840d1d5c79c0c65f9f1166fb833ef38728a3cd32dd86f 1,758 0.56/1.00 vMB 15
614,574 614,574 0000000000000000000fdddb8d8e94dd26a330265cec5becd28387de1f572523 1,695 0.57/1.00 vMB 13
614,573 614,573 00000000000000000010be2213d7e76f8b9d457a6254dcc27889daaf4f4f2eef 868 0.34/1.00 vMB 12
614,572 614,572 0000000000000000000a6a0b9ca1b8e0d116f62369e3605e2ef15ded40e0f4fe 79 0.02/1.00 vMB 12
614,571 614,571 0000000000000000001166118aaa48e19d7c35a4a67010c83d03c97d3321bed4 230 0.07/1.00 vMB 6
614,570 614,570 000000000000000000025f54eed98fe1ab914ba9d08683f5bf4a56d4d565f0ff 1,685 0.58/1.00 vMB 15
614,569 614,569 00000000000000000004af66383d180df6a4086ed8ca2e686fc256585e6241c6 1,452 0.42/1.00 vMB 12
614,568 614,568 0000000000000000000cf2b50c627a228e3b23212d791c2462a5af97642ca807 619 0.21/1.00 vMB 10
614,567 614,567 000000000000000000049a4d7579cbf250427bbace6b9f37a7c0a6b079d1ca4a 1,319 0.57/1.00 vMB 8
614,566 614,566 000000000000000000007b8dd1002737fb0dfccd9b3c27cc12ab6dff63628d33 964 0.42/1.00 vMB 8
614,565 614,565 0000000000000000000e484addb3a0aae78a5b09c340db0ec2c610c09fd52b1c 1,847 0.86/1.00 vMB 9
614,564 614,564 0000000000000000000bdf2e42947acc4798d593aed99beacf65b64b19013278 935 0.38/1.00 vMB 9
614,563 614,563 0000000000000000000c608a4185507a530839aee93b2667e0ff5a972b3b5eb6 3,030 1.00/1.00 vMB 8
614,562 614,562 00000000000000000002b36ee44c74c8e279b88937415c9004395004306bbff0 960 0.21/1.00 vMB 1
614,561 614,561 0000000000000000000a479981dabb8e9f7dce88423393087b335c97e6d26b44 3,084 1.00/1.00 vMB 13
614,560 614,560 0000000000000000000e91c183f76d0bf48b41bb7b5fb6f1fb46d00940b132c1 73 0.02/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.80 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.00 GB
    • Received: 17.01 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.