Loading Tool

Explorer IconExplorer

Memory Pool

45,686 transactions
27.24 vMB
0.07698156 BTC
Random Selection Loading Transactions
Max Size: 143.83/200 MB

Candidate Block

Mining Attempt 4d9812f74239f66239a9d6958edfc6a0ad97aa9b41f0b151d3027df9dc150743
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 2921af20409985c7ec7d94e5c92b55f1e77723b170f23bf75bfc634e2fc3d42c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.02591024 BTC
Feerates: 201.13 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (244,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,016 670,016 00000000000000000004d765027ba413303c3a160c1ebe8d287c7d210a1a764f 2,772 1.00/1.00 vMB 147
670,015 670,015 00000000000000000006f77d62961be21b04a5942fe9b409d41ee74e0a00e843 2,229 1.00/1.00 vMB 134
670,014 670,014 0000000000000000000cd06dfa84ef7fbb46f0e1b988d8f46e463d263a49d63c 2,757 1.00/1.00 vMB 162
670,013 670,013 00000000000000000004304e29c1c2abd6e73ae40b3e8f6ccef1da30146d7420 2,024 1.00/1.00 vMB 139
670,012 670,012 000000000000000000070ac0e0b9d1752337b7af020ab6cd4929ddc647d076c1 2,439 1.00/1.00 vMB 157
670,011 670,011 00000000000000000003d07fa9dc68ba87973c75f43c6a2711a5cd96e3a7027b 2,801 1.00/1.00 vMB 139
670,010 670,010 00000000000000000006c3a59280c765cf0c494c6aa39e71e4cdefdb0207a6c1 3,031 1.00/1.00 vMB 129
670,009 670,009 000000000000000000022b0706a1de9365d5b57ce2dca55326b4c55fb174633b 1,504 1.00/1.00 vMB 121
670,008 670,008 0000000000000000000c71d3b441a8d61684f1df53326e8a965306c632a8b16a 2,220 1.00/1.00 vMB 138
670,007 670,007 00000000000000000003f5ae792f08aaf02562f79f6bd28423d9e2ca9f87e531 2,350 1.00/1.00 vMB 140
670,006 670,006 0000000000000000000cc6d7078d8bee8015e618a057ea323b3bafb64b916aae 2,721 1.00/1.00 vMB 111
670,005 670,005 000000000000000000008924fcdc4d00e6d0e97d783eefe9bff566b0631ab225 2,207 1.00/1.00 vMB 118
670,004 670,004 00000000000000000009fa74d668a8772d824c4afa089ea9b5dd4360471284d1 2,213 1.00/1.00 vMB 122
670,003 670,003 00000000000000000003df8b7962aeeb1bfe62c612916723df4aa9636fc114d2 2,131 1.00/1.00 vMB 132
670,002 670,002 0000000000000000000bd2c263f415193dba6ca89fd004d5066f8e2a48c00406 2,846 1.00/1.00 vMB 156
670,001 670,001 0000000000000000000b6e4ec17a6236b5e52b6cb2654bdb4697e8007203165b 2,522 1.00/1.00 vMB 129
670,000 670,000 0000000000000000000411ab5253403532ca82aa6cfe164b4261829155a919f4 2,842 1.00/1.00 vMB 156
669,999 669,999 00000000000000000003de7cc538a226652b1b8bf83dbc38d01e310ff95ac828 2,099 1.00/1.00 vMB 133
669,998 669,998 0000000000000000000c096f3d9aa22152357f93557bfdbec414ebb1d07eef90 3,283 1.00/1.00 vMB 163
669,997 669,997 0000000000000000000c7dfc37b0e2a241ef71ad7e41485c8c68188923cbed73 1,401 1.00/1.00 vMB 130
669,996 669,996 00000000000000000006ebec1fc9537cae3ed637672564f5f6aa05526faaeef4 2,622 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.