Memory Pool Memory Pool Refreshing

5,360 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 16/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 2,593 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (797,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,099 110,099 00000000000179b5a7ccf47002953816cbaa1715c049513443af3c0bba67da0b 0.00 MB 3 0
110,098 110,098 00000000000133dda1826d43a7ae8dd0edf16ae4bf6ef024a550cf820ee25f59 0.00 MB 12 0
110,097 110,097 000000000000a846318f0427377131531ead3c66c6e927a1193864fa718b805d 0.00 MB 12 0
110,096 110,096 0000000000003e4a1e2dbfcf7b12241d815c848921773871b45dc749613bd00f 0.02 MB 6 0
110,095 110,095 0000000000015688f014a3a97cf13bc16bc7694bafa96a05b06b44aea108c950 0.00 MB 12 0
110,094 110,094 0000000000009b82895bfb76c8545cf576053f6ef07fd0b4f5b24d23fc44ca5a 0.00 MB 8 0
110,093 110,093 00000000000189f9237fd75a18d7c36ec77469261d152507421c6d8cc4b3eba3 0.00 MB 12 0
110,092 110,092 0000000000011a9f2af1ec1155d91695243653e2d2fd39e5b45b18feaaa2f5ff 0.00 MB 9 0
110,091 110,091 00000000000028ed2de19b6df9e6703d1b249f8785bfdff6589c49248cd1d187 0.00 MB 3 0
110,090 110,090 00000000000127d9b9d3ea4fee14ce235977b75db1d8cc953767cd23eae2b020 0.00 MB 11 0
110,089 110,089 0000000000017893daa22998bd32f62e5c1c06fd4892e652f84bff90afcac995 0.00 MB 4 0
110,088 110,088 00000000000036156e9eb20f2e8f2f5cfccc6f53c20d05f0e2d0f4fa98edce17 0.00 MB 3 0
110,087 110,087 0000000000007ae5dbe77c10ee22a4b1d8ebe4c1b31b398bb94864ffaff92680 0.00 MB 11 0
110,086 110,086 000000000000d1566814858ed00541c8811fcd45043cff720e3e5cf8d1e5613b 0.00 MB 10 300
110,085 110,085 00000000000161d6ef80ca47a4ebffaeb56a8b74d1005f7e1ed0c7ad7cae75d8 0.00 MB 3 0
110,084 110,084 0000000000018d671f3e2138ea2e403ee9eb5275d1cce04c209b210058a07f14 0.00 MB 6 0
110,083 110,083 000000000000be11f90493decb880c7293d1d7f03be6728d17cd607942f13d8b 0.00 MB 3 0
110,082 110,082 000000000000fda7035fc014af32648f3f8476f1b07c778a84bacffe0334a944 0.00 MB 13 0
110,081 110,081 000000000000764ae4bebe1b79da39e0b8370f56a826cc5338b5bc76a91dace8 0.00 MB 4 0
110,080 110,080 000000000000ecb8d02c588af1dfa471953261aa36397e750cd4997bfc579a00 0.00 MB 5 0
110,079 110,079 00000000000185c15746d4cf2bf98c01077b16587a9c63e9d2505423af240d15 0.00 MB 5 0
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.64 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.