Memory Pool Memory Pool Refreshing

12,262 transactions
4.17 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,022 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (27,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,596 880,596 00000000000000000000a3d728a735c8b6f5e57738e25ab465188e745c947abc 1.78 MB 1,806 1
880,595 880,595 00000000000000000001bc19383ade8d065a4963122dbe1e5ddc9e47b9b07fb2 1.45 MB 1,683 2
880,594 880,594 00000000000000000000b3b726e560b0ba6a2f41f777e1a818f7882ab2079fed 1.61 MB 3,341 5
880,593 880,593 000000000000000000007ed3349a1c287752519a024484aac04832e9e557cf08 1.66 MB 1,946 3
880,592 880,592 000000000000000000003101ee336defb1069d7cef286c0a26dc92c9a47d6183 2.23 MB 1,220 2
880,591 880,591 000000000000000000023395f373cffdd7c22a22fce641032e58fb16aeb08e47 1.95 MB 1,115 1
880,590 880,590 00000000000000000000bd2b1879b8285f99bcedb023447cd5dcd87a3bea3bb8 1.75 MB 1,014 2
880,589 880,589 0000000000000000000141ba13a2ae0aea4cb4bbed7bdaa5bdf17314ebc59807 1.54 MB 2,028 4
880,588 880,588 000000000000000000005b434a2257854073f12264c59f55c0e9ea7546576b6a 2.11 MB 46 1
880,587 880,587 00000000000000000001f5ee20c61d8fb2d09e57b615536918b16a20ebe2f32f 2.15 MB 562 1
880,586 880,586 000000000000000000007fb7aedc5971f3db845b795fafb5655d856f12feef53 1.57 MB 2,252 3
880,585 880,585 000000000000000000000786ec09b568ede7f11651b3e94e5dece25b8636d66f 1.70 MB 1,979 2
880,584 880,584 000000000000000000018df9865ac4058b49a03d203e7fa17ef0865af482bc51 1.52 MB 1,682 3
880,583 880,583 000000000000000000006cccb7bf13c77338789ac86a7c6b6a3a5174eed0163e 1.71 MB 2,464 3
880,582 880,582 000000000000000000006217155d56942b9061557fca98eb8cc871bd82467802 1.60 MB 2,969 6
880,581 880,581 00000000000000000000b47467622328365fbe4b025e47be6edae6712057a044 1.43 MB 2,558 6
880,580 880,580 00000000000000000002243edb94670c5b8aa7a0ef8a6dc281a1faccb101a364 1.41 MB 2,007 3
880,579 880,579 00000000000000000000b63d9b48ebdd22cd79cf774e379bdd7b2f1d240e75e5 1.97 MB 686 1
880,578 880,578 0000000000000000000004e5b698d4d1105f3ea85635e2257e1a7288cb1f94a9 1.55 MB 2,023 3
880,577 880,577 00000000000000000001483bfafe2cc2e83431fd19c55f3f5f01554f4ac17c8d 2.16 MB 96 1
880,576 880,576 000000000000000000002eecb1645257588a83d845ab296c0f2d549bf7556610 1.47 MB 2,560 4
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 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.