Memory Pool Memory Pool Refreshing

79,286 transactions
29.34 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
878,075 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,074 (40,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,063 838,063 00000000000000000000c983195358507671be076077c0721cdc636e69d9b065 1.79 MB 4,297 16
838,062 838,062 0000000000000000000095994ccb2c7e037b6497e51f3a8d8f111e13593d1e36 1.67 MB 3,854 18
838,061 838,061 00000000000000000002929b7dc870dd072b065017eaf49f2213bab461b6fc84 1.98 MB 5,721 12
838,060 838,060 00000000000000000002436ba992c66ffe660f8ad9731634eb249dcfd3fc0011 1.81 MB 4,622 17
838,059 838,059 00000000000000000001ee66c10c9640e993a7d772afb85ed7ce763dea14bec4 1.49 MB 2,575 19
838,058 838,058 000000000000000000006e10811fe9297c63956e1cace066634d27651357aef8 1.75 MB 3,486 11
838,057 838,057 000000000000000000020d948fccb83378c9dbf36b2362553fe8408f46f129e6 1.79 MB 4,620 15
838,056 838,056 0000000000000000000265a11141d2bf1bc20058f87e9eedbf6dd7de693ec808 1.62 MB 3,526 15
838,055 838,055 00000000000000000000191a3979341f5606b46836813100fa7f6b70b0ad8cb3 1.56 MB 3,286 14
838,054 838,054 00000000000000000001303832b125a7f8627701b04efde8aa2cd29a983efdc9 1.76 MB 4,352 12
838,053 838,053 00000000000000000001e50c4459dfdd00f40875f26711761e78bb1377b4c2c9 1.90 MB 3,339 13
838,052 838,052 00000000000000000002a56e36c214aa5790e264ae28c1166517f453394623f8 1.59 MB 3,366 17
838,051 838,051 00000000000000000002ca14091e5f6fb9cab858896ca2082041de5d394f7750 1.82 MB 3,608 12
838,050 838,050 000000000000000000020335e00daf68f16f18ca450967b3de4620517a5f3535 1.61 MB 2,855 20
838,049 838,049 0000000000000000000112849016c99328e942c711397407d0328a9e42250cdf 1.37 MB 2,210 11
838,048 838,048 000000000000000000003d3802e5740a326ae739fc5147754bf9d396015ba23c 1.56 MB 2,436 11
838,047 838,047 00000000000000000003174ddbb4edccabb51d219b64d9b62f33fe13de8d089c 1.58 MB 2,833 16
838,046 838,046 000000000000000000004989f3993f91fec9da6018c338ebc3340d776461e97e 1.59 MB 2,771 17
838,045 838,045 00000000000000000003598a52f3f1582e62384a712a993f88af64af9abdcbac 1.82 MB 2,648 12
838,044 838,044 00000000000000000002416d6f0c335a8f28ce32835e350e664716dc5c0967b1 1.63 MB 3,179 16
838,043 838,043 00000000000000000001ee4edafa69eef979f952454cea978e5022ecd44c6028 1.72 MB 2,528 17
Previous 10 blocks ↓
Total Size: 714.52 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,297.51 GB sent, 37.10 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.