Memory Pool Memory Pool Refreshing

5,103 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,114 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (768,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,293 139,293 00000000000006a21926f0d45f07c9a1aa418d29e63eb1b33062a72d27df1af0 0.00 MB 9 0
139,292 139,292 000000000000033dc6242d4c812c3d185fec02a583c898ea4a09438a25095eae 0.00 MB 12 0
139,291 139,291 0000000000000172b61cf8f7a8e5e6a10827d6188bae5ec023ece0978751280f 0.00 MB 11 0
139,290 139,290 00000000000004b23c0ac72c455b0d85e58e3f8d06eed5c7045ad99741338c11 0.03 MB 68 281
139,289 139,289 000000000000034f0b3821d711d273c4100be21943d318260c4e145e9d565fcd 0.00 MB 12 70
139,288 139,288 00000000000005143474083e64fd4394c7fe132cde77622dc62ac79627b1f149 0.04 MB 141 55
139,287 139,287 00000000000004b67c1240e9cb169eba4960e5348c382f035e143c1ee236917c 0.06 MB 138 184
139,286 139,286 00000000000001941995496d149b55ab264a848d50140355f481e533c29e6e89 0.00 MB 1 0
139,285 139,285 00000000000004fed149c63866f07cfbf36106d0b8c7b988efa02802b2d0c9fa 0.05 MB 96 163
139,284 139,284 0000000000000794974fa37a4606e33dfde76c960e8433d3fe2b0f687746e746 0.01 MB 23 589
139,283 139,283 000000000000014c0aaa2d590e4a9214413976b07032736cffd9a42fc7766683 0.02 MB 42 110
139,282 139,282 00000000000007a17cb21e3d0a0b80db32771556e548b4f3ff513b43c25aa1e9 0.02 MB 51 197
139,281 139,281 000000000000043b12e795978698b5c4a6c2bc502ab19094164182b7c4408c85 0.02 MB 45 187
139,280 139,280 00000000000001befb316de622ad63dfa7f7dc98b86fb89fff782b402a9a9636 0.01 MB 18 256
139,279 139,279 00000000000002f80edf509047129a737b0ee10bfef209c3652eebbd709f1fba 0.03 MB 80 0
139,278 139,278 000000000000085808eefb57a2f495e5143e0df43e3287b458e06e77b3951a5f 0.03 MB 65 99
139,277 139,277 0000000000000164627acce3c11bd8e821d7d9434be05b35e190969893d90273 0.02 MB 33 107
139,276 139,276 000000000000028e479451ee5babc9c26159fa82a656307338ede76a66dc2505 0.02 MB 57 342
139,275 139,275 00000000000005f2eb9f4fee83ba5e22b8b53eea8c12c28e0ab4242270c58911 0.01 MB 14 149
139,274 139,274 00000000000002e42b32e95ec7b6359f0a51cccd73e7334a4b148a83e23c7483 0.03 MB 57 113
139,273 139,273 00000000000007d0cca9ae375ff88c4f3ed25b09b2c1d86d8ce18e602a4b7080 0.01 MB 10 27
Previous 10 blocks ↓
Total Size: 769.51 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,647.40 GB sent, 95.51 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.