Memory Pool Memory Pool Refreshing

4,673 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (862,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,828 45,828 0000000010ab0eaadc5b81ab968ef053228d3a786f2161cf36c12606f5dc8aed 0.00 MB 1 0
45,827 45,827 0000000008c343759719101bb7e65c579e838cada37c485c7cd0df82481eddbb 0.00 MB 1 0
45,826 45,826 00000000219fb01b03028268e178177c4ef32d6dd6eb2ca57759a54a8faef3c9 0.00 MB 1 0
45,825 45,825 000000002841797e334b95593cdac45b5882ad1ad2be255a69e376cca302c766 0.00 MB 1 0
45,824 45,824 000000001133982e6ad679c839ed4dce683083de93c2235bb5af8cda9ab24247 0.00 MB 1 0
45,823 45,823 0000000007217625ac5e346725d89fa589cf7a2ebee24d1911d9c89886f4b9e7 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.98 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.10 GB sent, 101.86 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.