Memory Pool Memory Pool Refreshing

3,349 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (747,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,532 160,532 000000000000011dfc6e626499240aec62df193a42ba6198953de31f8000b275 0.01 MB 31 107
160,531 160,531 0000000000000c90439a7f94a41107e459e024f70fb46b57d90bdcaae41c052c 0.04 MB 96 143
160,530 160,530 000000000000070c62a7c907c02f428f9c7943732d03756701f6844af62c6a25 0.02 MB 37 400
160,529 160,529 00000000000009b85431416cbbb05d1ca334f79d446d4a8a0f59089ee0edfd3b 0.01 MB 17 73
160,528 160,528 00000000000007460a5bf1e575bb8b7038f53594785540c488bd97ce59cc2b96 0.01 MB 22 76
160,527 160,527 000000000000094048607f5b11e8e30bf1c82135bc45bb907d257029cf9d9ba0 0.04 MB 119 97
160,526 160,526 0000000000000a1c4361160239fd7df6dad5ddda9a0de0c292849481b6199795 0.00 MB 16 41
160,525 160,525 0000000000000a7080ac513e427f52c2cdfd6b505a931f14b4b3bd37e1c403dd 0.04 MB 73 94
160,524 160,524 0000000000000476935e7bf4700560b7b5461f64c15c707ffb79c279fc75feb4 0.02 MB 45 108
160,523 160,523 0000000000000a42c5562d3a68170327a3bb600942d60a7be34c8710a468f8fd 0.04 MB 58 299
160,522 160,522 0000000000000c4812c47895c26cd6fe90a6d696d5d3e3286367f74eca8016cb 0.00 MB 1 0
160,521 160,521 0000000000000d6ef84fffc53da75b84935b464263e8a6d49942f8c2575db675 0.02 MB 11 110
160,520 160,520 0000000000000078c510aef4764991b3c38c6ad2a0de723a53c67a28348819ef 0.03 MB 85 48
160,519 160,519 0000000000000d5428cec42d755bd57e5f70985e73bd723dca3c8f17e7f27870 0.03 MB 8 58
160,518 160,518 00000000000004fcdab43ff267f31df0f3b0e64f72db37a88e4a7f2bc2f321d4 0.00 MB 18 389
160,517 160,517 000000000000087f1327d5ce026695b2d7ca5f29483da8528ac55f34259ed20a 0.03 MB 58 108
160,516 160,516 00000000000005b114fbbc5a70bb9b1df7cc3a12b4b6a897f0c24d9109867553 0.00 MB 11 307
160,515 160,515 000000000000097a9ea4fbfd1199818fd588baf796879743947dac62e75620bc 0.00 MB 15 107
160,514 160,514 000000000000085ff02068faf0cc52163793d5aba9645d0c14dd0ed61db1f2e0 0.01 MB 18 34
160,513 160,513 0000000000000b2812dd6a085db315a4f4bcba63a1fe7c08b02989214522c592 0.04 MB 102 48
160,512 160,512 0000000000000d13fc0a5aa565cf8b7aa9a341be5fd89fafb3248ad072773768 0.00 MB 2 193
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.23 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.