Loading Tool

Explorer IconExplorer

Memory Pool

9,137 transactions
3.31 vMB
0.00754233 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 19.93/200 MB

Candidate Block

Mining Attempt dbdddbe6677d13e31360ef8bc98245831634edcf753cbaed2aecfc13a49a3872
Version 20000000
Previous Block 00000000000000000001ee4cb97e17eb569e9cfdcc353ea081c23004aac63085
Merkle Root 9787a41b23707d20480d77bc6572490183a3cbd41d8fbebfb9ce116050611989
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,654
Size: 1.00 vMB
Total Fees: 0.00451750 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,498 (770,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,723 142,723 00000000000006dcfce99271602cfef14741475dde5172ee72e499e76277b8d7 88 0.03 vMB 34
142,722 142,722 00000000000003c9cf52e30615b84f68304b5b5e7db7416cb07b094520fec84c 15 0.00 vMB 133
142,721 142,721 00000000000003246b1c1203fafbf0990bc0949d1c704e51349ce8eea7abb19c 83 0.05 vMB 66
142,720 142,720 00000000000007a0f0b2dca52a4cdd6e985281ce1464806c8e30930c56103aa7 101 0.04 vMB 24
142,719 142,719 00000000000000fb8ff4020acd593630006e1ac31c18ea7db0f2e81491160a43 59 0.05 vMB 113
142,718 142,718 0000000000000429695e29a228dfa368dbcb6c862134c5473e0cf002353c6b99 102 0.05 vMB 84
142,717 142,717 000000000000067dd7b961f795e85a31cbe0e2ed29bebda30d521d52403ecc39 88 0.05 vMB 108
142,716 142,716 00000000000004b734cd32153ef8426e7726f3f836d3c0379719cd3b4aa44cba 27 0.03 vMB 1
142,715 142,715 000000000000059f771bfc25b199d2416f7234f0a3ce24eaf0a145d149fa3986 120 0.08 vMB 198
142,714 142,714 000000000000002d6317a3f78829160c3e8f270d929aede4f8d32e2739e42f83 5 0.00 vMB 26
142,713 142,713 00000000000005065f329adfebf6b9d446a1e65d65ae900d5b531799b34892c5 94 0.03 vMB 6
142,712 142,712 00000000000003a28bf0daf45ffa4ef7f3ad8241d33e40de8c7b541ee0f2a0a1 49 0.02 vMB 113
142,711 142,711 000000000000056ad87756d0a22b2e97310b7d4a4b7de75cc295d1fbbf0ad47c 126 0.04 vMB 17
142,710 142,710 0000000000000517b5d5e4f309a581bea2df94f360488973fb1f3ce827602d87 75 0.05 vMB 0
142,709 142,709 000000000000027699b75b2ba91c7052e7612108eddc86f96f6fa872a1825463 127 0.06 vMB 135
142,708 142,708 00000000000000bbb6799dc15d04e8c1b09e267ad4e6097621297fdac926949c 43 0.05 vMB 66
142,707 142,707 000000000000017558099431255bdea0786317b88f97959abc2417004941f007 98 0.04 vMB 344
142,706 142,706 000000000000054c0b77b5f4d1ec3a98221cc1ad00273dfe5f338839c78cb3f5 64 0.05 vMB 91
142,705 142,705 000000000000071ec396cc020662007d1d45d4f211317805e1ea599f3b1daf0e 23 0.01 vMB 95
142,704 142,704 00000000000006090dea223183d712545f7dbdc05be33ada300f07b4d9abce0c 151 0.04 vMB 34
142,703 142,703 000000000000023f064f7295cff8384d530c8cd6a2ede41e14b15de79c091edc 22 0.01 vMB 585
Previous 10 blocks ↓
Total Size: 779.73 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: 366.91 GB
    • Received: 1.78 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.