Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,612 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,134 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (859,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,359 49,359 0000000012d1558743ffd33a18b33599cde73ff95aa2017303ad6ad134ccdf65 0.00 MB 1 0
49,358 49,358 000000001ee1f3059760ee9faa119d2106bf61e0e48878d8f6bc497a2da3302d 0.00 MB 1 0
49,357 49,357 0000000009ff8c980849f63a4e453db23d1c189b0f8d8ff51f04ed270c6ff430 0.00 MB 1 0
49,356 49,356 000000001cb476d4328364268c9c278288970cd82b80d11dd5eca0573a209af3 0.00 MB 1 0
49,355 49,355 0000000021d4e56f09d786484833e220665a38d792de103e011b3b91e871b318 0.00 MB 1 0
49,354 49,354 000000000283e4f3f796b58d0bd013e93b184710057171c720ef39b5b037ae0e 0.00 MB 1 0
49,353 49,353 0000000012b04f573ad92435f91b9ffd58015f3f6ac91b07e52afa44c93e9926 0.00 MB 1 0
49,352 49,352 000000000985ca7408d40fd868481174e425f96ef338b9fd3de2b05e0f15474a 0.00 MB 1 0
49,351 49,351 00000000212b9e5854db3fc4280b2b91c2be165a51d53c60a700c8d06a09ad3c 0.00 MB 1 0
49,350 49,350 000000000e9a587d7577a86ff4e4ab84a06dfc14d2e6a35766c08f1939a73fe5 0.00 MB 1 0
49,349 49,349 000000000a3d7f57895b26361bd198a017ae740b2840dc3f268bcb63053829d4 0.00 MB 1 0
49,348 49,348 0000000017a1dcca1fa2627e34aea538b64be996f645e94201bf43e1fda8558b 0.00 MB 1 0
49,347 49,347 000000001246d8c1e16529e27c9fd34c60330b199259fb966b21d184e4d4f658 0.00 MB 1 0
49,346 49,346 00000000280c1db0e6f0f1d0827221c6c38a141a606d96b34995ea7d656863a8 0.00 MB 1 0
49,345 49,345 0000000019efe891808b6b3aed765413bd45642b9d23c001cf26cde470b37f67 0.00 MB 1 0
49,344 49,344 0000000026859a2c1b3883a15edca250b7946f2bac788a2a3428adfe9be1daf8 0.00 MB 1 0
49,343 49,343 0000000005323d0fc926efabf1ad9ce7fa64e0117c7df9c2ce02d727c4017c11 0.00 MB 1 0
49,342 49,342 0000000003da12b0ca1a4121841263563764e40a81907cce5c740ad24b384696 0.00 MB 1 0
49,341 49,341 000000001e96506f7c45861fab6b1ef20c1d75996afc5bfb13b7182568fcfaad 0.00 MB 1 0
49,340 49,340 000000000ca5b40180078b1674b69f875e57166c5b086354b945d4626d998a2a 0.00 MB 1 0
49,339 49,339 0000000016c3ab9f2c12c07c4c283f61635331f167f29acfe9f6d211f7aeb914 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.