Memory Pool Memory Pool Refreshing

8,298 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,573 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (710,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,102 197,102 00000000000005756ac87a4cb9df4a8cee506f440dab1477a02214b91800f1cd 0.23 MB 630 150
197,101 197,101 00000000000001af2b13f6c43eb6e82ef56bc3e35a43a5e449a92922c2224f08 0.03 MB 61 78
197,100 197,100 00000000000000461bc726bf3104c93ceb0f069ad63823a26fa9050b3d78a07c 0.24 MB 544 120
197,099 197,099 00000000000003da415a41de43d0cf9d090f272f68cf58aa7d437ad1a6b8b464 0.18 MB 512 174
197,098 197,098 00000000000003cf4447b407aaa46b238b812561159942e2b30ba98c5c43389c 0.07 MB 154 702
197,097 197,097 00000000000003c9da5d292f1ced17084b3e705354ab909c1f794a27312f1993 0.34 MB 721 191
197,096 197,096 00000000000001a18fe15d33da7f0abcd05413f9139e675af8237cb4696a2c35 0.18 MB 458 278
197,095 197,095 00000000000005dfa2702cd7a09c47c7171bb84169fae7a4b80789ba8292b7d5 0.14 MB 256 191
197,094 197,094 00000000000003c5a7177b1729fc0d8c82682d2620d6d5f6d465ad76383e4a43 0.25 MB 610 295
197,093 197,093 000000000000032fd923ae41ac6eb5b9370f19fc4b6e76116d5cb8c83f28e252 0.00 MB 13 0
197,092 197,092 00000000000005fedc3959bb706014c5423ae8dc703ce43ffb67ae73ad4dd322 0.15 MB 256 111
197,091 197,091 0000000000000633b27be2a9ab541be8e2361efbe5eded6d7cf00ffe165c978b 0.00 MB 13 0
197,090 197,090 00000000000001e5379d8b4afc9857f901e498c9f86f894b7a6f82a7b7a2873b 0.25 MB 495 263
197,089 197,089 00000000000002c91af068e820fa186be2822a6cb3681c7a969064fc00ca9d69 0.25 MB 853 197
197,088 197,088 0000000000000098e4bbe5a22ea8f2a7311733431f7e5f3225b2efb1642595ca 0.25 MB 599 202
197,087 197,087 000000000000011d71db7b723ee299236e3678614676b0783b15627d66a3188d 0.00 MB 9 34
197,086 197,086 0000000000000672c46461d02d8bc7f186b03e4ec3fe4262de57196899c8db56 0.06 MB 133 389
197,085 197,085 00000000000006d444693f20dfe78f737410fa8df6d7ca5de7f5f0b8b0bf1568 0.25 MB 507 119
197,084 197,084 00000000000000612ee0848c2a43796d829481941fa187653662f0c13f907652 0.05 MB 145 75
197,083 197,083 000000000000032e0d6a90ff21c110961d50533a5b7cd17122912d88c41f41d1 0.26 MB 315 331
197,082 197,082 00000000000002f3f396274c74af25022078e6514e0d364b18785983fb76d8f8 0.09 MB 289 428
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.