Memory Pool Memory Pool Refreshing

4,492 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,780 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (784,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,577 123,577 000000000000681ad039eb272a23c0ef85fa656b5d1106cf90519829a5e901a2 0.01 MB 13 116
123,576 123,576 0000000000002fa5325e6b3ca3bab25d2e89013f655c58dce17693dab69d085d 0.03 MB 70 1,120
123,575 123,575 0000000000002b62aee9c1e79e4d84d33ee4aafea36ea394718dcc8c74aecccf 0.00 MB 1 0
123,574 123,574 0000000000002cd2ff568f55b72b82c68f561ffa34861f31f6db67025e673a35 0.00 MB 5 2,904
123,573 123,573 00000000000026f0f0e735aab37a2f405161826f84c357f2d35d6daabfb4dff3 0.02 MB 18 683
123,572 123,572 0000000000003ea433117582522312b87fd8f9cfc1852fe6d840562abacee9b1 0.01 MB 36 1,593
123,571 123,571 000000000000643925d23eadc4108cf5b16b129ea558176a54226ee8035c8cc6 0.02 MB 25 58
123,570 123,570 00000000000047709e58f7b039961f211bb359ad6a74507795bc6e7282c5a742 0.01 MB 10 0
123,569 123,569 00000000000050b2da64a3a49ddb2455d11ad44fe13b197232a36c672a26db88 0.00 MB 11 0
123,568 123,568 00000000000002e9461f6821b548d0d6a1a5d6e3a4ed939ed4f1922f94760206 0.00 MB 1 0
123,567 123,567 0000000000005c3afc75e60aeb472af9f363f88654a10918fd0ca343fc666d4d 0.00 MB 9 1,024
123,566 123,566 0000000000002d9c99515a94bd93d89ee5310b038b73026e63b749f47200ad54 0.00 MB 8 336
123,565 123,565 00000000000058f7589352a8d52805de267e4c37d4e8e3c874900578274ed15a 0.00 MB 10 1,451
123,564 123,564 000000000000563ae3387386e6e9c56d2964a5f00e82de4c851151a13039426e 0.02 MB 76 167
123,563 123,563 0000000000002b2a62d3b759672cab19799f9cf34e7bb751396752f4ca305bae 0.02 MB 54 41
123,562 123,562 0000000000006680ec6b335553d564d3cc8775e0864edfef1b45e3dd9a25b4f0 0.02 MB 9 0
123,561 123,561 0000000000005ce5229e3a1b5e052b409c52af2e0dbb7f7408e2da0d126681de 0.04 MB 93 402
123,560 123,560 00000000000044ed0616bdf39c425047cc717c09d2464e7cafb772f9591006fa 0.00 MB 5 1,621
123,559 123,559 0000000000002db9a36cb84cc833ff6f0850a99887e41944660da92c6e37a36f 0.03 MB 45 426
123,558 123,558 000000000000112cbca19c1ecb2f88e637588a625a41e7a62c901d250f732cb4 0.01 MB 27 883
123,557 123,557 00000000000038a59f899934fc167d7596bc7593956f013295bb3e9fd6141cf3 0.03 MB 73 582
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.