Memory Pool Memory Pool Refreshing

7,318 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (777,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,125 130,125 0000000000001a9ea87aac05705677a2ff21ae94da73660bb49ed1931d2cff2b 0.01 MB 30 1,527
130,124 130,124 0000000000001c5ec8c1d6cca5d86fc54e0c64cf74dfa56570a0adeb217d15b9 0.05 MB 123 764
130,123 130,123 00000000000017ae88b4557cb388c8514f8e608eb95ae0da65c21164a2d41dec 0.05 MB 124 1,099
130,122 130,122 0000000000000874edc00e3b62f8e749538dbaeee9d45353a899746cab685f70 0.01 MB 22 535
130,121 130,121 00000000000005ba06b26dd3c9d78c065da90f9007e2fa03c6202c031eb2e77f 0.00 MB 8 1,076
130,120 130,120 00000000000005e6194fcabf60def08502ef992e72612c4366b941e82ad39c6e 0.03 MB 109 249
130,119 130,119 0000000000000c75df8d066b83ce70b33467dbc0eba934f6c5d1eb7ec7ca5485 0.00 MB 6 2,506
130,118 130,118 0000000000000cdd7fab5e04b0e6c32ed3a5b9b545b1b8441d8e931687cf0018 0.05 MB 52 572
130,117 130,117 0000000000000606862e8e8417bfbfce9a4787c556981451d7e31851acdcbba0 0.01 MB 18 0
130,116 130,116 0000000000000dcc71c1403480ffd3260c8d231b8bcf9eae4ac970578f34c3a0 0.04 MB 97 1,748
130,115 130,115 0000000000001a64f9d091169799aea0fc58ccb1ff71ad675ab4ef36019a037a 0.02 MB 58 620
130,114 130,114 0000000000001cdb6009dbdb5f6b12ac0c701c2bc26a0932851d9591d147c1d9 0.02 MB 38 781
130,113 130,113 00000000000011d3d5d6771da208d39660225ec1e5bf0217981182be2149a267 0.01 MB 22 709
130,112 130,112 0000000000000f320f32a87194fbe8bbd09afb7bdb7dfb3e6dbe968e05290a10 0.03 MB 54 652
130,111 130,111 0000000000001d15035ff47ea7431f9288c1e60183b699e13ae86ec237e5620e 0.01 MB 38 0
130,110 130,110 0000000000000d77693d6ec342f958a86700a36b720feca377c7359841af3e90 0.00 MB 10 1,341
130,109 130,109 00000000000017a1f2cac9796e15aafc88ec03fe86199f979a684d8f9ae44cd7 0.00 MB 13 16
130,108 130,108 0000000000001c200a7517341f7b0385674da4fed72d252b95b7d5e0dc1e2392 0.01 MB 26 1,073
130,107 130,107 0000000000001a68c1dabd0ea8600b3f19dd2a5edde8c5f7dec74266a59d39fc 0.01 MB 18 1,198
130,106 130,106 00000000000014e67b4bea54eb3a9172034698d91ded84813fd68b012af77896 0.01 MB 32 954
130,105 130,105 000000000000141af563f4862dd8429e281814511a8e927e5334bef14d49c087 0.04 MB 130 333
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.