Loading Tool

Explorer IconExplorer

Memory Pool

82,924 transactions
31.40 vMB
0.09405763 BTC
Random Selection Loading Transactions
Max Size: 190.57/200 MB

Candidate Block

Mining Attempt 68a4602c9b992b7aba62586752e445b7030470f4e7b371aa7d06d8568a8a5b50
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root ba637fdbf020e03dd8eb382460aaacc24e874b0c6bc68b175e99681012f5aa81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,168
Size: 1.00 vMB
Total Fees: 0.02576443 BTC
Feerates: 100.69 > 2.58 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (441,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,583 473,583 000000000000000000d94f234cf272482f1c205fc7955a1fffab4af8a3f69845 231 1.00/1.00 vMB 25
473,582 473,582 000000000000000001085ece9662eee925acd6a76839905d795ce50ac096fe4f 758 1.00/1.00 vMB 41
473,581 473,581 00000000000000000106b28d7a80bfb38f77962bd4c875a896a34c58a90bdcc2 255 0.08/1.00 vMB 362
473,580 473,580 0000000000000000005f13b2f80708344757e11d352a1da5bfef24dedce3d425 2,310 1.00/1.00 vMB 106
473,579 473,579 000000000000000000e097406e15a14c758ba98714b68755ffc646d6213c5f70 2,035 1.00/1.00 vMB 265
473,578 473,578 000000000000000000e4da77f07d1bce0cdef046c05b2b3826709056b979ab17 1,864 1.00/1.00 vMB 237
473,577 473,577 000000000000000001134ad33a936a5b208f1d99ca35fd3ac6f0d5e147c6357a 2,300 0.99/1.00 vMB 344
473,576 473,576 00000000000000000153515bc1e02dea2f54b2f55af5f80d1d9df737c632bf13 1,655 1.00/1.00 vMB 391
473,575 473,575 0000000000000000010d39165a192b3d23746941df695dab3b69148843dfba52 1,845 1.00/1.00 vMB 348
473,574 473,574 000000000000000000f6fc13699392a00681529a53ddca8f7e0f2cba53c8f3e1 689 0.22/1.00 vMB 395
473,573 473,573 0000000000000000010ecc7936f5b28cd01004442a18236aac53ac6a9c5f4c57 1,639 1.00/1.00 vMB 170
473,572 473,572 000000000000000000adc894446d037ebc3b5272a9d492779312effd4d177952 1,398 0.69/1.00 vMB 213
473,571 473,571 0000000000000000005da6b942d01bd8b8a19a02def37405e1941d21681e3132 2,106 1.00/1.00 vMB 283
473,570 473,570 000000000000000000c79db46d10924479dc3aac45cd1279b5981c5b54a7931e 2,177 1.00/1.00 vMB 230
473,569 473,569 000000000000000000b864b4ef38e857e3637e14c994f1a189e66b91872fae3b 1,943 1.00/1.00 vMB 265
473,568 473,568 00000000000000000144d9ec16bd30688c2d8bc5af2dc66ba813df01d872b044 902 1.00/1.00 vMB 51
473,567 473,567 000000000000000000ca83701777eab393be407a386013a6d0620f739a096d6d 1,631 1.00/1.00 vMB 52
473,566 473,566 000000000000000001648f941597fdee974970ffcab280bfcb4eddd63d0d5b75 2,612 1.00/1.00 vMB 75
473,565 473,565 000000000000000000e0e5983d594ee4d4cc9b6de05829cd9bbe0d93dabbf55f 2,187 1.00/1.00 vMB 118
473,564 473,564 000000000000000000affda9a5bc3c411f4b8a5a2194d07bcbdd871ce59b29e5 1,568 1.00/1.00 vMB 167
473,563 473,563 00000000000000000102bb2d238d3d24c052f90305f06d1b44178f07e8a18b13 2,601 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 702.63 GB
    • Received: 16.63 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.