Memory Pool Memory Pool Refreshing

8,673 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (735,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,114 172,114 00000000000003d8b14c95a6adf0cb7d8e94659660501b58e200e063fa2a01c8 0.00 MB 1 0
172,113 172,113 00000000000003868f83be7b0dc14ea5ad3a5120b759e59a766ea2d27b5ff4ef 0.00 MB 4 0
172,112 172,112 0000000000000a1d1aafab87b24031981a74256fa064420f0421e4cede3b8939 0.03 MB 18 239
172,111 172,111 000000000000070f50c17fbe37e8111168e33c98ba7d62e5454bc8561774da2e 0.01 MB 27 146
172,110 172,110 00000000000004f68f206d01bfc6ff423491229f87d549e7280a5768d4e8e384 0.03 MB 71 78
172,109 172,109 00000000000009726cbec26aab5fa359cdefcc0bb27c05f0e3ecc1d0e7d4bb01 0.03 MB 116 42
172,108 172,108 0000000000000676f282580bb7aba7c4eebc720e39f8ed06b13d98ed4e9604fa 0.00 MB 15 323
172,107 172,107 00000000000002d07ac3bcd784cd8ce0f7a11b83b1a400bc389ce169de84cad7 0.03 MB 73 72
172,106 172,106 00000000000001dd25a6d5989850d2d32b2f58ed44ac33686413d48b4e5924df 0.00 MB 1 0
172,105 172,105 00000000000003f9094cdbb199a026fbb2b6e012da03e4c0940cf8dc6bc9ea47 0.03 MB 80 165
172,104 172,104 0000000000000a7ff35bbc26ead3b7016980bfb48317b71c8c05cf7d57455579 0.01 MB 32 9
172,103 172,103 0000000000000754f8b8497b24f62f38e9c3575a358a69bace2a032b4abbc1f3 0.04 MB 83 206
172,102 172,102 0000000000000201af5928a93f3c299633dcab16ce9f37d30b541ad1f4465cf4 0.04 MB 55 56
172,101 172,101 00000000000003a1ff4333c041e0e991e5baf760e80467fcb586ac5a7eff0986 0.00 MB 1 0
172,100 172,100 00000000000007effb31f23496d30a54f98b51a1776d26a60e943efacb988631 0.00 MB 1 0
172,099 172,099 0000000000000700174ff316565e238e7f09313836ed5c85583122baa2958b1e 0.05 MB 97 1,416
172,098 172,098 0000000000000954c873e9cda02a9e60363b19604bd857e321c77c080ca6b032 0.00 MB 1 0
172,097 172,097 000000000000092e939db361d0d86b18deb5af15a0d26cc1c2ce3f2f4a76baa4 0.01 MB 26 132
172,096 172,096 00000000000008279388df06f5f1715f1e9711a9358abaaa829bcaa881050615 0.01 MB 11 339
172,095 172,095 000000000000039083c03a3a3bbfc5771778a1435e24ca553a5266e00469c1a9 0.04 MB 143 18
172,094 172,094 0000000000000695f252e878a2391d08fb88b686242f1131f01cd872817f9447 0.04 MB 75 128
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.