Memory Pool Memory Pool Refreshing

5,736 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (662,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,301 245,301 000000000000009e44318c618bd7b8d1a8c91fa6d90df7593ed8c0e28faa484b 0.12 MB 282 127
245,300 245,300 00000000000000a76c50ad9c85558d58867f4768c954b43d675f049e0d090565 0.04 MB 112 171
245,299 245,299 000000000000000b6e983f570168390dea178b94b810cf2af941045d61219fe2 0.01 MB 35 196
245,298 245,298 0000000000000044c381d4c5803bc74117639133a6853d4ad6f2d83dd9ce5a4f 0.12 MB 262 128
245,297 245,297 00000000000000941a9cb4619f907d6d4128ccc3936c003727392789060c0381 0.01 MB 14 83
245,296 245,296 0000000000000051b1a5ca4e35dce1eeef36bb11f4c9947872b2a695573f6c23 0.02 MB 66 34
245,295 245,295 000000000000001d5198e7c59ac55de4312229016a4258554c0e4ba061c08cbf 0.07 MB 139 103
245,294 245,294 00000000000000a6552208a187753010de11a91f26e600551d92ec5847fe0ccd 0.03 MB 12 10
245,293 245,293 000000000000001c54abf465650047f6eafac27cfd70ab6e5d0e2212bcafeab4 0.22 MB 427 123
245,292 245,292 000000000000000e2159120c9dca1045d9fb6394d37afd58403a16009d9deb65 0.15 MB 331 204
245,291 245,291 0000000000000027ed860b1e5756f0f2a774927ebad663053c47e86b242a229b 0.17 MB 368 130
245,290 245,290 000000000000007600613cfa97deac0f9f28cb494e466e79d6b8416efea3e604 0.03 MB 68 394
245,289 245,289 00000000000000c4eec0bb66e2b6876fa2ac3a312f9cb0ce1d203c3135ecf0d7 0.12 MB 235 117
245,288 245,288 0000000000000073d0f827516e48d2d0fa9932e8218f8a9410958c6927f4ccfd 0.04 MB 111 180
245,287 245,287 00000000000000b8e4bdd5812504c9a6e5083983e455109a4c44d7489ae4fb9f 0.00 MB 11 68
245,286 245,286 0000000000000016124ab88eee880953152740e31da3e5acf0643f88657adb17 0.00 MB 5 19
245,285 245,285 00000000000000c229cc1589f3e879de408b42da74db3bd718e811a748c13c6c 0.00 MB 7 93
245,284 245,284 00000000000000913ad7170b635943ecdfee576f3d0df73d0f51e656b36ada19 0.04 MB 91 149
245,283 245,283 000000000000007a43eb6de03a4c6c4b17f21b5864092722f313a15a12620697 0.05 MB 109 162
245,282 245,282 000000000000007257a9ea24c8ea88c17eea9efc5cc54541225f4f850fba91ba 0.16 MB 334 135
245,281 245,281 00000000000000271bc8e1d961490bb0033401a710409723e6dfefbebc514296 0.09 MB 151 139
Previous 10 blocks ↓
Total Size: 769.28 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.58 GB sent, 94.34 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.