Memory Pool Memory Pool Refreshing

3,779 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (251,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,622 656,622 000000000000000000006e6af59a0da55d715c05fe533774a36fd6289afdd66d 1.31 MB 3,064 133
656,621 656,621 000000000000000000009d321e4bf1f1e7d69de2230abecd123463332b38fd6d 1.41 MB 2,069 9
656,620 656,620 00000000000000000008cd742b570331065f251fff9270bccd21abfeddef9382 1.25 MB 2,662 80
656,619 656,619 00000000000000000001c236b116d9c33612182ab793fcce4bfc07ed1d02ae01 1.42 MB 1,649 32
656,618 656,618 0000000000000000000b4b3693cd952a2b05404e3cbb6d0a223337a2b01c957c 1.18 MB 1,895 29
656,617 656,617 0000000000000000000c62ad5f387b8a6de09f511e42ad5665bab40c9096f4a6 1.23 MB 2,125 51
656,616 656,616 0000000000000000000f4939453ddc408d623f25ee660503396c26d6767237e1 1.18 MB 2,513 65
656,615 656,615 0000000000000000000e9303c80041333aa8a64f406bc1eb7a703318240933ba 1.29 MB 2,076 100
656,614 656,614 0000000000000000000920d9b3dd9556ea106fb6c8070808ce4bd95a1cb99069 1.22 MB 1,638 147
656,613 656,613 000000000000000000015ef0cf1684a0eb664aea0e4ceba6f64e77ca40528e5f 1.33 MB 1,941 48
656,612 656,612 00000000000000000001d169d29edcde6761be13c44e396da6bf26219352c072 1.38 MB 2,456 69
656,611 656,611 0000000000000000000d3114b5b4313b74d48926844178b833ea9844cef29ea1 1.37 MB 1,684 27
656,610 656,610 0000000000000000000af3c1a5ceab08971a7ff700709e049bf555299f588a41 1.26 MB 2,245 37
656,609 656,609 000000000000000000047025ac438523cd8afb6755b092a404d72fa047a6092f 1.88 MB 971 23
656,608 656,608 0000000000000000000f4706f72fc7fed372f3ef74be7fa4e1289d21bebb38ed 1.19 MB 2,345 14
656,607 656,607 0000000000000000000c6f024c2e6a388b1571a162276beb57550f98283048db 1.31 MB 2,439 12
656,606 656,606 000000000000000000036bc62c29433c58d919a70c8501de314b5eccf837a2c2 1.25 MB 2,565 45
656,605 656,605 000000000000000000064fd51132ba374703424f089e361f19199405c941bffc 1.36 MB 2,312 70
656,604 656,604 0000000000000000000b9771c7027064b4639066450a2a920ba613c78bfd9043 1.38 MB 1,937 21
656,603 656,603 00000000000000000008d864ceecd6ca82d7d168fb076ea5c834abfb01a29ba0 1.17 MB 2,679 45
656,602 656,602 00000000000000000000dc8ffdee39da6f05327040db26d072b1b8d89f125865 1.25 MB 2,239 38
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.