Memory Pool Memory Pool Refreshing

2,333 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,885 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (753,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,138 154,138 0000000000000b36a419a918d105fb2698b8457b14755f12c41c46c0e092c2d2 0.00 MB 10 0
154,137 154,137 00000000000002184fadad4b34356b3bd1aa2fab2128309ca33dd7997f2df324 0.02 MB 49 73
154,136 154,136 0000000000000a641e209f2636d62c42145d975cb893489880c2cbe48722c2c6 0.00 MB 2 193
154,135 154,135 00000000000001ef421b0dc169d32ca0f1e3f1693dc416a40f37f5f90d86fd26 0.01 MB 25 642
154,134 154,134 0000000000000ca40408f025a1557c5b2d215836d08708098e639b1ef86ddd11 0.01 MB 20 73
154,133 154,133 0000000000000838b7b1d237ffe3aad48c78e06be5e82d33dcf7b1a5f26c094e 0.01 MB 18 17
154,132 154,132 000000000000091d6914acbf3b86f0506ffda07b590da7e60154ff4c80f51528 0.00 MB 10 34
154,131 154,131 0000000000000a3f53c2d9bdcba34c4b6aa9836d3c1b0fd2d16ee11278432962 0.01 MB 10 8
154,130 154,130 0000000000000560c117fa08726cbf82dff2a7fb862f8aabd7d92e4c2943dd17 0.00 MB 11 50
154,129 154,129 000000000000075ff347d1088f605250e01f8efe980c4e4e4f48f0fc3d477ca1 0.02 MB 47 68
154,128 154,128 00000000000007381d7890d7a2855f3c4b26793746df33c9edec1de2882f0354 0.03 MB 94 70
154,127 154,127 00000000000002985401468cb8350326cfccdc2a2c9eb0d461e45ddf0fd78548 0.00 MB 6 891
154,126 154,126 000000000000062c61c6cb42361ce3de6a0921d7cbd6e3b736be00d8cf3af1ad 0.01 MB 9 38
154,125 154,125 00000000000003b0693252eb69bcf738b39559a6de083b954b3c69c9fcef8200 0.01 MB 16 101
154,124 154,124 00000000000002ab47776953eb2229d961ba33ead4d1cebbfc2bef597e72d442 0.00 MB 5 0
154,123 154,123 00000000000004b56eabbb80d562b2dc0ca7810a471f8ee045c650eecaa30bae 0.01 MB 37 381
154,122 154,122 0000000000000d4081ddb3cd57f574cb5ef2c135458d6fef2b45234fcf10c5e2 0.02 MB 63 20
154,121 154,121 0000000000000a7960796bd6e1b473c3fe5274d6bd4c16e7256b67e04457c726 0.04 MB 103 117
154,120 154,120 0000000000000d9cd5eb346d316b7101ed4a4167bd861ca008b25ff8e730978c 0.02 MB 44 43
154,119 154,119 00000000000001d4f416870b35d3d0134fc0c873d9146e3b9fa9c2a107e55426 0.03 MB 28 91
154,118 154,118 00000000000000cfb5d1298adc70212af700186fda24162cd57e1c3c57947a38 0.05 MB 148 142
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.59 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.