Memory Pool Memory Pool Refreshing

3,649 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,655 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,545 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,654 (865,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,082 43,082 000000003ce8dd715dd9015bbb3d9684d0a4f2e1fc560b97dc644ec3fa52f609 0.00 MB 1 0
43,081 43,081 0000000040f41cb9ac43e1e2766f3befbc874962d4fefbd44679a0ef37656630 0.00 MB 1 0
43,080 43,080 0000000010c8dc6540be9aacd7dec2ddf41d3d6df6ca8b533af487587ee7f2bf 0.00 MB 1 0
43,079 43,079 000000001d04fe8e381a4eccbee6d2581e7c5cf5a68ce2c06b6167ac1f086b5b 0.00 MB 1 0
43,078 43,078 000000001fe7259ab9d961ce47c5f08974820d3e58eab90ad6dcd78da4de53c1 0.00 MB 1 0
43,077 43,077 000000001e438c7233837e8a32a392b8077f7e3734b9d347c695fbde73e61da6 0.00 MB 1 0
43,076 43,076 0000000023b68c8bb2801a7c33af121d6ccfb00c464ed645d1ce107553becbb0 0.00 MB 1 0
43,075 43,075 000000000d39c8c87db498f8538d3dad3de8435d9b099e5fcb4aea42f292bd4a 0.00 MB 1 0
43,074 43,074 000000002149924d7d4012f8f6d765133bfb5a0ff0fdae2a09b09762c615533e 0.00 MB 1 0
43,073 43,073 00000000074f8a5feb4cb81ec4c1f26dc40891d4c7d06d721b60a48b16d5b941 0.00 MB 1 0
43,072 43,072 000000001ecbc5a3b616855081102da739f2c61f4f6cab94e3e15d14e8d13726 0.00 MB 1 0
43,071 43,071 000000002200790d8c63750e5760f7f1099f44401f9cacab392be8f43f4fe97b 0.00 MB 1 0
43,070 43,070 00000000308edd02bb0749af86ea9d3e781d5eea05d798694b1fa544ed6d888a 0.00 MB 1 0
43,069 43,069 00000000112713942052889062737b165ec9fff90b1e85b846f1aec719f9a643 0.00 MB 1 0
43,068 43,068 00000000350af99dab0d88172e5a5acdd74d2ff293ab7ae2275ef83dabd1e303 0.00 MB 1 0
43,067 43,067 0000000041a960ec969e54155b7caf04284803eb6d88cc2ca8b2575963011585 0.00 MB 1 0
43,066 43,066 0000000007c77c47d4838730319f6b6fa2cb812d19a49a567d5c843f28e28a72 0.00 MB 1 0
43,065 43,065 00000000035a25ebeac19c4b467779f88c6fdca2da7788cee7cf253aef297dd0 0.00 MB 1 0
43,064 43,064 0000000008383846bcf8e310e0f0b992fe8045ffeb0a445b0fd59bfa55a57575 0.00 MB 1 0
43,063 43,063 000000001ea838073ba0ea06a22473d41f8897127ea498ff15bcf29a80776d19 0.00 MB 1 0
43,062 43,062 00000000191fb0e6dabc66d0a054fd247711e1c93953f4fb12b76bc7e9dd5ac6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.71 GB sent, 101.51 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.