Memory Pool Memory Pool Refreshing

311 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,755 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 297 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,754 (869,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,310 39,310 000000002a2d24dd41a220485d2e9f9ae2b01c3577489f5a33b36b09e90a42ca 0.00 MB 1 0
39,309 39,309 0000000054337806c1f20a7402c80ad0d36ac8b6809b0d4a4e7fca657e53f92f 0.00 MB 1 0
39,308 39,308 00000000262e043b73d23932f9d58d80a18ac913526aabdcb13a4a31c051bcbc 0.00 MB 1 0
39,307 39,307 0000000080c5dd8cd24b1b3dc98c932c8b0009a3fe097b2c82292bd11540fc46 0.00 MB 1 0
39,306 39,306 0000000080b2e0a6821fd7cde0d233a2a58f9263176d51d35603038aaa0541db 0.00 MB 1 0
39,305 39,305 00000000560d35326461be595c22974855f4d0692cf1eaa10d5abece0665e275 0.00 MB 1 0
39,304 39,304 0000000078b1b81ac901b0704b2322b0a5d86425e04e670cf553c30b206c2e91 0.00 MB 1 0
39,303 39,303 000000007a6f65beebed68cdbcae8b9f9bfdcdf254eccd2fe0f659b8964add03 0.00 MB 1 0
39,302 39,302 000000000f87d5ab4f5574146e25411af31f113ce478961346312099e746f57a 0.00 MB 1 0
39,301 39,301 000000000fea0772aed3ca4267847af257b2f16007db03f0e7e9fe110152a53c 0.00 MB 1 0
39,300 39,300 000000007d3763ec3ae5b27b620ac360a61d686d07eb88a3d4622bfd0258b622 0.00 MB 1 0
39,299 39,299 000000003576ed4640e7aa6fe406463f478aefaeb5cc88a0d34dc4d8b8dc94cb 0.00 MB 1 0
39,298 39,298 000000002015f76d9fb266e978aa8c091a898c4508f45fd6584f0af260d8637d 0.00 MB 1 0
39,297 39,297 0000000068b90e8731dcff6b44140518516da887d327fa58ef9a3b956ef3cac7 0.00 MB 1 0
39,296 39,296 0000000041de641d41667a948c4ae61eb4c4afde0877a5b75a8078fa1d022206 0.00 MB 1 0
39,295 39,295 00000000782c3063cf6740e046066571b69b319c39fba7c9d806f104e4d938ef 0.00 MB 1 0
39,294 39,294 00000000609308829cc12976fb13d56d856ca038a568b4a8a7b7e5314a2c893c 0.00 MB 1 0
39,293 39,293 00000000229beb6ff64b30cf8253d1565e558d8931235032d68486d38f3cc1c9 0.00 MB 1 0
39,292 39,292 000000007c80d8278212ae482bc09a21b0b6ebeb0e002fa6f5551a03432498cf 0.00 MB 1 0
39,291 39,291 0000000032ab1d2810634df10814f0d5164da838e9ca92c4934dab441c0119e9 0.00 MB 1 0
39,290 39,290 000000002b2d9db5047dcfb79a1c0c1bbdd80b6699555928e45fbe0edd5fb0a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.11 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,856.20 GB sent, 102.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.