Loading Tool

Explorer IconExplorer

Memory Pool

80,918 transactions
29.75 vMB
0.10250848 BTC
Random Selection Loading Transactions
Max Size: 179.99/200 MB

Candidate Block

Mining Attempt ece1b5b8f8e067d21f807a059a047bb3636581f3421ce25ba6c1547c084933fe
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root fafc0bf5b9b229c90735ef7f8b1a66e23d88877679161fe432f8674e476fd71d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,167
Size: 1.00 vMB
Total Fees: 0.03776597 BTC
Feerates: 146.36 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (369,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,416 545,416 00000000000000000016eb470cb4779385f361576910fa79e29a108c49d58020 2,023 0.95/1.00 vMB 11
545,415 545,415 000000000000000000140e45b7edb69bcb4adbcb69b721cc451ee8de6d46fa35 527 0.23/1.00 vMB 11
545,414 545,414 0000000000000000002277d7950cdbfa72eaab8e420691af1749eda9768f24a7 336 0.16/1.00 vMB 14
545,413 545,413 0000000000000000002310a994edfc284f66969b7d9abb7bb85c4112c6c0d435 2,532 0.99/1.00 vMB 12
545,412 545,412 000000000000000000117c46840de4c03a031f48a651e60815533555a6668954 199 0.06/1.00 vMB 13
545,411 545,411 0000000000000000000dcdbfa4d7eb08a83a55bfda13b3ce7edbdd37193d160a 1,436 0.71/1.00 vMB 10
545,410 545,410 00000000000000000006298519188deced71828cc8f9abf16944a066fe26cfa6 2,199 1.00/1.00 vMB 11
545,409 545,409 0000000000000000000c5cfbf368942be3dcc64ce436d37c9e7cdf5551ad6f1d 2,181 1.00/1.00 vMB 13
545,408 545,408 0000000000000000000865fcfcd1b0434c8ca309012099cf3aa48ad6be0b025d 2,930 1.00/1.00 vMB 19
545,407 545,407 0000000000000000001bead03e82ea68bf10b666e2c7b2cc3b8096f8c53bb4da 980 0.53/1.00 vMB 18
545,406 545,406 0000000000000000000b413e5436d322d96eae67600007bad9bfb90ebd0985c3 33 0.01/1.00 vMB 27
545,405 545,405 0000000000000000000984aad53e4dfbf75f69d4fdde0511bce5b9f99bfeda43 1,026 0.48/1.00 vMB 14
545,404 545,404 0000000000000000000354fbd334e82faba087d387e3c0f6b52f89ac49ab99f4 96 0.43/1.00 vMB 1
545,403 545,403 000000000000000000159f079cc7109aeb8de5ca7998e5ce1191fae696cc3bfa 1,933 1.00/1.00 vMB 17
545,402 545,402 0000000000000000001980e5f7add8a02dd4511ecd634aeb30b36bbb79dfeac0 2,697 1.00/1.00 vMB 23
545,401 545,401 00000000000000000004730bae0f6e81223b66f56e1d004d14379aa0ca8a79a4 1,881 0.92/1.00 vMB 11
545,400 545,400 0000000000000000000f9a319ce96a265dd5bf274f173fa9d2f3516b2c928e01 1,441 1.00/1.00 vMB 6
545,399 545,399 0000000000000000001ca3bc54f62a8719ba15caccf16aa57a8118a0b09c3691 2,779 1.00/1.00 vMB 22
545,398 545,398 00000000000000000001d2ce8adb2b2b8bd6954b61d65fa0666bcb03a8a457b0 105 0.04/1.00 vMB 9
545,397 545,397 00000000000000000000eec1ecab3afd680c3dd5830ba2f3ba1f1a2ef0e63b0d 1,313 0.84/1.00 vMB 12
545,396 545,396 0000000000000000000c17d3dae8b05a561aaa77a6fb3dc5839d41ea296824ea 982 0.59/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.