Loading Tool

Explorer IconExplorer

Memory Pool

74,444 transactions
27.46 vMB
0.06998926 BTC
Random Selection Loading Transactions
Max Size: 167.73/200 MB

Candidate Block

Mining Attempt 16b8245b54799a7f27615c0b11085413cd1293f9adbb36dccf21af453f972975
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root f57de7ba0b13535751ce58253f0c7769483e5415cdc17765b6a767bffcd2ac2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,010
Size: 1.00 vMB
Total Fees: 0.01153116 BTC
Feerates: 100.53 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (553,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,373 361,373 000000000000000004fbab81425d6f226f2f49ccdeeab43b6249f894b9639753 755 0.39/1.00 vMB 27
361,372 361,372 000000000000000009c2f7e1c81dd51b2226aa482710d126d056fc5ec49537ff 2 0.00/1.00 vMB 0
361,371 361,371 00000000000000000b7237beb7a1a8ab85ea0b9cc6c35ea7ce31bd1bea9dfeb5 110 0.05/1.00 vMB 24
361,370 361,370 00000000000000000c78bc11352bbce6d7002a846f19349777a6032ee602ee1f 1,235 0.65/1.00 vMB 24
361,369 361,369 0000000000000000063eabbcafa90ddc68f45e1f9e6f7b458f4fb055530134a3 1,426 0.70/1.00 vMB 31
361,368 361,368 000000000000000012a0980e31f78c6820ec774f108260c35477bf0603cdd6dc 762 0.34/1.00 vMB 25
361,367 361,367 0000000000000000120f14ab4a7532539b5c922dc8061abb4ac7c45a20477bfb 1,450 0.75/1.00 vMB 30
361,366 361,366 00000000000000000dc72ad65d50f561c5e2fb7b79af2fe3f0d7cb651d4373d0 264 0.25/1.00 vMB 11
361,365 361,365 00000000000000000772db4c43302ac71a3eaef9fc58111cd1ee601bfef3aa2a 1,529 0.75/1.00 vMB 28
361,364 361,364 000000000000000002c864cb9beec2d93218e412e94e8e9829b19e1a0e6bf103 1,157 0.66/1.00 vMB 27
361,363 361,363 00000000000000000686c80dc261f59c386936472f63bed26c6a516c8db733b3 850 0.49/1.00 vMB 34
361,362 361,362 000000000000000002d9d56be59cac942c43126544f758acda798df23ff9f453 807 0.66/1.00 vMB 26
361,361 361,361 00000000000000000031ef5d0a033cb6e3073275b4fb2dd0dda0550048c1dbae 1,796 0.86/1.00 vMB 25
361,360 361,360 0000000000000000074607dec9e0c71f27c7f4501c2cf2b2b4698620a35de8f4 1,572 0.75/1.00 vMB 49
361,359 361,359 000000000000000002f9377bb584cdf0bbc85d88ea510795a73cf7a8974b62bc 1,221 0.48/1.00 vMB 32
361,358 361,358 00000000000000000b11b4ef4c75298f98a0b216568ed83a1be5c4ac4e48af68 637 0.40/1.00 vMB 18
361,357 361,357 00000000000000000b07d9c696c964f87bd969ce4cc9d6bdd441319ff475d770 2,065 0.95/1.00 vMB 31
361,356 361,356 00000000000000000b5a4c2e0c3e23eea49550fd30ced0b49d5212f0756070ef 196 0.14/1.00 vMB 19
361,355 361,355 000000000000000008585d4e8b09b9d263b42e88fc5b6b870c2f042e6d7a3b8d 949 0.56/1.00 vMB 24
361,354 361,354 000000000000000009a366d0bcfd797612958625c00d17a85e5a9fdc01f83824 1,142 0.43/1.00 vMB 18
361,353 361,353 000000000000000013f555082ca7ced65a9eff941e06c506f61ec73800abb2e5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.10 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.