Memory Pool Memory Pool Refreshing

14,043 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (593,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,636 314,636 00000000000000000ffaa2f398229e7c286cbf1d0cfb44cea0acc7ea9677e19c 0.31 MB 485 23
314,635 314,635 000000000000000019f775436e2aa2b5b067d3524248222dc736f3ee77129e89 0.11 MB 128 19
314,634 314,634 00000000000000002722ea82b2269b098cde626c89137ecd28260438d7462003 0.75 MB 1,347 35
314,633 314,633 000000000000000029e8dec91653d2845cda8a8d35bee33502108b262dfd56f0 0.09 MB 128 53
314,632 314,632 0000000000000000174ecc0028339a55f40071b90d629f6eaa36771d4525ffbc 0.47 MB 696 26
314,631 314,631 000000000000000018b03f8c3812daff194042ac6cef8a47a31c1029f3e9f28c 0.23 MB 512 33
314,630 314,630 00000000000000001f3802fcec8bde6e7e8e740c4132185639ffcc4e8f727f12 0.12 MB 167 17
314,629 314,629 00000000000000002155740f396c914dce23dd111d6d75bbef1ab64fdfd7506e 0.18 MB 294 24
314,628 314,628 00000000000000000618a7ea71ed6586dee17c7b14d4fd04b77bf22fa4d834c0 0.68 MB 1,026 29
314,627 314,627 0000000000000000182afb4d831729d2337504e1bc69202f7c041473f732c836 0.30 MB 525 27
314,626 314,626 0000000000000000008490d9fc74862793e4f56883e596a33a40bb2909b6cce3 0.02 MB 35 23
314,625 314,625 0000000000000000075e12f258d14511f0c53d2610e095abdb37445869721152 0.00 MB 5 19
314,624 314,624 000000000000000025ddf05a9b62f6880c29a14e7ddbac8e585f65c60acd3843 0.01 MB 26 37
314,623 314,623 00000000000000001b7101f68ed1eb41e8a55030722e0796695de7e16e00bb59 0.14 MB 177 20
314,622 314,622 0000000000000000121207c6c5fdc90c4688600e4b68c5b659828e72d3213677 0.14 MB 256 33
314,621 314,621 0000000000000000313d628794b774bc62240a43c31410aeec38924f15dabcad 0.23 MB 384 24
314,620 314,620 000000000000000008abd21730a0617900c3174ef8f45f0f3670c0eac58900c3 0.02 MB 35 24
314,619 314,619 000000000000000014ed8308ee17379edbe3f46c1a09decb93abe7ec319a3612 0.08 MB 77 15
314,618 314,618 00000000000000000dcf39dd7b40ecaea0c5cd1901febdd711e08d4e5e3bd574 0.27 MB 429 27
314,617 314,617 000000000000000026b72b42b910c12d8606230fe99d31afbc989cfe9b2b6faa 0.31 MB 636 53
314,616 314,616 00000000000000002e4ec206972ece3158033da8def430944a1650760f00a7c0 0.18 MB 322 29
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.