Loading Tool

Explorer IconExplorer

Memory Pool

51,609 transactions
29.30 vMB
0.08073840 BTC
Random Selection Loading Transactions
Max Size: 158.48/200 MB

Candidate Block

Mining Attempt 5d094ff1977f381f9c1f1e3cf30af1144a67881435384a216510562d2fc80e86
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 479e44d7d2de454b30ae343926ea41f1b4cd004d274f56c201ea6e6a14cfb848
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,249
Size: 1.00 vMB
Total Fees: 0.02464696 BTC
Feerates: 173.90 > 2.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (326,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,117 588,117 0000000000000000000cc3aa1cb642ee381553db34d1d7fc953092c2a20a2ce1 2,370 1.00/1.00 vMB 41
588,116 588,116 00000000000000000012801d3c2db3bc2ca77c85fd19ef352f9c27cdf92202e1 2,544 1.00/1.00 vMB 29
588,115 588,115 0000000000000000000ae33c30a4700bfc5d84da83fbca96915ae97bc33366eb 1,394 1.00/1.00 vMB 11
588,114 588,114 0000000000000000001b1ca3bab76a5f12f7d204f74e95b468c53ead15490b6c 2,788 1.00/1.00 vMB 47
588,113 588,113 0000000000000000001662d4f8da33cc6b0163abba325a040b79e2218ad0d595 2,460 1.00/1.00 vMB 20
588,112 588,112 00000000000000000014fc4655cb2232a3708d7a315f81800664141634b3b024 3,007 1.00/1.00 vMB 44
588,111 588,111 0000000000000000001f0ca28260d0dcb433a4c0f789b691109852017479e3e8 2,840 1.00/1.00 vMB 40
588,110 588,110 00000000000000000005f6a54d25a4f30fd6acfaf453c86d33a086916039ce74 2,839 1.00/1.00 vMB 35
588,109 588,109 0000000000000000000572162fd4a7e376a2ca470c2debdfc4a40631d2d23ac3 3,175 1.00/1.00 vMB 39
588,108 588,108 0000000000000000001146cd94060bc3cfa55bbc91acf1e7de97b4f22b88efae 2,628 1.00/1.00 vMB 35
588,107 588,107 0000000000000000000e132c967efd827b5ae16f3236e380c39102c5417fc4d1 2,603 1.00/1.00 vMB 60
588,106 588,106 000000000000000000060a6a7f643d75d6a82ef0689bd9f8335b6d6b4e68fae1 1,060 1.00/1.00 vMB 13
588,105 588,105 0000000000000000000c70d7362c0e2759a9a663089aa094395ebff505e94dd3 2,285 1.00/1.00 vMB 30
588,104 588,104 0000000000000000000976b481b3b11175fda5ac246d6ba464b5af0dd80aa937 2,479 1.00/1.00 vMB 37
588,103 588,103 0000000000000000000dbc64d39db1f705108962a75e6ae58d9d0abe80d362de 2,059 1.00/1.00 vMB 43
588,102 588,102 000000000000000000038220e8ca83017f2209b914665cec2bd4338735192231 2,166 1.00/1.00 vMB 24
588,101 588,101 0000000000000000000a16c9d11f1cc9ca8a21f03ad034135277ed7bf28df3d4 3,068 1.00/1.00 vMB 47
588,100 588,100 0000000000000000001d7067be2bf32405ee655a56dcd08d031700a1ff19995d 3,366 1.00/1.00 vMB 42
588,099 588,099 0000000000000000000c60a95f3170ade0e59c8242a533ff341555284a50697a 2,625 1.00/1.00 vMB 59
588,098 588,098 0000000000000000001ece5a9dd7850729c55c2d7ed64163bbe5b712f2eb943e 2,752 1.00/1.00 vMB 27
588,097 588,097 0000000000000000000dc46af730359b5252cb451da4d46893fa40bd09667c42 3,206 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.