Memory Pool Memory Pool Refreshing

2,850 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,066 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (707,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,961 199,961 000000000000048f009ee194ff1273b2537c4a32deb8b7c9591412c958b00022 0.12 MB 207 70
199,960 199,960 000000000000036602fc1e1ae9c280de454519b72fff12fc112a8ba89a5048c1 0.05 MB 131 90
199,959 199,959 00000000000003356acf2db43af2f24ba41099ca6b10d3f255d7985ccabf5e5b 0.01 MB 21 46
199,958 199,958 000000000000006df25d7d25b6874536b66b3188a1e25e9725bec8c29d3a36f1 0.28 MB 606 109
199,957 199,957 0000000000000037e18ab21acdc632ddb8eeb54ad613da23e49c848c61b83790 0.09 MB 62 30
199,956 199,956 0000000000000221b9810493bdd20cf7a94f1a0bebdf1e470358dca521a8d8e6 0.01 MB 14 42
199,955 199,955 000000000000056c6ebf3822a4ebe30a96f1eebcf5dc52fee7533c188102fd43 0.02 MB 45 89
199,954 199,954 00000000000005000a5c1a578f8c5646e07f063ed59769977d7685e8a3f644ca 0.00 MB 11 33
199,953 199,953 0000000000000368fa9fb652c87db8d075285d46332b85564d0a500eba11051d 0.33 MB 650 108
199,952 199,952 000000000000050cc40b69b78a5a1943d1a8e41985f14b8774622680cc8331a4 0.02 MB 46 88
199,951 199,951 000000000000017fcbf2451f34d7f9f9335bf1f2194cb35f6a741ae7f17a615f 0.00 MB 15 46
199,950 199,950 00000000000001cd0385ad6e5db49a968372b2c7ff9844075d095c2b0077cd30 0.01 MB 15 48
199,949 199,949 00000000000005bf51d63d6d7d0532b0d6d9eb99bb5068b469aa4f1ee134c0b5 0.09 MB 199 166
199,948 199,948 000000000000047e5c816eb616a9884c22e7173003c38885adf6ce8ddeadca90 0.02 MB 96 14
199,947 199,947 000000000000039097a1cb7b5f5f009d19ab65a5a5b355495f25194f85f28466 0.05 MB 48 70
199,946 199,946 0000000000000356001b56c6a23d303c106b443714ef700a5052e293e7b0013a 0.06 MB 82 76
199,945 199,945 000000000000000416d3256f1dac7ef7c4089e0c48a9bc9a01c08a8ef5424c61 0.02 MB 33 149
199,944 199,944 000000000000052927ab3b7bf337125ef980d7502a6f64b2727faef3ce5b9b68 0.00 MB 11 32
199,943 199,943 00000000000000d7d76a60b2aa5f9553c0b8da581caaef33df3050c28c5107c5 0.05 MB 134 134
199,942 199,942 000000000000028aa55d46883a92b9344520a998945a46f7ef8eb03340558413 0.05 MB 144 153
199,941 199,941 00000000000003b202c1e547210997822c7832dc522acfe744e25522c05f35ef 0.02 MB 66 165
Previous 10 blocks ↓
Total Size: 768.96 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,614.81 GB sent, 92.59 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.