Loading Tool

Explorer IconExplorer

Memory Pool

39,174 transactions
28.55 vMB
0.06272362 BTC
Random Selection Loading Transactions
Max Size: 144.94/200 MB

Candidate Block

Mining Attempt ed5a0b32598384a84ddd74946e26e763e3a4e22fdd537ed61d3f17fd1d85453d
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 9a16355c9dc99e04fa1861ecb7958bc04e2150c53e68cb8daf95f017b11f00e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,721
Size: 1.00 vMB
Total Fees: 0.00757390 BTC
Feerates: 50.27 > 0.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (444,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,114 470,114 000000000000000001903444a5b652a88f27441e1459789a855412c13a1d5662 2,333 1.00/1.00 vMB 426
470,113 470,113 00000000000000000115e8339aba21cc96fa5a043286e10816ec140a1cec5f92 2,543 0.99/1.00 vMB 369
470,112 470,112 0000000000000000007bedbc6929828490b219ed85799eb6eea564876ec4b4f7 2,423 1.00/1.00 vMB 315
470,111 470,111 00000000000000000007b608b6ca462dee5968b573a80a257f15bd3a2903305f 2,401 1.00/1.00 vMB 411
470,110 470,110 00000000000000000088c0d3619c4ac2f4b0f473742d8a065206f267f79469d6 2,346 1.00/1.00 vMB 428
470,109 470,109 0000000000000000004dfd9dfc96375e9bb59e02f3608818221c02cb4ae5f59d 2,553 1.00/1.00 vMB 360
470,108 470,108 000000000000000000b8175a56e1e38194470f11726aaadc20c689462ea556d9 2,437 1.00/1.00 vMB 395
470,107 470,107 000000000000000000cb64c9becaf255610a74c7e119ca544a84b8fde0e36b07 2,497 1.00/1.00 vMB 385
470,106 470,106 000000000000000000c83905646d15539cb39a5d42f3dde638d6377efa87887f 2,568 1.00/1.00 vMB 439
470,105 470,105 000000000000000000ee30693847cfb06886a9ca5d002ad6751688e4e41ade88 2,057 1.00/1.00 vMB 420
470,104 470,104 00000000000000000020f04e3db2a7862fe547f5d507ab39cbf6982402e99438 2,418 1.00/1.00 vMB 438
470,103 470,103 00000000000000000094f338fdf19d99ed41bfa34b900b2eefc89c374dc1e9b9 2,347 1.00/1.00 vMB 409
470,102 470,102 0000000000000000017cb2aaf4bf78da56e7570844249dd70f7eaae2add943d0 2,479 1.00/1.00 vMB 433
470,101 470,101 000000000000000000d6cfc6ab1f097824d5f7059a38ce56c761150b9eab97e4 2,460 1.00/1.00 vMB 461
470,100 470,100 0000000000000000001ede418e31472aff3dfed697f30399d98d5ac71750b089 2,517 1.00/1.00 vMB 511
470,099 470,099 0000000000000000019e651d02ef080d595907d1e1de112db6dd3a0a4974cbe3 2,610 1.00/1.00 vMB 423
470,098 470,098 00000000000000000196967fd97f704f4f7e71f5026b69f0aa15cfbe770b5da8 2,135 1.00/1.00 vMB 439
470,097 470,097 0000000000000000014161e47f2daee70fae787dc40b7dc58ebaf2a3c2fee73c 1,784 0.99/1.00 vMB 417
470,096 470,096 000000000000000000c90dbcf28166429208f5e1ebbe5d4b1a831371327b5921 2,723 1.00/1.00 vMB 431
470,095 470,095 00000000000000000106e769ec1731be063fc49e5704d54b8d2da652e949e6ca 2,281 1.00/1.00 vMB 472
470,094 470,094 0000000000000000009d3bdbe7a3c6cf20278521484d716e9a725b175ba246d5 1,898 1.00/1.00 vMB 611
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.