Memory Pool Memory Pool Refreshing

172 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,780 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 164 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (421,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,758 486,758 000000000000000000f3459f49de7ce1cadf7b66d8cc7ccbf7d4519419c2b864 0.68 MB 979 58
486,757 486,757 000000000000000000d448498ce0e6463e8458e474ef89e2c9b899c12896cd49 1.01 MB 1,989 54
486,756 486,756 000000000000000000548ba2b0990d3ed87d4a0158cb54c8faadbc9e842d15ea 1.00 MB 1,960 38
486,755 486,755 000000000000000000f5deb9443d59b6910fb180d8830e71272e910901d6c85b 1.00 MB 2,449 142
486,754 486,754 0000000000000000002f3dab31d5af2b5de333d2803c30ce8d817d5d8bca6d08 1.00 MB 2,117 83
486,753 486,753 000000000000000000dbc24ad8a440b579d3601c2f7a7d72af4364ca27802327 0.34 MB 650 81
486,752 486,752 000000000000000000a37ce4f8e662a979a72ae4a0bf5b3fbfb2f5c34e137797 0.37 MB 806 77
486,751 486,751 000000000000000000fdb1c2e505fb785fbc534f07332095b310b89c0b6a0e6d 0.40 MB 510 34
486,750 486,750 000000000000000000fea54834ee8c0a2cbc0ff05dfb8b669cf6db78e301301a 1.02 MB 2,578 126
486,749 486,749 00000000000000000075c8eb398890b574f2ab951b5cee472de2c2d4d6ebf40e 1.00 MB 1,894 80
486,748 486,748 000000000000000000f1ffbaed1b3e8a327cdbbbc23b83b0be8f488008997d97 1.02 MB 1,862 166
486,747 486,747 000000000000000000eef6c7f76e1fcd7a8ea76dd610f6bd432c2610c2afef89 0.12 MB 229 106
486,746 486,746 000000000000000000cb36af33c4c7be164a6cef549a9eaaef4cd2e0eab75487 0.29 MB 680 60
486,745 486,745 000000000000000000f0f160bc80dc25feb1cb47c697950e0da5230f0af0cd51 0.17 MB 332 142
486,744 486,744 0000000000000000002262f875fc3253942f81f84e672749e19ebd2299fc1f88 0.24 MB 400 26
486,743 486,743 0000000000000000002bfc0f450c786b7974a8bf85e71e3fed90fdbe1f88935d 0.21 MB 365 107
486,742 486,742 0000000000000000003e4b485c283583aae40036ec05d8da5965aba32123f130 0.22 MB 468 86
486,741 486,741 000000000000000000ac6a3d24a8b65f0df857fdd8849eb92897ddbbcfe7022c 0.72 MB 1,533 98
486,740 486,740 0000000000000000000da2c6504384b58d44bdf5b1af453817ffab06e2cf0fd2 0.29 MB 517 95
486,739 486,739 000000000000000000c216580c68fe17a18567874d12d17ad892bf00d11173ec 0.09 MB 211 120
486,738 486,738 000000000000000000108fa08746b599200bc94342b43c04062b754076bacf2f 0.96 MB 1,991 81
Previous 10 blocks ↓
Total Size: 769.13 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,630.36 GB sent, 93.51 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.