Loading Tool

Explorer IconExplorer

Memory Pool

41,543 transactions
26.41 vMB
0.07743551 BTC
Random Selection Loading Transactions
Max Size: 137.62/200 MB

Candidate Block

Mining Attempt bc8801d579d27bf717ab3736271e60d07c3dc9da89e954f166d61c8445d0f970
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e9c612384b12accf3b64f253b71d06521a1791113cfe6445844a6733616ad591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.02895206 BTC
Feerates: 150.98 > 2.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (413,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,169 501,169 0000000000000000006dc00f8d83b4e330cac2d556cfc672c8b0111149453bbf 1,816 1.00/1.00 vMB 289
501,168 501,168 0000000000000000001712c45537cb23af7a4b1d3e34d265092f2953ae365a43 2,561 1.00/1.00 vMB 787
501,167 501,167 0000000000000000003de7084acb0ca90c631cbb49b51dacc7a05eff77f2cb70 1,062 1.00/1.00 vMB 319
501,166 501,166 000000000000000000441f961582bf1fbfca8be3f8e97404c4deab47ddfe2c54 1,854 1.00/1.00 vMB 404
501,165 501,165 000000000000000000764d4fd7ba4281d7bc69cb5723502636c5edac39dfd638 2,078 1.00/1.00 vMB 519
501,164 501,164 000000000000000000139d2bb30ff25c7ac190d90d8f235cfa80474aaff549e6 1,068 1.00/1.00 vMB 210
501,163 501,163 0000000000000000000e32318e6f28244f5f1f781af36297a4e909e99c115411 2,735 1.00/1.00 vMB 715
501,162 501,162 0000000000000000005d4bdc24713d3a13d8cde38f5ff1adb78415d3e97eb7f9 1,158 1.00/1.00 vMB 303
501,161 501,161 00000000000000000017a52f40af356afbae97acbd885eb02c09f68f9a1eb845 1,808 1.00/1.00 vMB 384
501,160 501,160 00000000000000000065dbc86cf74e677cbb6bddedb755720d4af8e704a1a8c7 2,648 1.00/1.00 vMB 509
501,159 501,159 00000000000000000012105efdae57d3705bea71515113fc8210d48e9506c8ee 2,575 1.00/1.00 vMB 314
501,158 501,158 000000000000000000309dbcffbba90c9123447149cf9289e1ffa94076aff1d0 2,547 1.00/1.00 vMB 612
501,157 501,157 0000000000000000003a992d49085a0e9b7dec9f7a9691db770463288c99338f 2,078 1.00/1.00 vMB 631
501,156 501,156 0000000000000000004ddd8761e3b1de07a39801267250691bdec5e95fe6fa14 1,938 1.00/1.00 vMB 819
501,155 501,155 00000000000000000078a52a5fa9a4d7b90b4c6e32e16ad505b34bfd24c17515 2,218 1.00/1.00 vMB 818
501,154 501,154 0000000000000000007d49602307d7341347b266f42a34803bc624b2855267ba 1,145 1.00/1.00 vMB 1,092
501,153 501,153 000000000000000000594fca8fc2e2e6f7baff5ac96a10d94f33ae3b0f4e1971 1,932 1.00/1.00 vMB 728
501,152 501,152 000000000000000000256914f5477af1a53e1dc3b89c68084e904968d1ae32da 1,677 1.00/1.00 vMB 192
501,151 501,151 00000000000000000045d37407f5e85797f663d0fcf5d02b792bfdc8211ea190 1,446 1.00/1.00 vMB 197
501,150 501,150 000000000000000000199c0313d0ec8295927d47f185ef2f2cee8a0216c343b4 2,177 1.00/1.00 vMB 301
501,149 501,149 0000000000000000001ac270f7c54b369b0b142b0eb9c9a21df13ff0815b0cb9 1,778 1.00/1.00 vMB 336
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.