Memory Pool Memory Pool Refreshing

7,696 transactions
13.27 vMB
Show Random Selection Loading Transactions
Max Size: 59/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
896,689 000000000000000000025ced0000000000000000000000000000000000000000 1.00 vMB 2,158 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 896,688 (717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,971 895,971 000000000000000000004165cdd20fa6b81b436e6abca9c768d0f043f968173a 2.07 MB 327 2
895,970 895,970 00000000000000000001c9bca7e9d2fba5cb94a55e2386c63e3230bf0616d719 1.83 MB 1,130 2
895,969 895,969 00000000000000000001b453f55d9d7f120f4e5dd44e3614af95713a4c4859bc 1.98 MB 1,458 3
895,968 895,968 0000000000000000000101e91fbf5f700aac044b85edf0d405749a35098dd2a1 1.90 MB 1,053 4
895,967 895,967 000000000000000000004bc094733d05d7ad38c1d67596c0f026ac5af1bd4bda 1.92 MB 1,740 4
895,966 895,966 0000000000000000000096e51118c611b1e3ad713cf30f29eb66ce8542ee63d8 1.66 MB 3,261 6
895,965 895,965 0000000000000000000126f4c85eee20d0dba7d618970f54cd4f9208e365c903 1.55 MB 3,136 7
895,964 895,964 000000000000000000020c7f879a9f259d2d10f6eccef9e0909e0e5dfdeec9ac 1.61 MB 2,260 4
895,963 895,963 000000000000000000015dbca5760f71a896c0806f859f732fa277079953dba1 1.62 MB 3,326 7
895,962 895,962 0000000000000000000199f14be84398b4623354b6e24e44f68de1d483227a10 1.64 MB 3,174 5
895,961 895,961 00000000000000000000c7cb960ae5ca704b7a5d0119d5c20252d3a6bc5f6863 1.68 MB 3,469 7
895,960 895,960 000000000000000000017a15f4afa0bca8e49b607a1a6ad83c45652779c99a41 1.67 MB 3,148 6
895,959 895,959 000000000000000000020176a537dc2b8b7400877224f9f76adc4338fe702058 1.59 MB 3,571 9
895,958 895,958 000000000000000000013a217521f42d84dbeeb2fa452ced7881df4d40a64905 1.57 MB 3,910 9
895,957 895,957 0000000000000000000172ec1306a6b2f58314370aef2dd0573a1defadb478d7 1.66 MB 3,728 7
895,956 895,956 000000000000000000020447f3b1fc47223b0b476ba190dcb00d0d9ac2951b0d 1.68 MB 4,264 6
895,955 895,955 000000000000000000021f4777375824bf45bee4ec6cb734a23d80a16d0d8c53 1.63 MB 3,271 6
895,954 895,954 00000000000000000001aba7088c9570593114d9c582781cc7bde5175907938b 1.50 MB 3,860 10
895,953 895,953 0000000000000000000108b02eda5ba8d95774dd8d93e880279fa51817ade663 1.59 MB 3,779 9
895,952 895,952 00000000000000000000e4de8ec602be937080fb47920c3c777b78b51eb42e87 1.58 MB 3,255 11
895,951 895,951 00000000000000000001c843f9d5e715dcd89db107512caeb4273a69f7b03de6 1.37 MB 2,127 3
Previous 10 blocks ↓
Total Size: 750.06 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: 117.89 GB sent, 2.13 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.