Memory Pool Memory Pool Refreshing

4,353 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (402,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,447 505,447 000000000000000000352d3e5b11ef9f1188af76e0e1125d1cf2baed44a46254 1.04 MB 1,657 337
505,446 505,446 0000000000000000003c7e2f793e57194e0d573a0dc0dbb7b2aa2341cd6ec7ce 1.07 MB 1,529 164
505,445 505,445 00000000000000000074c0e4a5f4684215eef627a224215b825745baf3681f36 1.01 MB 1,054 104
505,444 505,444 0000000000000000003c07dce0a63fb0944dda2f31e4e3c170cdd85aae900cff 1.05 MB 1,815 224
505,443 505,443 00000000000000000065561f2a5aa4fda707f1b71fa401b7aa0037474df030bb 1.03 MB 1,467 189
505,442 505,442 0000000000000000003d971149be2fe3f484cbc08a7b20357323cca25c5120c1 1.00 MB 116 42
505,441 505,441 0000000000000000007b4a7582476a5e640960985b213956482c16f03f98ddd7 1.16 MB 79 36
505,440 505,440 0000000000000000001e6e2af6dc1995301a1e2efab6e26d61f84783baee7ddc 1.03 MB 1,276 185
505,439 505,439 00000000000000000032345058a6d89664ff1c865a6f3e0d9c61253ff5a759ac 1.27 MB 693 59
505,438 505,438 0000000000000000004ad211a1528f9bda9589dbaf04f1d58be0356592d258a3 1.35 MB 1,332 181
505,437 505,437 0000000000000000004f7eef03f58ba35e5ebd3b08b4725cf932df647a05d208 1.08 MB 1,228 186
505,436 505,436 0000000000000000002f7b35e47647db0a41d7ccc0a93175a29da862541aab24 1.05 MB 1,478 235
505,435 505,435 0000000000000000001d06181ec11f6e708448053eb7955300dafa96dece56ec 1.06 MB 1,549 251
505,434 505,434 000000000000000000322c79ff8b1d124e4eb7893768980751b3eab253821772 1.05 MB 1,895 242
505,433 505,433 0000000000000000005bd4c20e42b6cdb83c22265d10844f173aeb6fbdda9360 1.07 MB 2,161 274
505,432 505,432 00000000000000000047e479a198e675c00a50e0232886fb4da7f9736f8b0000 0.00 MB 1 0
505,431 505,431 0000000000000000003f6f1c36f050bacded1d4aa7ceed5e35ae6acdf5b4dd86 1.02 MB 1,081 202
505,430 505,430 0000000000000000004114f85c0781e9297edfb9e2302119326ce452eef51293 1.02 MB 805 177
505,429 505,429 0000000000000000007833ab6a5414dfcf4c5e03e2d1e0000f3f38ebd9443f71 1.02 MB 1,855 206
505,428 505,428 0000000000000000006bdb4230790f2ab8640dc3f9de34e33a6e9641da1c7a7c 1.02 MB 702 142
505,427 505,427 000000000000000000390413e01dbf7461b5452357c221e7f828672ae6a5b374 1.03 MB 993 187
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.