Memory Pool Memory Pool Refreshing

1,552 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,862 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (719,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,485 188,485 000000000000023010ae32cee17338d23d625c7f5672b76a309733649e99bad0 0.10 MB 149 88
188,484 188,484 00000000000001d6ffe1cb436ba1aaae343bcb4f37b4394d24e7bc5d6107c5e3 0.15 MB 384 129
188,483 188,483 00000000000002f1d052fa4a9ed144a7772e7d2dd49d25859ff9fffb25a04837 0.05 MB 126 114
188,482 188,482 0000000000000108bb7e17180c58585fc6764b2f27c9f07663abd7c9c3b7e52b 0.03 MB 58 81
188,481 188,481 0000000000000476e3672034842a410ebdf31672d8ff2c8ff508deeadcb1b46d 0.05 MB 136 53
188,480 188,480 0000000000000964b8b298e0fe76f48622bf4ac08c792d05d8c1b6037acd5aed 0.04 MB 88 76
188,479 188,479 000000000000015d2f655b288d8323b3bc4501e36310c30cfc9df4954301e341 0.05 MB 97 67
188,478 188,478 00000000000004e719c14ccbb5b81eab68be1d741d524099d9d3d0ce8a84ade6 0.15 MB 348 175
188,477 188,477 0000000000000341f3256276246862f8877d532a39358f0acc2c9bf4a02e7db1 0.06 MB 128 280
188,476 188,476 00000000000008b58f253ede8732cd93036f5f36f6468d633abc335f8e45fff9 0.04 MB 80 145
188,475 188,475 00000000000002a1a7522edbeeacb866ceeb7171f51dba12af23376866a7df01 0.02 MB 45 167
188,474 188,474 0000000000000865196427d32db9e8d1839f0e79865c953831d3a7d024bf3026 0.01 MB 20 55
188,473 188,473 00000000000007ae04bc68510445ef7310fd0d275660af0ebf20a2de68115f09 0.01 MB 31 34
188,472 188,472 00000000000008e9bccb81d5b3c26c83e8119373c11cd00a5f01ba97be4afe5d 0.04 MB 60 53
188,471 188,471 00000000000008e0bbe3bf141d7bd472b1244020e452be6595a2c4d7b4a07cb1 0.18 MB 417 158
188,470 188,470 0000000000000545869d6e0aa6834f350fd49c33a0ec90aa94b008e9375bdf30 0.06 MB 77 86
188,469 188,469 00000000000005414069685f2155dff5647503a58754dae2079d612db46be600 0.06 MB 175 31
188,468 188,468 0000000000000294d0af7ed7933d9fce26bd43e8c7154e3a21c05d4ac2244f26 0.02 MB 22 75
188,467 188,467 00000000000005e0d5da470b86a35fa3bc0014eb75a70035345228406967475f 0.06 MB 184 275
188,466 188,466 000000000000052248186eb0a9b5d1357fb5c090409c1d50f9eebc95acf23afc 0.06 MB 144 228
188,465 188,465 00000000000008b2c144cd26099af4ca88674a2b1beaf334b592188a1fc3df4f 0.23 MB 702 208
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.31 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.