Loading Tool

Explorer IconExplorer

Memory Pool

47,895 transactions
27.76 vMB
0.05963287 BTC
Random Selection Loading Transactions
Max Size: 148.24/200 MB

Candidate Block

Mining Attempt 0cce29c2f5bc1eb8bcdc672c7aa5efb22b3172f840b4482a66edd387f509d032
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 836497b5d7cccb635c456c0c1c2553400148b4c036d4cd1c514d6f6c20c4d2e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,190
Size: 1.00 vMB
Total Fees: 0.00728525 BTC
Feerates: 100.00 > 0.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (436,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,630 478,630 0000000000000000004ec70e11bcfee4fd0d7b22b457018aa231bbc57c5bc123 531 0.95/1.00 vMB 23
478,629 478,629 000000000000000000c56ca62ecba1f2f96aaeb855df382931506471fc2a5b2e 1,011 0.71/1.00 vMB 102
478,628 478,628 00000000000000000051d1aa408a0022d6db169a7eaa56cf5949d9801db6852e 1,966 0.99/1.00 vMB 82
478,627 478,627 000000000000000000cfb0e875772aab2dfc8bf013638dd370b7f1d5b6b93b9d 876 0.98/1.00 vMB 33
478,626 478,626 0000000000000000006227ad41eee6c4b446a925e3718b35f84e3c2b3a7303aa 946 0.54/1.00 vMB 105
478,625 478,625 0000000000000000009cfbb85a6a4752152ca40c51a50d91d533aa2385db0302 404 0.99/1.00 vMB 7
478,624 478,624 0000000000000000001998b295088e7e3b3c0e92c5d718d7abb1f02535e9bd32 2,086 1.00/1.00 vMB 55
478,623 478,623 000000000000000000381ad0807fb09a2718a5462717169f55dda0f3d8340392 1,512 1.00/1.00 vMB 144
478,622 478,622 0000000000000000013f064119287d85bdf690df38b2b1776cd698c3436a4d38 667 1.00/1.00 vMB 15
478,621 478,621 000000000000000000db39150b6069aea9716d53328c14a20c2171443b22b306 2,278 1.00/1.00 vMB 48
478,620 478,620 00000000000000000094b1bf655a0ffa21d4dc93c897a5d5e27fd96329221c4e 1,985 1.00/1.00 vMB 95
478,619 478,619 00000000000000000009bfb86b2354dc4760e49a80d7768a9353e7de58484e0e 2,078 1.00/1.00 vMB 75
478,618 478,618 000000000000000000711b744572fc229e3199b54afd1b1feffec0527eba6e73 2,133 1.00/1.00 vMB 63
478,617 478,617 0000000000000000002c3d4dfd565ef863ffba9d457448d605f397f0d10b21d2 1,715 1.00/1.00 vMB 145
478,616 478,616 0000000000000000001986eb2aa4991609b0b47c2588257ac179112329de730d 1,788 0.99/1.00 vMB 92
478,615 478,615 00000000000000000058f1c8647b3cb79a5752acfd45f5373e57042407c7f617 2,228 1.00/1.00 vMB 144
478,614 478,614 0000000000000000001db704079dc5fb598e6a140d25362dbc609b8391f931a5 1,837 0.86/1.00 vMB 8
478,613 478,613 000000000000000000669ba0966245c558d46e7ba6ee2430e709b03431750044 1,330 1.00/1.00 vMB 63
478,612 478,612 00000000000000000053f38234e7ec49af973c703ae2663fae1a0e1afc8dd504 2,511 1.00/1.00 vMB 42
478,611 478,611 00000000000000000018895fb2c7deda884554e3b4add8d1070f17c643e298c8 2,140 1.00/1.00 vMB 108
478,610 478,610 00000000000000000028389f5b592cbf08ca0451c675432f6060f97d8425fe51 1,112 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.