Memory Pool Memory Pool Refreshing

8,954 transactions
2.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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,508 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (684,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,165 223,165 00000000000002031877d76c76abb9db6924cf59fc25bcbcd5e3db4b770d2dae 0.29 MB 532 153
223,164 223,164 000000000000013a44625100b6c66149c3490608459b0c12b57c3da3a2816b16 0.25 MB 477 159
223,163 223,163 0000000000000332dd55907d1fb22b231ef602d3ad1652de9c59683edc65fff5 0.25 MB 395 113
223,162 223,162 000000000000006cf7f065b5ef5f928b4fae4b3281200afcbbefbd85fec623d9 0.25 MB 648 234
223,161 223,161 00000000000001f50b1403501124bf92933389760c1deec7bb204632ea31afa8 0.00 MB 12 150
223,160 223,160 0000000000000347cd9701cc4e5733d5eae9575dfaaa2c646bcaf67a8b956d02 0.25 MB 648 213
223,159 223,159 000000000000024516e0de14b842542f738af6024939e7eb60c6ecc45fa0c455 0.25 MB 727 237
223,158 223,158 000000000000014e38d629e7bc95f89fc7f806a9c544628bc876e5f2fd6a9266 0.25 MB 758 234
223,157 223,157 00000000000002d72bb3971cb610585243036bbf4648332c53441afdd6943999 0.27 MB 582 155
223,156 223,156 00000000000002815c2ff251ffced1638ad374ce86b18e0a0b6c10446c589d5d 0.00 MB 12 0
223,155 223,155 0000000000000077a7b56984c36c32d0a22051aa15e3acd884b0caa01d092003 0.25 MB 586 231
223,154 223,154 0000000000000366a644f438a3e8441650ce386520fb0ce5cab8e5178e34b056 0.43 MB 855 181
223,153 223,153 000000000000034a3315e86c880614f0b8a0f33998b357e4398871dbcff86d24 0.25 MB 568 234
223,152 223,152 00000000000001fe59e64b6f498e287a36a3984da1878648ec6de0cb3149851a 0.00 MB 8 153
223,151 223,151 00000000000002903c6b14cacf5c9ee512be7461965a3d8f62ae8e4b56bffd8a 0.25 MB 446 165
223,150 223,150 00000000000004430e4c49c0e8961254940b114012819ca573a587148bcb1320 0.00 MB 10 672
223,149 223,149 000000000000006bceae761ab23aa6bf0e0d65a7eaf857210744511f49b48fba 0.21 MB 516 213
223,148 223,148 00000000000000dd17088f7df20a1569358150f97b7b0aed494616f373a4010e 0.05 MB 117 111
223,147 223,147 00000000000002d0461664bf87d6d36f8336e9c655b640642862271767de3f8a 0.24 MB 513 192
223,146 223,146 00000000000003d2bf979792c0c7c6b5ef769558a040998942be43d0aece6bf2 0.29 MB 256 37
223,145 223,145 00000000000004705314697bbd1479b933264f7f3159f70db9b2aa96eb4e5b45 0.00 MB 11 251
Previous 10 blocks ↓
Total Size: 769.29 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,642.51 GB sent, 94.39 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.