Memory Pool Memory Pool Refreshing

1,341 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (654,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,088 253,088 000000000000002dc84648aaf48d4eec267b939f9d1d3f997163d20c8da54cf6 0.25 MB 670 123
253,087 253,087 00000000000000007fdd4b0869a8475181c613cd0b78719cceb87ff41057e78b 0.25 MB 664 136
253,086 253,086 0000000000000009434101e63516fe75355c9351deaa4dd21011fbd05ca81b2e 0.25 MB 555 109
253,085 253,085 00000000000000066d41e975d42da072e5e6b595a2f4ea5d81af9f9e83a87504 0.00 MB 1 0
253,084 253,084 000000000000004f50ef21166f5dce4e40358b2237e3665e88288b9ed8d74a93 0.25 MB 495 111
253,083 253,083 000000000000004791794de937d6bfca471aa5bc581c853be7ed519143a13bc3 0.25 MB 622 152
253,082 253,082 0000000000000002989e2345d404e6572425240648090b41d5774563ceb1a0ab 0.25 MB 770 213
253,081 253,081 000000000000002013cc67b765231a7065b145480fc4e544fee4ef0e9d42774a 0.20 MB 484 125
253,080 253,080 00000000000000511cf8ef425cd1b1927e7e23386529719bd0dfac9b3aa31e0d 0.17 MB 350 126
253,079 253,079 0000000000000053f1fabb462d851b76ea1946a180e8462a3d174e1af1ea9d0d 0.11 MB 188 117
253,078 253,078 000000000000001b0587e22cd5412041f30424a75cd819c67129636674cd11e4 0.02 MB 43 121
253,077 253,077 0000000000000022999a83bacb92565a3e1959f3b1a402f3e27d0d6cd21d2140 0.12 MB 227 72
253,076 253,076 000000000000001c7b0343c41ecbf2b7da0692e78922ea5f7b9bd2ac9375e71f 0.25 MB 565 159
253,075 253,075 00000000000000009ff1f857af61dd4b5a09ceafc8204825cb9c014b88d977f4 0.17 MB 432 172
253,074 253,074 000000000000002be3ee8ac770c596c5d42088c8597cb1df2945a1afdd70059c 0.26 MB 609 129
253,073 253,073 000000000000001a18e1742f58f0f1e5f86bd26ccb18ce74dccb1146f4452224 0.11 MB 253 153
253,072 253,072 000000000000001f7b05a89d7ff5131c382b30afe67d90d4d84f0cdfc8efd93a 0.04 MB 96 92
253,071 253,071 0000000000000046bc120045c35fa34a8c4011fbd93c64877b7cd5ba3cee4337 0.25 MB 599 130
253,070 253,070 000000000000000a55312e665b6290868202285b43aa2726e2c60c30908d3875 0.21 MB 468 110
253,069 253,069 000000000000001d4c1fb03d0274dcb537b36b04a7c832007e3765dcb97dc7a9 0.25 MB 549 116
253,068 253,068 000000000000000c17a4fa9d0d06f5b0006a94e4a01dc18ce5286621703cdd83 0.16 MB 335 96
Previous 10 blocks ↓
Total Size: 769.14 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,631.94 GB sent, 93.59 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.