Memory Pool Memory Pool Refreshing

4,344 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
907,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,633 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (557,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,085 350,085 00000000000000000ed59afbaf9de3e5dab81c2d2dc956db3f0dcf2df4e54201 0.10 MB 92 9
350,084 350,084 000000000000000003a2e78d04285b24f9d192272626ae6fa249f5c20c1b447a 0.52 MB 922 27
350,083 350,083 000000000000000009d39d55b3f54aaeb2f2dc65de381f126e462e436db41668 0.58 MB 862 25
350,082 350,082 0000000000000000081fb46e017aff6fa11bfd3478426eee4069100bb4fbbb98 0.06 MB 115 19
350,081 350,081 00000000000000000469f6aff29648d651f099c1fc99eb14313c5ac6915d32e0 0.13 MB 183 21
350,080 350,080 00000000000000000c9593b6dfd38435c648d472d18cecfcb9f405f514705cf2 0.22 MB 405 23
350,079 350,079 0000000000000000045b4400aeff7384cc20f937eb4b3365867921e423b96c29 0.32 MB 399 15
350,078 350,078 00000000000000000a667944b0b1f98a77b8f69ed0b8366106662887be0197b0 0.23 MB 430 22
350,077 350,077 000000000000000003a5a00578cc30af41944ae14265f6aef7bbd1f922a98fb7 0.75 MB 1,523 24
350,076 350,076 000000000000000016ee083e2f00efc3ea1c3fe64bd2a8712ca895be79b37b8c 0.75 MB 1,584 28
350,075 350,075 00000000000000000627f32d3451eeb09f738d56fd621660fe0cfb4310522fdf 1.00 MB 945 15
350,074 350,074 00000000000000000615f1996ff9b7b00815424191734bf22836926377957139 0.00 MB 1 0
350,073 350,073 000000000000000007693ff3c6587b97e9be0a29a583764cc205866fb5720a44 0.14 MB 512 51
350,072 350,072 00000000000000000206f8c291db0c7da2149c456df0e6f997148b937632bbe0 0.75 MB 1,059 21
350,071 350,071 000000000000000016bdadafc6143f4d4e8ac0495f9f6c75ebb1ac4a1ef1c839 0.75 MB 1,747 33
350,070 350,070 00000000000000000ee948ee7b34c919eb8f3f1083698b95cde40e4e099ffca5 0.26 MB 1,024 59
350,069 350,069 00000000000000000fc0b296902359f886509913e6d8093e180c8c8bb9d584e2 0.36 MB 642 24
350,068 350,068 00000000000000000ccdb848c76a8ada9fc99640ce05d9b830fa4d5105c57702 0.37 MB 772 29
350,067 350,067 00000000000000000a13a326265c97844020c451b7905cfa9abf2348552e6c73 0.10 MB 227 29
350,066 350,066 0000000000000000053588fb97a06144051c454865deffbbb5dc25d7ba8fff0a 0.03 MB 49 16
350,065 350,065 00000000000000000841436881ed3a2a3b01946fa10967d73b8c0800a2c3fc23 0.22 MB 414 21
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.53 GB sent, 92.75 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.