Memory Pool Memory Pool Refreshing

7,153 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,582 (890,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,114 18,114 000000006a73ec0e6e6d218d4af20a453d5b4c696dc5de204341e29648ecc0de 0.00 MB 1 0
18,113 18,113 00000000fc54d4f95cdcf2adff2538a3dc509745fc7058fe0a5d39921f95b1e0 0.00 MB 1 0
18,112 18,112 00000000e42dab1889e244ea0e51f2061c6d8c730359d44b68e36120f511997f 0.00 MB 1 0
18,111 18,111 00000000abc7d77b8a54c0af3612d76e09eeaa7a87f0bf380f83a00723722387 0.00 MB 1 0
18,110 18,110 000000000c7f62709d091777b39a5867dda5c1dc747b9a2aff72a4f0b789925b 0.00 MB 1 0
18,109 18,109 00000000e371321a61e8e38c4d6eb890b36f39df73302124f24e18939f13b8ae 0.00 MB 1 0
18,108 18,108 000000003841b5e1d81f044895ce071a907845f27de0acf0141b456798b6686f 0.00 MB 1 0
18,107 18,107 00000000d0f209594a44f00b57fb8d29a6876a9b6e878d27115a0315e70d6cb1 0.00 MB 1 0
18,106 18,106 0000000099692bbb5433a4a3b4f94a70f531edc03e0d066b29d61135d06a4200 0.00 MB 1 0
18,105 18,105 00000000393866077219297716f277357ea9e252bca636d9286e1f3f2209fc67 0.00 MB 1 0
18,104 18,104 00000000406b8485de94c7833af8e7a2363bb9a5f24197bc58fe2d7ce6de7196 0.00 MB 1 0
18,103 18,103 0000000029d274ead4c7ab3e5ab9d35a7b4778f2217eb66164b1ac7f0b4f06b6 0.00 MB 1 0
18,102 18,102 00000000764633be80e28b661aaa9bdb1409ecf0bd4d0807b918c70c665a3935 0.00 MB 1 0
18,101 18,101 00000000cae545899181924c48ed1a25a1ade3527a6cf354c4e50a15ad112b94 0.00 MB 1 0
18,100 18,100 000000008d52237eb864ab4a15771ddff869b21efbca234faa9fea1d5ffbbbc0 0.00 MB 1 0
18,099 18,099 000000003382f012e0198b586c59ecef36aebaaf76f9708319823365eaaa703b 0.00 MB 1 0
18,098 18,098 000000003975d7f37fa4d8d821a6fddd598c276c50a19683df755f05981d3cef 0.00 MB 1 0
18,097 18,097 0000000051e43bf5c40b328c07fbd5c0ed8e99c982f0fd9c58fa98ca3e54c90c 0.00 MB 1 0
18,096 18,096 0000000018a5724408ef09fe2357c7ef51187a19d01b1f0f21e23cc8e7ca5b52 0.00 MB 1 0
18,095 18,095 00000000f489f56f7beded2530ee924479f6f9234f0e06c5f09ce22db0228ea0 0.00 MB 1 0
18,094 18,094 00000000936ea21cc85695ecdb28d5eb1110eb3faa9b9220b4361e5efa2da203 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.91 GB sent, 100.90 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.