Memory Pool Memory Pool Refreshing

12,749 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (209,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,632 698,632 00000000000000000002a9d3d9f25bc08a3beecb6b10ed96e2692d56b49871a6 1.27 MB 979 13
698,631 698,631 00000000000000000001857d2fc3ac3712030d6b64ab33e234d13f620c127cec 1.34 MB 2,516 4
698,630 698,630 0000000000000000000e5ec431747b731cb3f8e7fbc2046ca644049137dd76d4 1.23 MB 1,291 6
698,629 698,629 0000000000000000000fad3518d0f616d2c96a2ad12657cf7716aadd077c81b2 1.40 MB 1,267 10
698,628 698,628 000000000000000000060d1dc1bec79d7699df8871827b69092d5348becb25a2 1.54 MB 2,102 19
698,627 698,627 0000000000000000000283bba1bca543d4e656249f61c3d6103c8091d8fa4027 1.40 MB 2,512 19
698,626 698,626 00000000000000000006687f2c86577512496a26301615dbcdc1b752e4ebc409 1.33 MB 2,924 36
698,625 698,625 00000000000000000006834e81bd4ef161a81b6f682d01fe4616fa2a0b1d322a 1.47 MB 2,666 19
698,624 698,624 0000000000000000000d3a45e49dcd5521b19498c7d01bc034647c22409e4510 1.07 MB 982 7
698,623 698,623 0000000000000000000e82e3fe558f63e23fb6c2e1f100033ff5cb88b6fbe118 1.36 MB 2,368 22
698,622 698,622 0000000000000000000161f1798b8c79518dbd59d84ba7cb2c12a7bb9a71ad6d 1.40 MB 812 5
698,621 698,621 0000000000000000000cbb4f3deda2cef0a9f660e4b908b565db600dbe70df4a 1.50 MB 2,409 14
698,620 698,620 0000000000000000000a56dabf630d08228b4100ed0a07bcaa3a297db7017596 1.48 MB 1,408 8
698,619 698,619 00000000000000000009fe894db95b518cc451f738e47a24934030ccc0ae4fcf 1.30 MB 1,215 5
698,618 698,618 0000000000000000000876418318f961f0a473e12b2fb1d9038e3dbe3e5b690d 1.48 MB 2,700 14
698,617 698,617 0000000000000000000999d2c4b31a86484f3ca5c3390c18e450c102cc7fafc0 1.64 MB 1,985 6
698,616 698,616 00000000000000000000539343102e2dee7b047442248b6d8e44764c5af554cf 1.53 MB 1,839 7
698,615 698,615 00000000000000000003c5233755fd30a280a2b71ec8bfdd3f5fc023f0328029 1.43 MB 1,901 11
698,614 698,614 00000000000000000001e32c4cf4df25218ea91702068fba774e231067b9e53a 1.57 MB 1,735 9
698,613 698,613 0000000000000000000d7be6f0c58e70724267a575d47a825ed3a69c5d69784b 1.54 MB 2,323 14
698,612 698,612 000000000000000000003678efb2769ef76c57454261c407062f978f2309daa1 1.41 MB 2,714 14
Previous 10 blocks ↓
Total Size: 769.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,622.19 GB sent, 92.93 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.