Loading Tool

Explorer IconExplorer

Memory Pool

78,672 transactions
29.73 vMB
0.09978884 BTC
Random Selection Loading Transactions
Max Size: 181.25/200 MB

Candidate Block

Mining Attempt f8b321f227b2e219fc010f19c820efc177090710bde6344f7a7901c0d5d7ff26
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root f5b4b010cb416691464c32770c29726400a1fbd4c1d15da9a9f7a69d6960fcaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.03317484 BTC
Feerates: 301.35 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (438,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,564 476,564 00000000000000000141f841b2ded2ad74cd56a53ce0186fcaf7beabc9430ba4 2,285 1.00/1.00 vMB 263
476,563 476,563 000000000000000001205743876797dabe837edb1bcaab6974f62c91cbb8d09d 2,130 1.00/1.00 vMB 116
476,562 476,562 0000000000000000004aa703edba7b6e558e07eac3f5f1ddaecabd01e3526863 2,356 1.00/1.00 vMB 184
476,561 476,561 000000000000000000e37a041229c5a8984c06834aea2b4cd675eeed4cd55065 2,413 1.00/1.00 vMB 156
476,560 476,560 0000000000000000003be7900ac1ff729efd948b40baf836dca944233d317a44 599 0.26/1.00 vMB 195
476,559 476,559 0000000000000000010114d21e5b8b12424331822f5422f1e83e41e50d2b7c2d 225 0.12/1.00 vMB 160
476,558 476,558 0000000000000000007784c1aa0146a7ecc5dd83d04adb6b342d880e35024f90 626 0.30/1.00 vMB 135
476,557 476,557 000000000000000000d70ecc5164ce1ea26f85777ee0d9af81b025bf1c82d35a 609 1.00/1.00 vMB 34
476,556 476,556 0000000000000000011f0cdf304b4920aa5be842f65a813e8c5e5de909509e44 1,422 1.00/1.00 vMB 103
476,555 476,555 00000000000000000005a0df8fb6ffe2d08b6928390da97eb19f1f4f99177f83 638 1.00/1.00 vMB 28
476,554 476,554 000000000000000001541abce7b88da5b1981a04e5b6d61f550d6f929ab97880 1,121 1.00/1.00 vMB 70
476,553 476,553 000000000000000000e153c8186763a458132740ea89db859155753cdcda7f81 1,636 1.00/1.00 vMB 103
476,552 476,552 000000000000000000645476ea9ef327585f7c445755efc8b3aaacec083974d8 139 0.05/1.00 vMB 182
476,551 476,551 0000000000000000001bba39a3879e8d78c610211126a6ea51e6baf1ceadadf6 1,169 0.52/1.00 vMB 147
476,550 476,550 000000000000000000159522ec7c0b7fd7fd1794a5c8cd75e1826d07e9e3c83c 1,409 1.00/1.00 vMB 37
476,549 476,549 000000000000000000d0df7d967b9a82c4cf3c2d524a5ffd367b7d3cfc5de3a2 2,142 1.00/1.00 vMB 189
476,548 476,548 0000000000000000009afadb7a1203439069e05c7bc0833d99b96b0679f30735 761 0.32/1.00 vMB 147
476,547 476,547 0000000000000000012643a89f062d52c99d7f4166a0beab2905700b728c0ab2 1,324 0.56/1.00 vMB 146
476,546 476,546 0000000000000000006ebfb402c160e2103c1521b066dc0d2a3b2158e316d5cf 1,287 1.00/1.00 vMB 99
476,545 476,545 000000000000000000df6687337c7a7b32ff731b47763a806f7f81ad5bae838e 593 1.00/1.00 vMB 32
476,544 476,544 0000000000000000001cbd3f6110db7dc981c5a9369b66bf61440687c700bf48 1,777 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.