Memory Pool Memory Pool Refreshing

2,469 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 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,760 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,462 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (775,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,354 132,354 00000000000003bbfe76884f6a659c3c1f653d66b9195e4bec893f66ef3921d1 0.00 MB 10 329
132,353 132,353 00000000000004e0022a53ab8aa47c479a841f5d07d5bef4df6daf1d3c19cc5a 0.03 MB 28 219
132,352 132,352 000000000000100cf0cd3c55b3c50d822bc3b8630a536653b757ea5078df0fd2 0.04 MB 92 447
132,351 132,351 0000000000000e939b97e14d6165d25e7f4816b418eb23f9e933c6e223320639 0.03 MB 109 53
132,350 132,350 0000000000000424d3686ea6f41eefbee608dc1fc8760fedcc8a201b1f4c94c9 0.01 MB 24 682
132,349 132,349 0000000000000cd075035a7151145d7d028a835e87374aea0cc54517195764a9 0.01 MB 24 1,340
132,348 132,348 00000000000000ed62e043b15d3bece667e1eda3354e42cbedc4847ea8ca82cc 0.01 MB 17 80
132,347 132,347 0000000000000fba73f9b13049381077f043e5b624b19b7f1837d281c34018fd 0.02 MB 33 879
132,346 132,346 0000000000000950c7c7b5f4409e295eed076a00a2c25531feb47ffaa78f623d 0.04 MB 71 317
132,345 132,345 000000000000058ff645382693c064604c5e8d55c4021b37550e2ebbfc240280 0.02 MB 21 214
132,344 132,344 000000000000049628a3da35fc3fc08917c5373517925a4eef5eec1a409ec8cc 0.16 MB 128 97
132,343 132,343 0000000000000fd61bedb437b6fe919e060ef733b78371380da1e6921239a6a0 0.02 MB 46 59
132,342 132,342 00000000000002ace89b31dda00c4e00447f3c73c9308dc4a6e9400ded78dd8c 0.03 MB 52 481
132,341 132,341 0000000000000c60c76601d640392720ba563202ee9b8e07446f710e1fc57af1 0.03 MB 47 296
132,340 132,340 00000000000009d2a9df33a60fdd9e5ef9a0a666562ea3e9b1e3212a382089a1 0.01 MB 21 1,362
132,339 132,339 0000000000000ee222ca4f1f7de7b34f7f46c96ae3eff1f91e0512597a22493b 0.03 MB 72 746
132,338 132,338 00000000000011b824e271812f40efdf62e15db39121f7368871879334378a0b 0.00 MB 12 566
132,337 132,337 000000000000099131222e7ce2e98b2f6bdf353c24c52a020de40f938c6a944a 0.00 MB 1 0
132,336 132,336 0000000000000e4074234fe602080f1e5764882733e2cddce4e8811e9bb84a9d 0.01 MB 9 4
132,335 132,335 00000000000007f1b67e93697012810b9d7335c158fc6317a3aa1dcf410d9f53 0.03 MB 73 771
132,334 132,334 000000000000126f9eebb751dc4642bbac0f986b9219dacdc007f5daeb5e7569 0.01 MB 23 724
Previous 10 blocks ↓
Total Size: 769.09 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,628.45 GB sent, 93.37 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.