Memory Pool Memory Pool Refreshing

4,490 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,486 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,446 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,485 (894,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,540 13,540 0000000073d6c934cdca8d8a9bf5e562f7a286fd732ef3110b7fc6ddb512fecf 0.00 MB 1 0
13,539 13,539 00000000ca2d0664fb761d06f1ee2f6bd12366df63e3931b02856155f7b028a4 0.00 MB 1 0
13,538 13,538 000000000404b9ff34fe17f8a6558055eebb3b0d4561c172f578f3c7278f7431 0.00 MB 1 0
13,537 13,537 000000006c40008fe138276b625a40eb352a5149aef0a7d72a7bd75d49ba53d2 0.00 MB 1 0
13,536 13,536 000000005f321d7c17dffb4dcde40eee393874fa953ddbd2a34899af0aa3fc17 0.00 MB 1 0
13,535 13,535 00000000082162f44586a117f4daef14fcc777f5bdb64be61751353f20d7f392 0.00 MB 1 0
13,534 13,534 000000004d0f6ed52590d9b8f50477ba7acbca87c7bae7d0f54e3f908c4b5276 0.00 MB 1 0
13,533 13,533 000000006dd7643d23272c03c2e934814cd38847c3322de0334ab9198ef31c69 0.00 MB 1 0
13,532 13,532 00000000b7fb0d2b7013d2e639e5c81db92c235c3c522df5e464b74c582b2492 0.00 MB 1 0
13,531 13,531 0000000043a957e05affbec44c31414e5223e0c8dc2cd0c26059e04d22dde723 0.00 MB 1 0
13,530 13,530 000000003a5f60a14cf2422ac3b830bde22f1b2e16545b92cd7a979c86338cd6 0.00 MB 1 0
13,529 13,529 000000002c2fc53210c85ed52dfbf95d235e184ea9525b51887e0d0dd9959910 0.00 MB 1 0
13,528 13,528 00000000f120f2f66bef0680ffcb2a54c1a13d5a9cceafc7c30659dbf25ef355 0.00 MB 1 0
13,527 13,527 00000000b2858aeac00601b1fd979301705247151deccfce316cb24e5094b60e 0.00 MB 1 0
13,526 13,526 0000000025c05b37ebd5828e3457b0a2c607dc3eff6cba8c56ef402934357a73 0.00 MB 1 0
13,525 13,525 00000000d7bc5ed3f1c6f2dc73a557b27ea0becfda339c6ef9b317a39d8b2c86 0.00 MB 1 0
13,524 13,524 000000000be73117c748fe881e344a9eadec4bb729adca131504fd2febfb49d6 0.00 MB 1 0
13,523 13,523 000000001fd1650e55b9287c2d739064595829248ea781b7edc46e4173220f4b 0.00 MB 1 0
13,522 13,522 00000000d887688b7920bf81bcba3a93c328a1206a0f48b1c7ac7dc1404924e1 0.00 MB 1 0
13,521 13,521 000000000222116c076121907656b6dabd2840fc92d3be5e68d47a2538140018 0.00 MB 1 0
13,520 13,520 00000000e56d38de2aeaf2e812b883c4afbad5628a950d7a323ab6219f7a0b4e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.61 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,806.77 GB sent, 100.04 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.