Memory Pool Memory Pool Refreshing

1,940 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,668 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,941 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,667 (822,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,113 86,113 00000000001fcc2b4c6d44f98071bdea45f6d5d2943a295b457cd55756d89f47 0.00 MB 3 0
86,112 86,112 0000000000119889bb5a77d6a6d2ff3b43bff93bc04305f6ade1c4c3951af642 0.00 MB 3 0
86,111 86,111 0000000000268bb0047b0446da15966ff8bf5bd8232271714506c3a4e0fe29a3 0.00 MB 5 0
86,110 86,110 00000000001b55f7e2e6d3ea6853f9557607da1923f4ba562a51ff6eaeb55148 0.00 MB 3 0
86,109 86,109 000000000010a425671db1ff1cfcfea8815da70b2591f0e1c89fbcc3038853d2 0.00 MB 5 0
86,108 86,108 000000000020dddeaad77e64d33743131ea94e1262756e605b98ab05b50ce716 0.00 MB 2 0
86,107 86,107 0000000000002d8a4a19c01df57a074d0c715dfda122f08d452e17ff0ffd7c22 0.00 MB 2 0
86,106 86,106 00000000000ce0662b0beae0c6429b0d0fcfed52636a63b79b5d121c66d3c32a 0.00 MB 4 0
86,105 86,105 0000000000176b3470c6012a74264b4bee863b072e93c233ab311e2627ffb1f7 0.00 MB 1 0
86,104 86,104 00000000001b36afaadeb95f3e4266edeada8a190af1393d285b1582ffbd2a49 0.00 MB 2 0
86,103 86,103 00000000001158f609f189ef60e47961e8678e350fd6afd1140ce3544ab2f7a3 0.00 MB 1 0
86,102 86,102 000000000013239d53b97207bb876caa041e5bd91f0c8382129312c38612052d 0.00 MB 4 0
86,101 86,101 0000000000236dc58417dce99732304d3d8f3ca8a4b2a718734ff86d48cbf233 0.00 MB 6 0
86,100 86,100 000000000022c09289eeca6d0a4752fe16023f7c44513d182140e63485458c8e 0.00 MB 3 0
86,099 86,099 0000000000099509c45f3eb30528755b80a5d908a6849821f95959be8a2f6c8e 0.00 MB 1 0
86,098 86,098 00000000000d3ae0a2f80578fd97ca74cbb281951918883f55ae8694d3a33f98 0.00 MB 7 0
86,097 86,097 00000000001cbd7c8b35dba77ef6c70dc6d70a014ed9f01990b2d58360a6b3a4 0.00 MB 3 0
86,096 86,096 0000000000146cf80fefe57d1ea3b349106bdb0c38d58abb2370b32ab0920fff 0.00 MB 5 0
86,095 86,095 00000000002ad5cc18661836506b507f3a70c484195f3ecc385f9204b5ca205b 0.00 MB 4 0
86,094 86,094 00000000001ff0bbb6d5d6952321d31ba7844e9061211c93c3df058472489d3b 0.00 MB 11 0
86,093 86,093 00000000001a8cf4e9b9692473d49f73bc038fee2320a849a73814c3d4e2f583 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,853.35 GB sent, 101.65 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.