Memory Pool Memory Pool Refreshing

2,932 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,045 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,880 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,044 (847,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,495 60,495 000000000022d7ee80fb9d27784016d1a654084f1a92eb6e1b9d89894e9dacd8 0.00 MB 1 0
60,494 60,494 000000000d3f4d1c52c3fca669c0b8b020ec2206be2f3a2b5d7bc9d31fc6392d 0.00 MB 1 0
60,493 60,493 000000000c8d4743c408b17279e9a2ae62f2209a306c05b3d4c9475fb97f3377 0.00 MB 1 0
60,492 60,492 0000000009d2ddd793e8dbfdbf36af4cd2bca4402d44c288b10aaff69d42b08f 0.00 MB 1 0
60,491 60,491 000000000d9d3d58a306da9ac81cae28a162340db5680dd2142a192d51183a42 0.00 MB 3 0
60,490 60,490 000000000942ce2e013328c98a0fd2fe6f35075e2ebf53d5e3ba8e27ec3e7c42 0.00 MB 1 0
60,489 60,489 0000000003a7e03228cc90d6694411c49442f73803ad5d43340be8bb7b40f23e 0.00 MB 1 0
60,488 60,488 000000000d901eb034b1ddfa823324f22aa2fac95f397e93bd4e7be53b8bf4f8 0.00 MB 1 0
60,487 60,487 0000000006b44d6103f4c16eb1ce8fe2c0ea7e53cb6d23ab53c65d422f2c2f32 0.00 MB 2 0
60,486 60,486 000000000dd8e7b86ad8c0466198cc50bc8ee4c656bdbe00e17b11f9013752ef 0.00 MB 2 0
60,485 60,485 00000000015a1e5df99972260e4e2128140782326a39ac88d58c99922e18fa80 0.00 MB 2 0
60,484 60,484 000000000b740aa0adfe5302bbb384e6f12fba82a822bafcd8605a9f5c788265 0.00 MB 2 0
60,483 60,483 0000000003ca676730e5c13d4151757b221f9fbb210d193379c1f6d1cb4ae451 0.00 MB 1 0
60,482 60,482 000000000decc0622a497952c56fa19a662af5f12fdbff6b30154edea45c4fdc 0.00 MB 1 0
60,481 60,481 000000000db64db31bc4ee17bb8042b7de20ac05ba8b08f057143fc1435a136f 0.00 MB 2 0
60,480 60,480 000000000632e22ce73ed38f46d5b408ff1cff2cc9e10daaf437dfd655153837 0.00 MB 1 0
60,479 60,479 00000000094505954deb1d31382b86d0510fd280a34143400b1856a4d52b4c93 0.00 MB 1 0
60,478 60,478 000000000ade970cf383e653912f1a61ec21917d280ed41ed4819d34687bb4a7 0.00 MB 1 0
60,477 60,477 0000000008666a4d75a00cb5ef1860d73a93fe9b0794ed530f56bc9cca217762 0.00 MB 1 0
60,476 60,476 000000000874c5a04829fdfbbc93cbaa65312bb8edfa1ae72a2a2c5fb6cb7bf4 0.00 MB 1 0
60,475 60,475 000000000bd6a731ffc509e32e30d725b9bd093875b9c2f5235dba8900d318ba 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,652.36 GB sent, 96.02 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.