Memory Pool Memory Pool Refreshing

1,783 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 488 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (377,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
530,358 530,358 000000000000000000165cbcdb55051f9a437c71e950eb78a3df939cf4547c4d 1.14 MB 1,561 14
530,357 530,357 0000000000000000002a7b346bc553d8d5a51476c117cafbfeb52bb496f3a8fb 1.00 MB 436 9
530,356 530,356 0000000000000000002790be8c24537f1877586f2bfb65668980ac031a67afab 1.09 MB 1,539 9
530,355 530,355 00000000000000000001afd94dfe13215d7f05f0359b0f7cfdedf7443a3805db 1.14 MB 1,524 21
530,354 530,354 00000000000000000015b61efbcbd501acc0f781029b23c87db614f907648aa5 1.16 MB 2,923 23
530,353 530,353 0000000000000000000303b5cf4620bf2150394b1755b4892bc0958386287b3a 1.19 MB 2,711 11
530,352 530,352 0000000000000000001914ccf448841b25bb43f464249f5279a4b573370e60b9 1.18 MB 2,076 28
530,351 530,351 0000000000000000001617d0ab042bde8c837282f7d15b4e9334945f53c9864f 1.16 MB 2,321 39
530,350 530,350 00000000000000000002f0d0107a0605fa0b7b3f0e0b1569f1eb6e7a775c4422 1.23 MB 2,693 36
530,349 530,349 0000000000000000000cd1f105990078bdf58b5cbd7eb2d035b97ebbf0fa3563 1.13 MB 910 11
530,348 530,348 000000000000000000277fba7a7be6adad990016795dc33940df5997f4d37e94 1.21 MB 1,513 32
530,347 530,347 00000000000000000027eaec91fece1c663979e3f9456b1cf1a66c0eb6b504dc 1.02 MB 351 5
530,346 530,346 000000000000000000279f2924f5b2c78befe3d4692aff894108fffe3f4ac99c 0.66 MB 801 14
530,345 530,345 0000000000000000002a2deebc3ccb42739463dc349c5fa6ed01324e02ec5c79 1.00 MB 54 4
530,344 530,344 000000000000000000307d8e631487b2e8882c99ee311dcea5df8e21eedeb1e1 1.07 MB 1,186 12
530,343 530,343 000000000000000000109c1579adbbc6ab0de58d8ba175dde84ab6a384c413a5 0.63 MB 1,573 26
530,342 530,342 000000000000000000005eabbf2efa43b3938269d0a782f25e96eca07d8f3c04 1.02 MB 160 4
530,341 530,341 00000000000000000031e95f5940d132312dfeea9a74aa9f6bc51143c7a168bf 1.03 MB 1,104 14
530,340 530,340 00000000000000000006ffca0da021c6c529a617a813044cbc77d4c96ab99981 1.13 MB 1,608 24
530,339 530,339 0000000000000000002ad515a206b09009023dcacb59e25cd2021e25616edab0 1.16 MB 2,458 10
530,338 530,338 0000000000000000002af42cf6317ca7677b35ef448cf95f290aeadced88952c 1.34 MB 3,202 16
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.