Loading Tool

Explorer IconExplorer

Memory Pool

11,993 transactions
14.17 vMB
0.03146790 BTC
Random Selection Loading Transactions
Max Size: 67.53/200 MB

Candidate Block

Mining Attempt 29a528470d0f4238fe383e646f3814b6d5631663d8618d89ea667b5d1dd8a816
Version 20000000
Previous Block 000000000000000000009ec3e518334f792be2612ce33ec1ac4dc40a33b91bd7
Merkle Root 512db2278fb2e5029fa71acb70a9d596a7bb7a4c9336e8f635d549484085cdcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,217
Size: 1.00 vMB
Total Fees: 0.00705217 BTC
Feerates: 150.97 > 0.71 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,149 (787,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,560 126,560 00000000000031b53c34d836c64253a46273dde762a2a9e89096084171e74390 36 0.02/1.00 vMB 829
126,559 126,559 0000000000001ee749fab828be720485bbc557567f1254dca2268a5af6e5c136 68 0.02/1.00 vMB 1,999
126,558 126,558 0000000000003a5fb504059f3dbb4bc9c5e238af51da1d1a00dd6cf8e27e0987 2 0.00/1.00 vMB 0
126,557 126,557 0000000000000104d932b32e66281863f15534deab9a7a66ced404b0fb8dfa61 31 0.01/1.00 vMB 24
126,556 126,556 00000000000006eacc3604b5dedcda2bd49e2eff4d0598010e54fbdc83c7f821 19 0.01/1.00 vMB 1,095
126,555 126,555 0000000000001439390904c92fc7567527a83cacdd1b654a58152e91d1061eb8 14 0.01/1.00 vMB 1,168
126,554 126,554 00000000000003b780d187c25ff97b564dc57f0c62e57df3bf53d9be53e0182d 2 0.00/1.00 vMB 0
126,553 126,553 000000000000123382d00387576edb935f47f8e8a8abce216eb33efe28381b74 35 0.01/1.00 vMB 28
126,552 126,552 00000000000027d649934860c4378c120b269946f0f135366c4fff43ec041b92 7 0.00/1.00 vMB 744
126,551 126,551 00000000000037a286abad74da64fb948ecfbfbd21771e6cfb7abf61b74cd9eb 19 0.01/1.00 vMB 915
126,550 126,550 0000000000001b93ce9eb112c33fa97d6a8c45cf5e47d61f9273b297a6c0fbb5 11 0.00/1.00 vMB 359
126,549 126,549 0000000000000d49ab99d03c4253a4cb2a85072f4a251edddfc5e853debd5c04 33 0.01/1.00 vMB 1,177
126,548 126,548 0000000000000def5ed708a2a441b5b6f23394eb285f1354dc5514bfcbeb4733 13 0.00/1.00 vMB 1,459
126,547 126,547 0000000000002a6a776893c375f2d49cccb150e126d2b03d1a4532950ab566fe 9 0.00/1.00 vMB 51
126,546 126,546 0000000000001498f0159ac854ce16a05595fa9a856908ececc844bfa99065ad 9 0.00/1.00 vMB 312
126,545 126,545 000000000000369357dc2ce29a71db3850a42c7927678cb79832ab8173969a08 11 0.00/1.00 vMB 746
126,544 126,544 0000000000000f1372bdd9c5001142ed45af12cb48fa5ad98a88453c053481c4 18 0.01/1.00 vMB 1,114
126,543 126,543 00000000000036c924327547aa6e704deb4f8953a9050a76af3dacb2a05b6eb0 9 0.00/1.00 vMB 321
126,542 126,542 000000000000226e0cba56fb21567045b62cc54bb74b41eb28d47bf660364f9e 29 0.01/1.00 vMB 1,084
126,541 126,541 0000000000001c468607bc8a3c0d86968ec1b8ca357e9db500046b7744459d2c 9 0.00/1.00 vMB 1,491
126,540 126,540 0000000000000043a0c7313b00e65c2ba8a4f7a66f2f6dd12cc78dd3757c5958 115 0.03/1.00 vMB 1,943
Previous 10 blocks ↓
Total Size: 780.86 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: 563.82 GB
    • Received: 7.53 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.