Loading Tool

Explorer IconExplorer

Memory Pool

79,924 transactions
29.73 vMB
0.09105491 BTC
Random Selection Loading Transactions
Max Size: 179.57/200 MB

Candidate Block

Mining Attempt 154fb94c4658a89bbe7fc0e63448e3af2e07fa6f1f51940595e351314ebcc86c
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root e68dd5d80ea5714e946fb08cd311291cea93a8abea410cc5325d163957f3752a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,860
Size: 1.00 vMB
Total Fees: 0.02708900 BTC
Feerates: 100.11 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (363,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,603 551,603 00000000000000000007c3dfdc4cae8f3b0071e0e2de83e4c07e96d699276d7f 2,305 1.00/1.00 vMB 24
551,602 551,602 00000000000000000011a83830262672b243d1c25605c196ba7412d1570a3f0e 2,716 1.00/1.00 vMB 36
551,601 551,601 00000000000000000016261500ada17fc7a2f84184e1f12953bb94410ea03949 2,702 1.00/1.00 vMB 48
551,600 551,600 0000000000000000002353f974c753d6a2d4f552aa125c0b6da3ca473c0f2b98 3,134 1.00/1.00 vMB 60
551,599 551,599 00000000000000000015e2794532001781089d4877f7a43fc05d72a56ca44f86 2,797 1.00/1.00 vMB 37
551,598 551,598 00000000000000000019c8fd5cfae1030d0521d770e634a18213530c49393ab6 3,131 1.00/1.00 vMB 56
551,597 551,597 00000000000000000019239c2c77d24a7007a15e8656f98ed1fe26c30e9dba1e 2,550 1.00/1.00 vMB 32
551,596 551,596 0000000000000000000fa545703ab9d577028fe022a7ed1367c0370919371e34 1,289 1.00/1.00 vMB 36
551,595 551,595 00000000000000000011e8bc39f3148a678dcf0aeec2aa17e4f5ec1bcc7e9c15 3,248 1.00/1.00 vMB 51
551,594 551,594 0000000000000000000653b577faf0dc03c4dcbf682e7b0870cb43cf0bbd6887 1,994 1.00/1.00 vMB 64
551,593 551,593 0000000000000000001b79fea27fa6af4d089d8719b7e00f6e114f93019234ce 2,836 1.00/1.00 vMB 42
551,592 551,592 0000000000000000000936dab35b45089aa06341b1646df5721f014a19e1a208 2,403 1.00/1.00 vMB 64
551,591 551,591 000000000000000000173c811e79858808abc3216af607035973f002bef60a7a 3,289 1.00/1.00 vMB 67
551,590 551,590 0000000000000000001ed1ec76a4c4747d38e5061b3303f8e647f10d1c299a45 2,893 1.00/1.00 vMB 49
551,589 551,589 0000000000000000001beacbb3a152be838b8b9647f1877a84b2082f0700e170 2,892 1.00/1.00 vMB 60
551,588 551,588 0000000000000000001f2191f34b553068250e70f50f83fa9dbc2dedf7d05d04 2,287 1.00/1.00 vMB 35
551,587 551,587 0000000000000000002a2d2fdfd8d216c8d81693c5560298c8ace83ea53a8ec8 2,898 1.00/1.00 vMB 32
551,586 551,586 00000000000000000017f4ba0d2b30faac95ef09bd937092b1e28358bcf1c78b 2,587 1.00/1.00 vMB 38
551,585 551,585 00000000000000000003eb6075e7ec73d244d9119479ab9b095ea5df1b726a53 2,988 1.00/1.00 vMB 45
551,584 551,584 0000000000000000000317f8d56654b05ad57a4268411b17d11425202a2b8d8b 2,143 1.00/1.00 vMB 42
551,583 551,583 000000000000000000002175efda60588ce98d2fb80c916c989f1d5197b2b03e 1,612 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.