Memory Pool Memory Pool Refreshing

2,285 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 2,277 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (149,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
758,557 758,557 00000000000000000000634e9b8997a1807f4b84d5ec7bc06367f2cea2a2d194 1.69 MB 2,045 6
758,556 758,556 0000000000000000000139d1353ec5183f1482144f3ea692302d741344e08b0e 1.27 MB 1,755 12
758,555 758,555 00000000000000000005384a1ac4bbd7b1408995a5048b18eff78854e4837497 1.12 MB 482 9
758,554 758,554 00000000000000000003c1cadd78e3029eed0ceb4479b56355a0e5f31276284f 1.23 MB 1,520 12
758,553 758,553 00000000000000000007aa41609819cc25c2e3b8484efa635eb9f70a255469af 1.75 MB 1,450 4
758,552 758,552 0000000000000000000713c97d7cea65fab29b2d034de47d2eb825e07eac3398 1.38 MB 1,726 8
758,551 758,551 00000000000000000000d86d01dbdde33dfc6e3dd86a7c8cc412069782396a94 0.00 MB 1 0
758,550 758,550 00000000000000000005a9d6628c2bdf79676be1ed9ef8b5761d42d3a3fb4553 1.05 MB 356 9
758,549 758,549 00000000000000000006c9fb2732835ff765d4b2f90c777290bfc48205a33f10 1.22 MB 1,509 10
758,548 758,548 00000000000000000001eb5d03b054c5c4d2d12a387603f5ee6ed934e56bb869 1.32 MB 1,918 14
758,547 758,547 00000000000000000007afc62faab12cdfc1467a19ccf22839f04a31d73c573a 1.33 MB 2,513 23
758,546 758,546 000000000000000000008f83cc3aaf46092d7008bf0fe5113a9fa7891ce3f82b 0.29 MB 564 11
758,545 758,545 0000000000000000000055e5986285766c81f99c3572c1c6d53b61e551be3c05 1.54 MB 2,326 9
758,544 758,544 000000000000000000073c09fdec610086f456bea065442b8a86c7fa030b359c 0.14 MB 249 10
758,543 758,543 0000000000000000000341b358fef9a553897da1dd13fd01bb5aa907e0da79f3 0.17 MB 427 11
758,542 758,542 00000000000000000006a787c052cb6dd181519c1f13dc639dff4f7980a38cc4 1.35 MB 791 2
758,541 758,541 000000000000000000011bb3da1656d9a823b24654fd6ff076c9b3019cd76d49 1.54 MB 2,420 10
758,540 758,540 00000000000000000004716aaaf4e61ee1b2ed039fb17948c84209780525dab9 1.60 MB 2,132 6
758,539 758,539 00000000000000000003ef93c37d98f7d1abd6a8ed3837b8c06714712e4f02f7 1.09 MB 771 9
758,538 758,538 00000000000000000006e527b77bb13b931c1e78db1bc9e8573bf565d3216dd4 1.11 MB 641 9
758,537 758,537 00000000000000000005d2c37cf36602f1c2d0cb52ac12a0e8a66dd51e106570 1.45 MB 2,582 9
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.