Memory Pool Memory Pool Refreshing

3,059 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,765 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (371,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
535,995 535,995 000000000000000000290ff914cff96d4293ed64467804952a151c1937f17fba 0.37 MB 903 21
535,994 535,994 0000000000000000001fd297743c09c249d44b5ec5862040a649091c2dbc8194 0.58 MB 1,319 12
535,993 535,993 00000000000000000015248de5fc26c9ad9e6fe90382343b304dcc30478e290e 0.32 MB 842 28
535,992 535,992 00000000000000000023473e0c8e5c15e8f40fd0e13bb521dc8a8fa5291184b8 0.41 MB 646 9
535,991 535,991 0000000000000000001b7e6c43b349edd8c8c0da5409011eae20b87a11d10677 0.63 MB 1,249 34
535,990 535,990 0000000000000000002b1de95e5570c9a6013c58e934ec7bf9ac719193c48e23 0.25 MB 482 15
535,989 535,989 0000000000000000001639d22932f92355c5b3e924bfb12a5cc0cb775420d442 0.38 MB 884 20
535,988 535,988 0000000000000000001e7c87bb0161415abcd60b0bc07fd8faff4398bd6799cb 0.41 MB 355 9
535,987 535,987 00000000000000000015812512245d223ca686eb9dd54586f6bfa4ba66c257b9 1.13 MB 2,924 5
535,986 535,986 00000000000000000029619a57486463a9a6c0b49278516cc7ccfec39373eea6 1.33 MB 2,321 22
535,985 535,985 0000000000000000000575be5d54bd2819292c6112e7b5a7abb54a2dfef4afbe 1.26 MB 2,348 32
535,984 535,984 00000000000000000006a99144b240cad47c1cb7c7b59caf618697d495f3a0d6 0.27 MB 510 14
535,983 535,983 0000000000000000002737a2507d3251390ec05dbcd7edada217db8eff891462 0.41 MB 641 14
535,982 535,982 0000000000000000000623c15a08a3f732b103eb2595fc5f661266d2a257f6f4 0.29 MB 740 20
535,981 535,981 000000000000000000141f68b9f961e806c27c4382ff3890676d351078e22379 0.65 MB 689 2
535,980 535,980 00000000000000000003e17719476bae9617cd19ecf542dcc4382515dfac0cbe 1.22 MB 3,090 17
535,979 535,979 0000000000000000000e7d0f5dc843ad85541769fcf1f66ccd79c8169f2c531f 1.12 MB 2,436 12
535,978 535,978 00000000000000000016e573887ace1ab9740e80ccff76318ff53a6f0c2a34f4 1.23 MB 2,926 22
535,977 535,977 0000000000000000001dd72f05132dd21abf0b59716bb845e2c6199099d3729a 1.18 MB 2,364 6
535,976 535,976 000000000000000000092487b07846f470a9f2e2e31eb0765e8895a6e798cba9 1.20 MB 2,743 23
535,975 535,975 000000000000000000281b9e89e5b89b54cb009a4e45a60779e3623636e90bf5 1.14 MB 2,373 21
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.