Memory Pool Memory Pool Refreshing

6,628 transactions
4.12 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,678 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (630,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,595 277,595 0000000000000000bb0ed09b373ba2076173e84725c51d3ddd4018342f22b05b 0.64 MB 234 55
277,594 277,594 00000000000000010c9d451f5a48f4d733b556a240d31ac226db2637f496be0a 0.19 MB 429 62
277,593 277,593 00000000000000035afc44b75a8850479a21d6c93b6e8b337728432cd6cd137e 0.06 MB 140 46
277,592 277,592 00000000000000039e6e198adc53a1b04b57961858b0f47adaa4e974745e2a80 0.12 MB 207 37
277,591 277,591 00000000000000016d78b3517269d7ba6fa52e60bce3d798c01cb7792308d9cf 0.10 MB 161 44
277,590 277,590 0000000000000000800819f1e0a701bfa47d482bc7dfe91cd6b72202d4a90427 0.08 MB 126 31
277,589 277,589 000000000000000212a3a03bde7febb6b4b73979827f18e2be7a220ac4f3e7a7 0.23 MB 450 42
277,588 277,588 0000000000000001768af8ad73c71e5dae1a6033ed60bb329ad1ef17f9c49e62 0.19 MB 512 70
277,587 277,587 000000000000000133a9fa9165b0d6ff1879e11bf91dbcbb1f489c947ab3f44e 0.35 MB 805 44
277,586 277,586 000000000000000281ed97bc9be4b38062dd18107292aa2e28d223f94d802a9a 0.05 MB 41 34
277,585 277,585 0000000000000000e2fe32800a4d3e2bd606c7f2637e5908bcd3a18d06a65fca 0.13 MB 280 48
277,584 277,584 00000000000000030f56bd01baffc1c2cc2b679db2b23ad0a75bbd54b9a4d0f9 0.14 MB 312 57
277,583 277,583 00000000000000005bee6554b482505af391989921f7612fa79b4949197c646d 0.40 MB 939 76
277,582 277,582 0000000000000000591328469b75dcecfeba375b9592ac45dea97f290b2b702f 0.15 MB 326 55
277,581 277,581 00000000000000000f57758ab19c22ab5267448c4ba7e6250f8108498f1b5024 0.06 MB 100 39
277,580 277,580 00000000000000001f9251dfebd577a2db53364fde46459edb52fd83c18a6233 0.20 MB 329 25
277,579 277,579 000000000000000320c206202383b6f9b2cee17513fc2c55abb85bd86ef31220 0.25 MB 649 64
277,578 277,578 00000000000000011caf1bcbd9273a197bf919eac8e2a07d5535535d4a44e9cf 0.13 MB 202 20
277,577 277,577 00000000000000029da671b16a213d2a0e3b37a91b58199975036c2b87b435c5 0.25 MB 676 67
277,576 277,576 000000000000000326650072a46fab7d5fbc4d46f0fba6c3d3b0c1de49249888 0.14 MB 334 54
277,575 277,575 000000000000000164d4069d6d59380f21e7ecd94578870186d3183a40264a99 0.05 MB 112 38
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.