Memory Pool Memory Pool Refreshing

3,138 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,943 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (662,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,528 245,528 000000000000004f6b51fc5cba6a357b8e4d840c218ad7d856cc4bf83210e566 0.07 MB 163 131
245,527 245,527 00000000000000c5a2356576a98923cf5625523f5032f8b6be8f2659726f03f3 0.01 MB 36 59
245,526 245,526 000000000000009f551f983270c009b24708539b507ac5e49baa07ccbb6f11ba 0.09 MB 220 97
245,525 245,525 000000000000005ce313aa81e0af6488594e5895cada48333851fbcdf7ad8939 0.12 MB 262 125
245,524 245,524 000000000000001cb5f8d54213cf613c2c7ce8a8ccc0aa6f3a4cdb201b5aa7cf 0.13 MB 296 122
245,523 245,523 0000000000000041bf43c7883ba664ac33f536bd0b0c3ef8ce41f635317406fa 0.03 MB 44 107
245,522 245,522 0000000000000064eff6c4199141d2f34599bb4ebf5aa65c5a6e47a39acb1d79 0.03 MB 90 66
245,521 245,521 0000000000000060c931538529b69c8e4e02c054e8a4ebd8d78792b9d5551199 0.14 MB 306 123
245,520 245,520 00000000000000b8e173379efc66ddefe21e177682ba782e9fa15eb4b35ddfa2 0.19 MB 422 133
245,519 245,519 0000000000000071dd3d253614518f64adc80090a83e8f80cc1e7d663d744d89 0.20 MB 458 137
245,518 245,518 000000000000007b3c7840d3aa82779e29e6dda06b6d847c83f408821b0f0cb8 0.09 MB 227 138
245,517 245,517 0000000000000019251a92be333d4ca08cac0def43810b6a1b4664e3e9a88dc4 0.09 MB 201 118
245,516 245,516 00000000000000b9c4e70d9280073f15d0a0ed75546c617c19c66c53b33f9080 0.05 MB 105 86
245,515 245,515 000000000000000dad9b5f225f24d132d592c0927af3f1772e16f2760981f3ad 0.20 MB 466 156
245,514 245,514 0000000000000036b51cb0e0cac35b2f3255a0876c3eae30da92af7988c159df 0.00 MB 8 84
245,513 245,513 00000000000000150db73e1fc8fb5dbf5d569d71bedb0e1ba2ebdb7c4d1ba9bd 0.03 MB 62 91
245,512 245,512 0000000000000082ae07ffe49ee50b0bad62147885c546fc5a9193944db7c7d7 0.08 MB 195 107
245,511 245,511 000000000000000a48b948d4dbd6445dc575b016c32aba0daf86a69a97247844 0.19 MB 357 5,403
245,510 245,510 0000000000000078a782d1939b28b994c297924177520c1a204d96aae6cbaf9e 0.18 MB 455 167
245,509 245,509 000000000000003e8a60b2675dcfa61634e686f09889f7b85f19f0ed4a1faf26 0.07 MB 153 88
245,508 245,508 000000000000005b2c2aa9c7af81b1f84ac78324c51459af84a6361df36dc50b 0.16 MB 258 133
Previous 10 blocks ↓
Total Size: 769.56 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,649.31 GB sent, 95.75 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.