Loading Tool

Explorer IconExplorer

Memory Pool

28,525 transactions
11.73 vMB
0.03547982 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.44/200 MB

Candidate Block

Mining Attempt 9828fccce39c0274b1e741df687ad16491077ceea0e11de1acbb179f5bdad709
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root 3bc66da92f413a84f6e009692728ed31044fc2681cf8db00e5163b5185d82878
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,290
Size: 1.00 vMB
Total Fees: 0.01509295 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (785,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,725 127,725 00000000000016d26ac7ca551cf273eb2443534ad7237151dc79436b3dbc60c5 29 0.02 vMB 602
127,724 127,724 00000000000000250de6fbfde1096ac8163108bcf6ad4ff27fe96559036a1288 36 0.02 vMB 884
127,723 127,723 00000000000015c44f999a16417d35ca8755adc18083b29862e7ea10e4590ab0 21 0.01 vMB 1,028
127,722 127,722 00000000000018565f5f3bccf9fd61c16dce344bb8a5439ae3a903aa81af3c33 190 0.08 vMB 1,112
127,721 127,721 0000000000001703e36329175716df6bbe45d4488b23ab7986db94ecd570278a 9 0.01 vMB 599
127,720 127,720 00000000000026672afde0add7123e6301dd1a90b065c80327d9625cf27e979e 31 0.01 vMB 785
127,719 127,719 0000000000000d026d767e39682a9881ac52b124ca0fe7994f7f523188372b2b 27 0.02 vMB 239
127,718 127,718 000000000000048261ff135be684c4d3c563bc0fe7aee810c54c69a08b2dff19 36 0.01 vMB 111
127,717 127,717 000000000000039ce9ee28eeac0b28081fffd1d0b88c091aef210d1a61bc5543 9 0.00 vMB 353
127,716 127,716 0000000000002012a97fa471343d8169ab7b9244aa7c9ca66db6dde4ee3d32f2 57 0.04 vMB 887
127,715 127,715 000000000000225bf3d2552124cd7b9094d235eeb09966f5d6f6c3f244a301a6 22 0.01 vMB 608
127,714 127,714 00000000000011cf048f1f9f8ccfee0408cbe6a4ef149c7e488c06cbe7de0718 13 0.01 vMB 461
127,713 127,713 0000000000001dbca34e5b190ab0a084adc8c252977e1fd55279b908ab386790 3 0.00 vMB 2,283
127,712 127,712 0000000000000e66b6bd9233f39cdd5112689f95dd99dc6c157c39459e94bb8f 12 0.00 vMB 810
127,711 127,711 0000000000000b955f8ba7639b85ea34b60f0a6e7ef876a7f968648ec6de84eb 46 0.02 vMB 962
127,710 127,710 000000000000185075d9a26fa6d03a30cec0fa3a18d699242c346e8423949d45 11 0.00 vMB 878
127,709 127,709 0000000000001685c5b6545151e93089dfdc7466bbf521d8b26a625821b11656 160 0.09 vMB 640
127,708 127,708 0000000000000f0b535036531a4eff199a48dc446ef331e21b265f744d22f00c 34 0.01 vMB 759
127,707 127,707 0000000000001dcef419489d24bb32be3ebe8937d572e63d5107f7216a41b6e9 121 0.05 vMB 334
127,706 127,706 000000000000070b77277b6ffda0a5941289b165de9e3249409c5541c8e3ca07 5 0.00 vMB 2,254
127,705 127,705 00000000000003169a02a9be2bfbaa254d5f891a292320839d97986030536ea7 120 0.04 vMB 1,548
Previous 10 blocks ↓
Total Size: 779.76 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: 391.90 GB
    • Received: 1.99 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.