Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,473 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (780,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,435 127,435 000000000000177ab9d18640b96eb3804afd7421f0529fa4d9fdad4bd403d9a7 0.00 MB 10 1,090
127,434 127,434 00000000000024dded6ae61d3f4ab784295e662010d4df38bbb1ca01521e64fb 0.00 MB 2 0
127,433 127,433 0000000000001373d302c950d98e7172804f2a3728d666200c93f3aee429c51e 0.00 MB 7 593
127,432 127,432 0000000000000a8616c416583ed303eb565aaf7f99cca06c594342dfae1ea9f6 0.00 MB 7 0
127,431 127,431 0000000000001224ae874f2a96643aefa13054095f5ae7e8a129980414df95c4 0.00 MB 5 1,035
127,430 127,430 0000000000001969ff9cb0d529dc0c194debec6e2da0c6556ed413cc367385fb 0.02 MB 43 551
127,429 127,429 0000000000001532c2d2019c1c3f3d22e508fe31e19839679bdf69e648c3b66c 0.01 MB 17 695
127,428 127,428 0000000000000d32e0dd38c2bcfe65872a54e226daefa24ed4dad609f839d5e6 0.00 MB 1 0
127,427 127,427 0000000000002284bbcd3039872087a1f6cd345ec944b92a75bfab820d2415d5 0.02 MB 32 942
127,426 127,426 000000000000085b7fe4b4d7401c5502254819c94b933ab160f823018fec04da 0.00 MB 2 0
127,425 127,425 000000000000096dac9069dda496d347f669bd27d7478d208d5962beb20fc2d1 0.00 MB 10 743
127,424 127,424 00000000000018dcb9a0078d7d8cfdc3a17e70cc5fcde93122633a207e82d90b 0.01 MB 24 5
127,423 127,423 0000000000001e6d1c6289bfe0cfc5dfa995a75208bf3d76bdfb7266d8c6b3f1 0.01 MB 29 493
127,422 127,422 0000000000000689050766cff8f82732d47291824a32a1f8376c9db190df8b5e 0.01 MB 43 2,916
127,421 127,421 00000000000005def110ee5d322ed56385b805e22b1de95ba870ca94a98b56d5 0.04 MB 106 442
127,420 127,420 000000000000069aeaf6afc2a3e528bbaee90a876181a902a680bb6bb9bc3fc5 0.00 MB 10 436
127,419 127,419 00000000000025b0968419acd3dbae3cc904b1d8590bc03439d33c6bc3b8696f 0.00 MB 17 446
127,418 127,418 00000000000004b841b7ba266e2e4f5b821b2b606bf62e01f9953efb7604aee8 0.01 MB 14 1,179
127,417 127,417 0000000000000052e4ca2a4e62e3ea14d8f2b7bed2906d63513799568389e669 0.00 MB 2 0
127,416 127,416 0000000000001fde834985d5c069be94284cf46297f2fe710d694c0fbfeb2e60 0.01 MB 44 256
127,415 127,415 0000000000000dd74e3df26cfed262e38ff93b5a3457c0831fe416e9b09b2d63 0.01 MB 28 1,077
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.