Memory Pool Memory Pool Refreshing

431 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (544,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,092 363,092 0000000000000000088064ce430fc2ebe3659cfe5f5a26e5fe799c2b7ee0d5ec 0.95 MB 2,460 50
363,091 363,091 000000000000000013956d71e22ede8993719fc2046a18f3e4bc1e109abffc91 0.75 MB 1,087 24
363,090 363,090 000000000000000001bb29624993d864329870a263b2c9703101c4c6ba94cb36 0.75 MB 1,888 38
363,089 363,089 0000000000000000073784e43547693997ae1382b1f38f2fb4d1591219cda291 0.05 MB 181 56
363,088 363,088 000000000000000015d4e533c02c8a689a0e33caa7fe9239c942a7d09279addf 0.88 MB 708 15
363,087 363,087 0000000000000000135ea5d91e05ec97d7eefa8c402547333d5d86767bad0f53 0.93 MB 949 20
363,086 363,086 0000000000000000077588238c434a4c6661235020e1ec46d08265f3c46c345a 0.75 MB 2,029 40
363,085 363,085 00000000000000000ba3457b56be5bfe32d018ec79eeecf19e8eb828dea4bc06 0.93 MB 1,385 22
363,084 363,084 00000000000000001279753f5c57d6ef0f00927d2fe33c8284bd6e8f1ecc7902 0.93 MB 3,144 47
363,083 363,083 000000000000000001aae390287c6153cabec844f65fd62fc590a44be02864ad 0.94 MB 1,850 31
363,082 363,082 0000000000000000025b281d361e77f119b3f9be79cb4f46197f77f92ed79de4 0.54 MB 1,069 28
363,081 363,081 000000000000000012c7569443c66db859c055fdcf2204b7efea2c28316837ae 0.00 MB 1 0
363,080 363,080 000000000000000011fabd492fa5027e8dfcd8ec994fd257e1f37089f543d2f7 0.66 MB 1,017 19
363,079 363,079 0000000000000000132af52004310e48da51791df8e2335b3f63d39ae60822b1 0.75 MB 1,332 28
363,078 363,078 0000000000000000153305117d8f6149759d9c9946f8d5f0f0428e3466ef667e 0.75 MB 1,856 37
363,077 363,077 0000000000000000029dc00f943c86ca9be14a5f01e6f193cf9daeecfbe4196d 0.33 MB 633 21
363,076 363,076 00000000000000000ed93881f7523d78131a5dccea33b2fdcb553c23e17753f5 0.75 MB 1,231 22
363,075 363,075 00000000000000000ec2776556f10669731736d70906379b0eebda16527e5d7e 0.93 MB 833 16
363,074 363,074 00000000000000000f4c4bae5a71c42d39e9d7c9ac3a8eb72e3f790e6ecec552 0.93 MB 2,465 37
363,073 363,073 00000000000000000469d9a2299c19163d39b3dbe122987568900a370d0987e0 0.25 MB 543 32
363,072 363,072 000000000000000000f90da2681293f1ecf4d97662a0cb4e762f6f4c48a88b35 0.25 MB 418 21
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.76 GB sent, 93.70 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.