Memory Pool Memory Pool Refreshing

6,644 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (358,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
548,812 548,812 0000000000000000001722d850d9e1cf811dc8d38952069cd417f4d387fe84d8 1.11 MB 3,159 8
548,811 548,811 000000000000000000208ca3461093f456e94f1c93d8157947fb4e3e3ceefbed 1.21 MB 2,492 23
548,810 548,810 00000000000000000003c7053c4be756b350bef8c6fcc2ae31770237015a0b62 1.11 MB 2,783 5
548,809 548,809 000000000000000000104a995254a26831304b75a3ab2bf8485564cf0d9eb4b6 1.27 MB 3,182 20
548,808 548,808 00000000000000000011a9b20f37730144c58e1a04a9418264f6cfefff845dbd 0.50 MB 1,121 11
548,807 548,807 0000000000000000000bbe317cece0860614fbee44b2f792cde1ff6883f4dad3 0.33 MB 475 10
548,806 548,806 00000000000000000020b503ca94706bb30640283d33e0ca2c68aeee36c2a696 0.76 MB 845 3
548,805 548,805 0000000000000000000e61f1b004ecd61bc305d554fa85313d448442ee995763 1.19 MB 2,712 15
548,804 548,804 00000000000000000009cafce231327349967262701a644b909a8d5a9d1b2443 1.08 MB 1,035 4
548,803 548,803 000000000000000000043a9bba49bed793d3e3ac3eb4c95cbba676edb0d65771 1.17 MB 1,650 4
548,802 548,802 00000000000000000001597f129b3d4c2c5cba30ef0a8d2b3d60017cdcca5cb5 1.16 MB 3,231 7
548,801 548,801 00000000000000000016ae862bdccbb5ef29f52752c0f179644717077e4c0e57 1.12 MB 1,734 14
548,800 548,800 00000000000000000018311c3b162fe81488d3f923cc8ef04b70213a80c9920c 1.31 MB 2,389 12
548,799 548,799 00000000000000000012374f7e8df480f31a26b0caaccf5af69cad3a581ed5b6 0.33 MB 647 11
548,798 548,798 0000000000000000000a729234621a93dd0ff97dc065551ab5d5eb74a6179f82 1.40 MB 1,756 11
548,797 548,797 0000000000000000000438ae7acff7f0628e3a09dc54c6d053918ec201d70d94 0.00 MB 1 0
548,796 548,796 00000000000000000000b3a626866c3153e6af1e33c87f04bb59a0e6b5cb83ab 1.34 MB 3,138 14
548,795 548,795 0000000000000000002374308e0bcd5bc27d4189bc3225bce1eb0bcc3acbc167 1.18 MB 3,044 26
548,794 548,794 0000000000000000001a4a91512dee6464847489a4e75271cd10e7881bb8a547 1.17 MB 2,534 10
548,793 548,793 0000000000000000000a31046e26b058d65cc4f35ffc39c2979c9a72330d0ce7 0.10 MB 137 21
548,792 548,792 00000000000000000007b4977fb5e9bbb0a1ebf4e662c9943c52ca999727b965 0.71 MB 797 6
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.