Memory Pool Memory Pool Refreshing

12,155 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,065 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (722,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,583 185,583 0000000000000053c1e4b769b7f806b1d4351811baf7123d647fc83c22f874cc 0.01 MB 21 60
185,582 185,582 0000000000000702a444c90eb253aaf5792354116f44255bf7197b2ff75fcd47 0.12 MB 312 134
185,581 185,581 0000000000000583c8c3cf2894bc0bfbefc31f15e0876b11dd3aa97ff8ebba82 0.21 MB 482 307
185,580 185,580 00000000000002b8f9c7d3cefa62cf3b178f32618d0d64680403d2c071790c1f 0.07 MB 175 1,482
185,579 185,579 00000000000008d5783c32c48bb9df03974910650536e34f3a0a0e3219ab03b7 0.25 MB 411 239
185,578 185,578 00000000000006e23d9b80c6f5cb68c7d37afdbc261e451e0ee30c5bb31561f3 0.08 MB 142 767
185,577 185,577 000000000000001052cda2ea3df57c7b634cbbdbe896241440b85fd1280f38b0 0.15 MB 423 140
185,576 185,576 000000000000027bfd52ae4668a9cc17a6aa7f76cd270fe7065f0d72e55e55bb 0.25 MB 410 571
185,575 185,575 0000000000000235bf9180e5b5d37a6c0548fb9abd6964391555f3e72063616a 0.25 MB 746 143
185,574 185,574 00000000000005d0fa2175c715e2c87bcdf749301124db93ab82a2c4fbd69f6a 0.07 MB 119 567
185,573 185,573 00000000000004829421b4e5f081f90887f5766f99bce86eadb695c89967c580 0.03 MB 72 177
185,572 185,572 00000000000002dbdab383237997210561e0a2ca88f88ed3621838b67441ceb6 0.05 MB 117 150
185,571 185,571 00000000000000ca632e7f638ecbb03590afb30f0edbd6e239b2d98693c8facf 0.00 MB 1 0
185,570 185,570 00000000000005c4f1bc70c565bb803e1dacc280cb0fa310018f740fcb701e94 0.03 MB 96 143
185,569 185,569 0000000000000708ed998e7028ea833f96744500f3bc6f4c62bfe3bcb96dac43 0.13 MB 243 1,461
185,568 185,568 00000000000003893d396f8bd2cf41d923f95c1bb197116a7dfda4c71f5fce3f 0.07 MB 162 174
185,567 185,567 000000000000091e8d8e364ee57bb634ce90ec87fc066ef0d2c85d553818a49d 0.00 MB 9 282
185,566 185,566 00000000000001d18f91c19c441d1d18ff20092a17ef2654ad7205564cd41146 0.05 MB 75 98
185,565 185,565 000000000000065b6ad36ed7fc0f4dd8c3c53b74c1ab170eb3e8e88d8934b6cf 0.08 MB 247 20
185,564 185,564 00000000000009445e3156352fbd5d05f5512ce7fa82a82690d21d63cdc45b0f 0.11 MB 242 195
185,563 185,563 00000000000001141a48b5b20c0b46537e3f54e3897a00c9af664e6cc457cb58 0.02 MB 29 88
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,626.87 GB sent, 93.09 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.