Memory Pool Memory Pool Refreshing

8,405 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,294 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (494,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,337 413,337 000000000000000002b1c4de0e7602bd7cf2deacd71fe89b5b83942030354b6d 0.99 MB 1,053 27
413,336 413,336 000000000000000000eaba42996f4b32ab4a24fd664103699f4f0ed6d2c3163b 0.99 MB 2,171 40
413,335 413,335 000000000000000002e303d1d10f8783346f3b3353861be845038c3d3bff3d81 1.00 MB 2,488 57
413,334 413,334 0000000000000000009ce56832951390560bcb09c0d1d0ef59071557f52c24dd 1.00 MB 2,748 73
413,333 413,333 000000000000000000e006f44724e29a891f4d2f25bd76f8a1488a09b38fc04d 1.00 MB 1,440 31
413,332 413,332 000000000000000004d0755420e1582b41e957ce319460a033be655e5811cb50 1.00 MB 1,635 36
413,331 413,331 000000000000000002211f69f0b05fd770bef7eb7ef1cf0c9275af02e6d8f32e 0.99 MB 2,169 52
413,330 413,330 00000000000000000072c6bab171f879b40eb6abdf3a1ebbd1010c7994b49633 1.00 MB 1,757 25
413,329 413,329 0000000000000000047b8caa5ea34502dfd44341501e6ae6459cd5f462046be6 1.00 MB 2,156 49
413,328 413,328 0000000000000000033c527c7a638dc9108b48739cba43a0c929d39b6b26f52e 0.99 MB 1,769 30
413,327 413,327 00000000000000000264a0fcad9fc76c0c974a402cd4ca87f692756c55e072fb 1.00 MB 2,021 48
413,326 413,326 0000000000000000031e8710b94810183d0779efcf79b105df67c740174c2c17 1.00 MB 2,554 48
413,325 413,325 000000000000000003e55e8c80f079255cafd42f9831bddee69b2f0cd3d1f594 1.00 MB 2,376 47
413,324 413,324 000000000000000002e27ed2dd0a52e71ece3db25afc2682d60e246c57fc4c48 0.99 MB 2,529 59
413,323 413,323 0000000000000000003aa507821a0c6d2ce607d6028046454e50d2225f27e230 0.02 MB 83 80
413,322 413,322 00000000000000000357fbba1cfc89ce306ad8603d5d4eb93f0e0a5e4adb075d 0.99 MB 3,106 56
413,321 413,321 000000000000000004d352c646d0cf3cf41f13aca2f54ea544338ee763a826f7 1.00 MB 2,848 60
413,320 413,320 000000000000000002c1d83acb842b439e564854033925385f2bdf4e75873a78 1.00 MB 2,534 89
413,319 413,319 000000000000000002b8b76b96cdbc7705699403bc566ecb86147a2f2fa2a942 0.93 MB 1,728 25
413,318 413,318 0000000000000000047016f3917fa063fa6aeb901d257a182b10b79da84b6831 0.93 MB 2,227 37
413,317 413,317 000000000000000001da907a719bb3697343b44b3afdee63bdb654c1679bf1fc 0.75 MB 2,199 63
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.