Memory Pool Memory Pool Refreshing

10,101 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,293 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (639,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,258 268,258 000000000000000429140bb0514049216e7e9a6909921bb51b370156d8e75957 0.25 MB 721 109
268,257 268,257 00000000000000066cfade139a024e210cefa23642e477aec187c9866af51cee 0.15 MB 384 80
268,256 268,256 00000000000000071fd41485a308c72d5d37c786822dc4ae693449031e8fb7e1 0.11 MB 266 72
268,255 268,255 0000000000000002d6818f13ae747a1b6bafebcb18e5428b29ff8fdcd3ed74ab 0.45 MB 973 81
268,254 268,254 00000000000000033a4033a752e902ac006d045e4d5c023fea51f9c71e73a7ff 0.12 MB 182 22
268,253 268,253 0000000000000003246a42f137434ce39fd50175c327b698030a2bcfa4dadbba 0.15 MB 388 78
268,252 268,252 00000000000000016a3373bacf9fd5d545be68a1db2175463876a4865c760359 0.03 MB 68 29
268,251 268,251 000000000000000794821226ebead688e9dd6071394c084e6b4db650ff39410a 0.07 MB 200 59
268,250 268,250 0000000000000003567702c531a79739b0f88afa3ab4fcb609dbe5c5d949a2e1 0.17 MB 234 7,361
268,249 268,249 00000000000000070e2e50afb21faac2383c98d20d38c3e9968320281a293707 0.15 MB 203 24
268,248 268,248 0000000000000006759fe397c582628fa7fe52310019fc3345e5cbd388007818 0.50 MB 763 67
268,247 268,247 000000000000000135ca6093ca1791b397cf9979625780ada9c0973c156a4569 0.19 MB 293 58
268,246 268,246 000000000000000740acc78a1f4fc99b42c8d005dbc2c7587f79033f13118d69 0.05 MB 86 42
268,245 268,245 0000000000000000b6dea2a65fc809ec6016390cae17daed2875fc1bda0e3835 0.18 MB 339 83
268,244 268,244 0000000000000004b70ade5a8cc8e5093fcc5213860a686f409b377732fbf072 0.11 MB 214 61
268,243 268,243 000000000000000480ab74eba7b92e9604aed8cd0439d69d6b825d8a285b2efa 0.12 MB 289 69
268,242 268,242 00000000000000026b43f4b322caacc87432f07c8ce57ebb4bfb5e3d783dffb0 0.15 MB 335 63
268,241 268,241 00000000000000025fa104006aafda644a8c0473e1046ee9f565b32a7b7a185b 0.11 MB 243 57
268,240 268,240 00000000000000079306652bb7ab22182d96cc33ea42f897d434d699f4057ec6 0.16 MB 329 80
268,239 268,239 00000000000000003125230d17e01c02729f51c04888f170e62dafa8e89de73b 0.18 MB 288 52
268,238 268,238 00000000000000058128caeb90c23316e5cfa01b1455685ba2463ade6e4ffde0 0.15 MB 288 34
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.