Memory Pool Memory Pool Refreshing

8,402 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,350 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (621,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,165 286,165 0000000000000000cc71946d6b88853e49a09f1fafc93f8262ac3e8cf67939cf 0.24 MB 560 46
286,164 286,164 0000000000000000f25ef889bb230363d714fcbfcd75b5502bea9003984d413f 0.18 MB 403 47
286,163 286,163 000000000000000012a53aa941cc73ad29539a3b1aeb3ad535d7394c5763e751 0.36 MB 772 36
286,162 286,162 00000000000000004d063246efbfcc3cfe6943e76fff9e6b7b09f09f3e149266 0.20 MB 399 64
286,161 286,161 00000000000000009c95c6cc2c884da7bacf37a6e60e6ab66111d067de1c1097 0.23 MB 559 53
286,160 286,160 0000000000000000dc0c4300813db7aa9a5ff0df56d6628ad7cc3076084deda1 0.00 MB 1 0
286,159 286,159 00000000000000019ee64ed56c452ef7ac02a7f7e1edc3402789d65b046b8373 0.18 MB 249 24
286,158 286,158 0000000000000000989b64e207e060783fe826df94951bdac92c5f2912036abd 0.35 MB 938 74
286,157 286,157 0000000000000000558944f80a2f1a46fea352882a3cfdfdb3ffb96bd85a0a20 0.15 MB 297 40
286,156 286,156 0000000000000000723ecc68bfbd3526717e7e646da3d6aee5f519ba6143c8d6 0.05 MB 105 25
286,155 286,155 00000000000000017c451ed374c850163897e0c4fad9ea1b3e77432fd0c79842 0.19 MB 469 56
286,154 286,154 00000000000000018972f99f4330a142574b3e3b52abb4eb394c8dc41611b2d4 0.06 MB 109 29
286,153 286,153 00000000000000019bc6ae961e1dba81396e338d8ba54e32e525697b7f8e27ea 0.03 MB 68 30
286,152 286,152 0000000000000001485c2f9f30f937015ca685b9482d747fe6ba0738bc7a5e24 0.27 MB 530 51
286,151 286,151 000000000000000163a4b6a889cdadb8126be0d29a7b12cd987a12aa40e5f335 0.15 MB 362 49
286,150 286,150 00000000000000011ff4674b88cc99f459f2a789ab068f73a93493afdd378e75 0.19 MB 437 40
286,149 286,149 0000000000000000781082d2266c310b1060892334e1835b923c092b50e47046 0.04 MB 76 23
286,148 286,148 0000000000000000269a411d65fc6a21554e8491e75d605ca93f4061b47510be 0.28 MB 476 34
286,147 286,147 0000000000000001285118a726b71e66ac85da52e00d27426b3276adad97e8c7 0.00 MB 1 0
286,146 286,146 000000000000000100d8fda2168b29ca8a19e0155f78c8f81989c03d11d81f4b 0.21 MB 292 42
286,145 286,145 0000000000000000766b77b82eb8497cbe7c8112d2b769f7cb28476f218fd448 0.07 MB 149 45
Previous 10 blocks ↓
Total Size: 769.17 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.43 GB sent, 93.81 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.