Memory Pool Memory Pool Refreshing

2,425 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,664 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,408 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,663 (853,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,118 55,118 0000000008c607f818aa94dfc759cec0357016e1e9aecfd70344d7d024755da2 0.00 MB 1 0
55,117 55,117 000000001228c73ea2e958d56c9e86de2d724b849c77e2615967380460185b56 0.00 MB 1 0
55,116 55,116 00000000046f20191d6b76c35e668e6b9400aea18521684dffaebf7371e3583a 0.00 MB 1 0
55,115 55,115 000000000d1a23e7bbfeb9558706b379c5ca4b8cd9fa7d2e6dd3a866ff1bbb62 0.00 MB 1 0
55,114 55,114 000000000f4ce07c85626916707d429cde624c5fc588c9f45e01dfd2341d2385 0.00 MB 1 0
55,113 55,113 000000000609d95cfbc0a8ef537dee0a9daea4e4f197ae26dcd33c8761cabf0c 0.00 MB 1 0
55,112 55,112 000000000b9b62aef43bd1889ab2354e7b52e9de86b3e3e77a0400e1e36f35b9 0.00 MB 1 0
55,111 55,111 0000000012432b69bf32f94f1857303b585dd18f1ba30c57f4c84f0ea1559cd5 0.00 MB 3 0
55,110 55,110 000000000a6e917b023909457688019bada2cff92e6b028c8c2fa3fe9e783aa5 0.00 MB 5 0
55,109 55,109 0000000011429d3683319c21edd8c019931f2aee37bb7e38a4a4c1b17ad2f473 0.00 MB 1 0
55,108 55,108 000000000df51e0566f7c0cceb3355d2ab477138b043b97b9a6fece3f53cf3e5 0.00 MB 1 0
55,107 55,107 0000000004303684821919dd10d7114f46324f8d3670ce58069ae6444a929264 0.00 MB 2 0
55,106 55,106 00000000052fafc5b5f3c0491b359edff4760fad2c35de2456a651473d942f65 0.00 MB 1 0
55,105 55,105 00000000071d76f924d22232456de02ddbf9a6129e93370d5a5f55b4cb119604 0.00 MB 1 0
55,104 55,104 000000000459aafecf4f65adac97defd6f448c64e26701ac0b509850ad7cd01f 0.00 MB 1 0
55,103 55,103 0000000001bca2919a98e33cf660b8be96689490d75b9492ec863931832f42de 0.00 MB 1 0
55,102 55,102 000000000a94db9e69b10890a60d39cbc05a3088acb2f53dc5e37062c9cb4046 0.00 MB 3 0
55,101 55,101 00000000017d42554ad39e7be5ed5368814b9bacfe363b6569049fbc12913b2c 0.01 MB 12 0
55,100 55,100 0000000002f8398c51df4cf312fba8d00ac9f38a2935547c5f0462f253d04799 0.00 MB 1 0
55,099 55,099 0000000009ea70d1e603c9fad6fd0cf800cb662de1b9273b40a2925e654e6072 0.00 MB 1 0
55,098 55,098 000000000220d0d8627ea773f834c2880d45a81281f684373e003b8e848d6751 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.93 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,853.17 GB sent, 101.61 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.