Memory Pool Memory Pool Refreshing

7,156 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (322,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
585,344 585,344 0000000000000000000df0e8192511b5caa39fa5f7e402804d8e0c0cd3a58054 0.71 MB 1,694 15
585,343 585,343 0000000000000000000d495be7bef9ebb97df50443b2bbb81324d1adc75ef8dc 1.14 MB 2,575 32
585,342 585,342 000000000000000000162ce3c96252865d1a320caa09559cb556a659c182bf3d 0.60 MB 1,334 21
585,341 585,341 00000000000000000019a51ff3c21b89717259efea8f1eb3042ed6b928ba9683 0.44 MB 946 25
585,340 585,340 000000000000000000084f658f746629c2437ab8d24ec46103ee27b7fbe07682 1.09 MB 2,619 17
585,339 585,339 000000000000000000055be5cd57f1c48179360e96b25e3f62dd8e9ab74d485b 1.23 MB 3,039 46
585,338 585,338 00000000000000000008817c8633d4cc08f96c8534e0ac3c9b6460f3ccc2a5e0 0.59 MB 1,538 14
585,337 585,337 00000000000000000012a98bf4adfee63e6c76930c77a6847eae274a43309476 1.19 MB 3,104 32
585,336 585,336 0000000000000000001acdea914576ec4ea6f8edf4484a29326d83062829dd33 1.10 MB 3,099 27
585,335 585,335 000000000000000000144c15045745fb5d72f1007825a7e5e62de75141581098 0.08 MB 157 28
585,334 585,334 00000000000000000008b0b380e671fc528778833e80e2d1f3dfef0be39f016e 0.38 MB 1,109 25
585,333 585,333 00000000000000000015eef4d73decf1c0447933ae9ac4003a756c19ed501a9c 0.09 MB 281 33
585,332 585,332 0000000000000000000364249612096c2b66e88d376839e2766af984b67988b6 0.96 MB 2,056 24
585,331 585,331 00000000000000000002c65f9d772fc576bbc7d8e5388be7afdd4ae86aa55a61 1.17 MB 2,985 18
585,330 585,330 00000000000000000016544d0df663b1d5b75b8a2eed11782401d5fa61b959f0 1.18 MB 2,966 32
585,329 585,329 0000000000000000000bf9a4200300a4364c9a8b5a095270734e7c5a3f051eff 1.17 MB 2,887 40
585,328 585,328 0000000000000000001d1faffbc0977fa377f218f1f54484595495dc1b6752a1 0.05 MB 106 44
585,327 585,327 000000000000000000161400a86895d1d91e50034986cbcf2f1b00355a0edf8e 0.21 MB 640 30
585,326 585,326 000000000000000000150fe484047ff561c9f3905bb23296e6809022955ed0d1 0.94 MB 2,306 34
585,325 585,325 00000000000000000018bdf1e2cf362871b70605d9d152de4c22ce85c8d90bbf 0.89 MB 2,389 2
585,324 585,324 000000000000000000097256f93628c978dcf52e28dd821a1b5dfe96d19ced84 1.21 MB 2,821 22
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.