Memory Pool Memory Pool Refreshing

5,003 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,701 (862,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,822 45,822 00000000099b77af0e8adda958dbfbbedeb8ad4413fa318615b972817f5bef46 0.00 MB 2 0
45,821 45,821 0000000018214c4ab3dd73aab34df3f30dde3ae13291f173cb7faa0c88757f9a 0.00 MB 1 0
45,820 45,820 00000000082426ea97749ff5e998f862447641063dbfdc5149a38c4e9a7f9096 0.00 MB 1 0
45,819 45,819 0000000025bb9b13fbb826606a9c08452cb0b9f1fee78554728411f28f5818aa 0.00 MB 1 0
45,818 45,818 000000003808ccd52bf0781728c0aa389c6bab3f3f0216d210d5baa88c993c48 0.00 MB 1 0
45,817 45,817 000000001a25f69328c2e48920fabd49147ce9861c797726c53c0c1b08e43de3 0.00 MB 1 0
45,816 45,816 0000000036b8da9b2448b2b348c6103bd3c0e7547c306284d1d03624cc8e8554 0.00 MB 1 0
45,815 45,815 00000000113d856891e5a2681a3384477778fbb5c12d122d2e6ae54330828d6c 0.00 MB 1 0
45,814 45,814 0000000004ff416c4affafb95fff1f70aa80e164058295ac18628030006e550c 0.00 MB 1 0
45,813 45,813 00000000060e2b2610808c1d2af570a3cece195b34c12343e4ac636044bac9ad 0.00 MB 1 0
45,812 45,812 000000001af508f398437de7414e390d816fbc9513c529e0ddc9ef5903a48bc5 0.00 MB 1 0
45,811 45,811 0000000036dc9753cb035e67e3a03095e23777dbe9628f34680130a782b2a1ff 0.00 MB 1 0
45,810 45,810 000000000320290550e26bf38a906a4a1e1343017b74b6505c011b8eea790bc1 0.00 MB 1 0
45,809 45,809 0000000023c69d4ab99e00d0fbf7f46e9e0e7932e0c9d575fd5eb92dfe33881d 0.00 MB 1 0
45,808 45,808 0000000028642e0f039b7ce547f32be3c2d23859d32117dfde3fb28a0dc8d143 0.00 MB 1 0
45,807 45,807 00000000029799770fe9958e543cff1960cb083df528345fa8003294b4701af9 0.00 MB 1 0
45,806 45,806 000000001d361780756941a1671dcec9c9388935295fadea123886a19e6b3c50 0.00 MB 1 0
45,805 45,805 0000000004647c349b30449400d3809fde82c7e1995ced8ca1288578a13622c2 0.00 MB 1 0
45,804 45,804 0000000006aab0e86ec4de19b357a05bfe711535b7cb066e5607e5b15bd878d9 0.00 MB 1 0
45,803 45,803 000000002fe7ea0261e634a854d5a7642774e46a652896d6c93aeac5917c00ff 0.00 MB 1 0
45,802 45,802 000000001e123a7fbd3bf496d28c40dd62d200bb92b36596cf18e2f1e00d2510 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.46 GB sent, 101.99 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.