Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,482 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (767,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,360 140,360 000000000000027bc06c95e4c7e986f9a016faf34aa1ce2007edbbd02695192b 0.00 MB 12 65
140,359 140,359 0000000000000758cf20af1bb86066a91c7e8de2d9385a974f90722d568608d0 0.00 MB 9 55
140,358 140,358 00000000000008b818f1f87168c11246e803c015af3dc1edec94dfad374e7312 0.01 MB 14 334
140,357 140,357 000000000000086b2cc6cccced423497dcf994eeaeb36f656ec640c22dc729f6 0.01 MB 14 88
140,356 140,356 000000000000011afe1a39267c63e89d90ded1c1d2bdf59cdf5b919be02fcaf6 0.01 MB 28 78
140,355 140,355 00000000000004aa8e17b487b5fa358ea8fccc528100d93d2f1f2d94b1b7ef74 0.00 MB 14 518
140,354 140,354 0000000000000098efa2f025cd3aae5d773e1bdd328f2f0355fdc128bc02a9dd 0.02 MB 57 16
140,353 140,353 000000000000022f29801393ead07e66a13d83a38e06bdd89b5f1e64185d2d79 0.00 MB 12 15
140,352 140,352 00000000000006d214389ddb4400b14fe266f98427050b22e2d8bd9f8cefd1ca 0.00 MB 4 124
140,351 140,351 00000000000000db33edb8bfcde959990b4a220f4b164ffbb6bd52a4546b1bc5 0.02 MB 26 114
140,350 140,350 00000000000007926c1ce129b0aae0b961ac8bc62b1605550dc762fedb35fe7d 0.02 MB 48 125
140,349 140,349 00000000000007b10aa1e8334daac35150313f12a681889b70f1a5ba67610e67 0.01 MB 28 220
140,348 140,348 00000000000003a7ab20d5a8044dcccfb329a0702aa2c026a1dc2ce453efe006 0.03 MB 83 24
140,347 140,347 00000000000008e17ec9b89c4b5e59cb7a85d4d1d037c41b1aaaaae38e19b3a2 0.02 MB 39 90
140,346 140,346 00000000000004dbe515cf10647311374e908bdd6e4d0f449d83c674b716b9ea 0.00 MB 7 116
140,345 140,345 00000000000003bc3259b9c69cbaa07e69e7ab7e97a5e3f5a93f6d4b4baf8ce4 0.01 MB 19 739
140,344 140,344 00000000000003f2830ea271dd67b5921b858078189af9ae979e1a2e1f8c7e08 0.05 MB 90 134
140,343 140,343 0000000000000418f3b94d665862f7c28ce23c8d6abee3cdb2e6aec6a5e63d9d 0.03 MB 71 190
140,342 140,342 000000000000035030462ce92663438de4de63aba015590a9e1ed663b690da0e 0.03 MB 38 0
140,341 140,341 00000000000004ea867b71edc701fa1a8f3f71bda9e604dcc44b0beaeb0d5bc0 0.03 MB 39 67
140,340 140,340 000000000000011497eaa2c667e16a53d92f4184e711ca5d8c1f7ea46aeee84c 0.00 MB 13 2,022
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.