Memory Pool Memory Pool Refreshing

12,170 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (293,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
614,409 614,409 000000000000000000018a5f9c54e9fb016fccb977ee718017a90a4c22111116 1.40 MB 2,751 17
614,408 614,408 00000000000000000010f21df26805ff2350975a5d126cf68720992fb1524d5a 1.32 MB 3,254 13
614,407 614,407 00000000000000000010a679340bcd443c557742203dbdbb95a977408974ec16 1.14 MB 962 1
614,406 614,406 0000000000000000000937026349c5d0e40a16ae21ffd69035c11c7fbdf16e5c 1.29 MB 2,075 15
614,405 614,405 00000000000000000004a3588fdca083e5d68102b507ab93095025ad5cbb29c4 1.12 MB 1,599 3
614,404 614,404 000000000000000000120fe0178d22c469664c6a723db0eda7f09b056fb3a674 1.25 MB 2,386 17
614,403 614,403 0000000000000000000180f2ef5d96f33c697a4b79e797bde0a6366cebade808 1.35 MB 1,016 11
614,402 614,402 00000000000000000010eea97405c3e5843e8fb81c2b21def64bf69d3a37b7e4 1.18 MB 891 8
614,401 614,401 00000000000000000009396a95e9d09f72ba31263f18eaf8a94e04a2f2e54e80 1.00 MB 1,130 2
614,400 614,400 0000000000000000000c766df4137bc5443dfc77a63b9a3fefeff53c976d9e4c 1.28 MB 1,820 16
614,399 614,399 0000000000000000000885e7d90a2612029bfe6de20cbf868f5f1177a6dc7a56 1.02 MB 519 4
614,398 614,398 0000000000000000000ccfdafc96f6b127639a7d54754c8792cf86543ea6eb27 1.11 MB 2,026 6
614,397 614,397 0000000000000000000b2e6b97de96cf6515f809e4b67efb029b34e59b472d0a 1.02 MB 332 1
614,396 614,396 0000000000000000000e9fe93fc28829d9ac366be2192d1e307e855845067802 1.30 MB 2,933 4
614,395 614,395 0000000000000000000dba54a54a7a3531c5efafc8b2a59763d3fb450a83655a 1.30 MB 3,384 12
614,394 614,394 00000000000000000006561862993da03a1da2d12b4e6a34ad43b88c6dbccdc8 1.35 MB 3,385 17
614,393 614,393 0000000000000000000770e3ba6f9f189495f09b46f150a6024a90a2cd06e592 1.14 MB 2,397 6
614,392 614,392 0000000000000000000c65a9c6328a041ea4665a3314669a23fe5068f3b80e14 1.22 MB 2,624 11
614,391 614,391 0000000000000000000c8c826cd1664b954eb2144871899c629081ce03079a4c 1.08 MB 1,138 3
614,390 614,390 00000000000000000005d7dd090ac54fd0c63c63f8e115090f8f624f57f151cf 1.27 MB 3,096 6
614,389 614,389 00000000000000000003386dd3a37890779f353cc2a0282c54b0ba8fe0f41264 1.34 MB 3,209 18
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.