Memory Pool Memory Pool Refreshing

1,603 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (859,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
49,338 49,338 0000000022562d5a6b7e3207fcbb92ed5d970dfd8245d7366c82520fd8f8dc1c 0.00 MB 1 0
49,337 49,337 00000000072db9dcbc2c6faf9fcde5dbeebcbf8d2b9f2fa1ca711858d203b3c6 0.00 MB 1 0
49,336 49,336 000000001629fbd7d5b91280d5a06aa327483d6f3a003bbca84155998095f17f 0.00 MB 1 0
49,335 49,335 00000000111f1257126fa41f4dcc8f8327a7a524515966aa122146bf5024df2a 0.00 MB 1 0
49,334 49,334 000000001d93e45c46748da91dc08bf82c17b994c803cb26a06111de704ba002 0.00 MB 1 0
49,333 49,333 000000001da7ef902886ffbfe8cd1c7770e634a589be1b77f6885f615ab5b6fb 0.00 MB 1 0
49,332 49,332 00000000149ced9acd52790472b97bb2fd2baf0e3b29cd3ddbcd6201b5904273 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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.55 GB sent, 101.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.