Memory Pool Memory Pool Refreshing

3,427 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (416,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
491,095 491,095 000000000000000000a651b9e91ecec8e45379a95899e81c7e37c2ced25b404e 1.00 MB 222 12
491,094 491,094 000000000000000000e4079bdda274e83ca4f982571495553a0133d258520101 1.05 MB 655 40
491,093 491,093 000000000000000000b8f1d1c8d99db9da653d4a367a10a1249e91ea3e5f7838 1.00 MB 642 30
491,092 491,092 00000000000000000093126050b79adc4b3a11368265667cf28161fc030e25e6 1.00 MB 649 42
491,091 491,091 000000000000000000a2ef7909b26fc052881c7b195651f1872e3978863a3250 1.00 MB 1,679 115
491,090 491,090 00000000000000000024ebc0415024786e0e5d43a3a6d078cf9ee8591492c945 0.01 MB 18 720
491,089 491,089 0000000000000000005655501fe0647438f1c439be3f1a18046be5d1c10353da 0.11 MB 143 61
491,088 491,088 00000000000000000035bfd334e7761381a30126acf6e169d9e02f970880630c 1.09 MB 2,184 137
491,087 491,087 0000000000000000005f1cb6abae970cd579d31df94151f2996f8ddd8d7b8b59 1.06 MB 1,176 105
491,086 491,086 000000000000000000c06a8b3f557e105b76c7375ea7a3dd22930d8650942057 1.01 MB 130 11
491,085 491,085 0000000000000000001f757e20d3c17e8ee967c926e0bd7f35dc5bf462c7aeec 1.00 MB 878 51
491,084 491,084 0000000000000000001229285c8332cafcb9a32bf16470d23b85f1edf7a28fec 1.11 MB 2,652 154
491,083 491,083 000000000000000000181c190de27358ae933f3ebaf2cf2f8d13519f20b01b0d 1.00 MB 1,040 65
491,082 491,082 000000000000000000ce7816550f84f3b0d7040ba8b9e4c9483cae6284389215 1.03 MB 642 36
491,081 491,081 0000000000000000009003c3306d7be5161254433b418f87614c66a01419ec5a 1.03 MB 833 54
491,080 491,080 000000000000000000e85ec758ef2480967159632a946ac6aa095a01c8d9bf08 1.01 MB 298 13
491,079 491,079 000000000000000000ac9046622c835d34667da036f1d2d4b679036f16ab0b3d 1.08 MB 2,523 137
491,078 491,078 0000000000000000009fd0b01c97160c583dd46a14af10bc249e6b9f2b2309a6 1.00 MB 2,373 190
491,077 491,077 0000000000000000000b66050b61e61d130e74b9ea3063f362e178541167841b 1.07 MB 1,692 91
491,076 491,076 0000000000000000007276f751be3a03d9ddd1d4127189fd3b5b66fc24d8ccbf 1.00 MB 270 13
491,075 491,075 0000000000000000009288de7fc3d6415ceea075ef64226c355da4ae04479c07 1.00 MB 876 45
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.57 GB sent, 92.76 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.