Loading Tool

Explorer IconExplorer

Memory Pool

77,062 transactions
28.30 vMB
0.08948738 BTC
Random Selection Loading Transactions
Max Size: 172.41/200 MB

Candidate Block

Mining Attempt 90db742de648656d0e649c77c411fd6af837b50c9fb91c0dc8e93ad57dc11267
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root f468bee2bc82c63c045d09fdaad844d7b1eacb23f8d376cbcbbb950a82807f65
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,948
Size: 1.00 vMB
Total Fees: 0.02713741 BTC
Feerates: 150.93 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (125,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,523 789,523 00000000000000000005a7b9eda531b9d730dc8edeeffcd46ed2447da427d034 4,320 1.00/1.00 vMB 45
789,522 789,522 0000000000000000000522eb3cb7af645a3ee1c50e24f494b41197736ec2e0c8 4,025 1.00/1.00 vMB 77
789,521 789,521 00000000000000000001b6529b7e671d0b44d946dc2de602855b4b731ca8dd4e 3,535 1.00/1.00 vMB 71
789,520 789,520 0000000000000000000215193965fd9f5ee1b110f4a013af4ecd8d84aef171e9 4,321 1.00/1.00 vMB 50
789,519 789,519 00000000000000000005341611bcf51aa32323d4c620b09015d241b924b7a984 4,828 1.00/1.00 vMB 56
789,518 789,518 00000000000000000002f620920213343983f74178cf6845a1e75c0bc12f6587 4,925 1.00/1.00 vMB 46
789,517 789,517 000000000000000000034c158a31824f5074c8da57faa91ab2331b102ef588e5 3,808 1.00/1.00 vMB 39
789,516 789,516 000000000000000000011107e591a35071512dfde33175bf8ce52d2962de3044 4,908 1.00/1.00 vMB 51
789,515 789,515 00000000000000000000ddd8c22b67b90aff427f87a34308f24e6b9b8a47735a 4,232 1.00/1.00 vMB 62
789,514 789,514 0000000000000000000404c98713bee6a60e4b6a24623c4c132d1f29d0c5d8f8 4,618 1.00/1.00 vMB 85
789,513 789,513 0000000000000000000333603be98384a80522e5d7a5ec76c969b2078f8c2a2d 4,854 1.00/1.00 vMB 57
789,512 789,512 0000000000000000000394f65a4853e00d36034a51aa5d070353aff5ce3afaa6 3,757 1.00/1.00 vMB 63
789,511 789,511 00000000000000000004afcc906114aa3f2703f225736e90b80e3d4cb9747233 4,300 1.00/1.00 vMB 108
789,510 789,510 00000000000000000005d9b782e68b3605e75a1fe469c9bad91a3672f6929739 4,465 1.00/1.00 vMB 88
789,509 789,509 00000000000000000002813b0ad6c2a4dffb7196c06f35b2f0ff85af21ace0e0 4,577 1.00/1.00 vMB 76
789,508 789,508 0000000000000000000031a8989f63299bc1c8f71df9ea241f19afe8d97d5c56 3,956 1.00/1.00 vMB 87
789,507 789,507 0000000000000000000307475e7cec684f5bbfef07a7527d6715022ac71efff4 4,561 1.00/1.00 vMB 50
789,506 789,506 0000000000000000000032f710513703bd17f238e0f84b20a20ec54375634096 4,609 1.00/1.00 vMB 79
789,505 789,505 0000000000000000000124a3c6f0ee2d2d6b2d45482f8fdbaac3a01f06af7997 3,717 1.00/1.00 vMB 74
789,504 789,504 000000000000000000006540963c5bea2565f29dc0eaac1127d6c844b6325a98 5,319 1.00/1.00 vMB 60
789,503 789,503 0000000000000000000070210884f0b0aff84fddbddd8ed2857711cbe551f93e 4,161 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.