Memory Pool Memory Pool Refreshing

3,945 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,808 (778,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,481 129,481 00000000000006231bfffb802c4dd87467a3caf2468bd43b59ccaa19286679fb 0.00 MB 1 0
129,480 129,480 0000000000000f109759d1fbf0258d517499b8e0bed1eda3ab6e8bac32be299d 0.03 MB 60 113
129,479 129,479 00000000000016df55aa7e72e46aff3fbb8c42e0322afc1d78181254250c6ee8 0.02 MB 29 1,654
129,478 129,478 00000000000016b15afa9f8bff4eb720db7d37f03df2ab98d70a4dcfb15221e3 0.03 MB 53 754
129,477 129,477 0000000000000b6114b9db166dd9810d01aaa063d00aae4a0ee1041140730a86 0.00 MB 5 0
129,476 129,476 00000000000015abf8c508431e5b7de846dec3deb87ebe0a515a8f2e7b58e837 0.00 MB 13 264
129,475 129,475 0000000000001515319060ca04d9aee95d8a908b35d47093e0276821d28ab052 0.00 MB 13 1,075
129,474 129,474 00000000000012b380c40cc6fb17cd19e4b34c11a0fcb1e5e8aad3b41bbdcbc8 0.04 MB 75 1,096
129,473 129,473 000000000000179015b85d128dd5917cab5e6e3e45ba3846169a44a39a312ad1 0.02 MB 78 2,780
129,472 129,472 0000000000000ebe122c4bec0106870de081e3c4c821ebaa9641632de25f239b 0.00 MB 10 633
129,471 129,471 0000000000001c60e39bc79e7bf8aaf0933508da569b5a944b2510f26d3a77ed 0.01 MB 24 910
129,470 129,470 0000000000000ef9f2b8eb96abf19383b240b5d6955b559e2f0ccdf6b83de3cb 0.00 MB 14 0
129,469 129,469 00000000000010b4ff4e20249eb458f067e7a3ca4843094b80021b353554c3a3 0.04 MB 26 1,538
129,468 129,468 00000000000001d1cfe009d5b873e03154eb3f62e487e58c7b5a4bd144fea149 0.03 MB 38 481
129,467 129,467 0000000000000643d7b535b5212312fbd4b4812d7ec8bd8853de10db10918f89 0.01 MB 8 813
129,466 129,466 0000000000001006bab39329671bc1fc14db96996a215fec2e800cc132ef443e 0.09 MB 83 1,121
129,465 129,465 00000000000011990e2eb8f21c89c506b1874d285f4bc69b624858e6edd4f77f 0.02 MB 44 1,106
129,464 129,464 00000000000014be352e79c761d971c6da75ffbd12b964779cdcc63925419162 0.03 MB 11 1,046
129,463 129,463 000000000000141eb3c091549eda7646e2630fb7a0557cd729f753f62ca27c5e 0.01 MB 35 105
129,462 129,462 00000000000000a0b18d945c7f9fc69f3147261956c516f239e82cdf92ce2280 0.02 MB 31 1,187
129,461 129,461 00000000000013e15300ea0e87e54ee7d7a59556dd79dc7e9b7959ade19d9396 0.06 MB 164 1,449
Previous 10 blocks ↓
Total Size: 769.18 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,633.52 GB sent, 93.84 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.