Loading Tool

Explorer IconExplorer

Memory Pool

46,202 transactions
28.00 vMB
0.08619878 BTC
Random Selection Loading Transactions
Max Size: 148.25/200 MB

Candidate Block

Mining Attempt 8c7163234980f518065b3e55882c114d9ac8225bfffc852368e775b342c7fdb6
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 88e11725e2b9bd48b86e005a12830aa673bc94b101a42a2b1dc37d76e09f48d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.03170673 BTC
Feerates: 181.54 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (729,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,589 185,589 00000000000002f97c1831e889661b17d239ab0829b469e858b242fc59cedfd5 277 0.14/1.00 vMB 201
185,588 185,588 00000000000007386adf9cea071003221628966e18e4b4015e6bafcc91db54f0 256 0.12/1.00 vMB 45
185,587 185,587 0000000000000517dce9a446b1bfe1c6a9eb0f52242935c0c8f6f226fb52fd6a 3 0.00/1.00 vMB 99
185,586 185,586 0000000000000398bb3e836e38021d1f21f86a9f277106d5fa3544673e9acdb6 579 0.25/1.00 vMB 116
185,585 185,585 00000000000003b7205d5a1ebd77f84eb887a19c3e899e3e5b88d2cace537648 9 0.00/1.00 vMB 0
185,584 185,584 00000000000001192aae2ed93e569acacfe0f33a25cd33cb5a17ddbee2aed1d9 259 0.21/1.00 vMB 451
185,583 185,583 0000000000000053c1e4b769b7f806b1d4351811baf7123d647fc83c22f874cc 21 0.01/1.00 vMB 60
185,582 185,582 0000000000000702a444c90eb253aaf5792354116f44255bf7197b2ff75fcd47 312 0.12/1.00 vMB 134
185,581 185,581 0000000000000583c8c3cf2894bc0bfbefc31f15e0876b11dd3aa97ff8ebba82 482 0.21/1.00 vMB 307
185,580 185,580 00000000000002b8f9c7d3cefa62cf3b178f32618d0d64680403d2c071790c1f 175 0.07/1.00 vMB 1,482
185,579 185,579 00000000000008d5783c32c48bb9df03974910650536e34f3a0a0e3219ab03b7 411 0.25/1.00 vMB 239
185,578 185,578 00000000000006e23d9b80c6f5cb68c7d37afdbc261e451e0ee30c5bb31561f3 142 0.08/1.00 vMB 767
185,577 185,577 000000000000001052cda2ea3df57c7b634cbbdbe896241440b85fd1280f38b0 423 0.15/1.00 vMB 140
185,576 185,576 000000000000027bfd52ae4668a9cc17a6aa7f76cd270fe7065f0d72e55e55bb 410 0.25/1.00 vMB 571
185,575 185,575 0000000000000235bf9180e5b5d37a6c0548fb9abd6964391555f3e72063616a 746 0.25/1.00 vMB 143
185,574 185,574 00000000000005d0fa2175c715e2c87bcdf749301124db93ab82a2c4fbd69f6a 119 0.07/1.00 vMB 567
185,573 185,573 00000000000004829421b4e5f081f90887f5766f99bce86eadb695c89967c580 72 0.03/1.00 vMB 177
185,572 185,572 00000000000002dbdab383237997210561e0a2ca88f88ed3621838b67441ceb6 117 0.05/1.00 vMB 150
185,571 185,571 00000000000000ca632e7f638ecbb03590afb30f0edbd6e239b2d98693c8facf 1 0.00/1.00 vMB 0
185,570 185,570 00000000000005c4f1bc70c565bb803e1dacc280cb0fa310018f740fcb701e94 96 0.03/1.00 vMB 143
185,569 185,569 0000000000000708ed998e7028ea833f96744500f3bc6f4c62bfe3bcb96dac43 243 0.13/1.00 vMB 1,461
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.