Memory Pool Memory Pool Refreshing

3,636 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 2,992 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (753,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,151 154,151 0000000000000d83b08fa8afeb3670fa64c33bffbecd64100296f45feeb41fa4 0.04 MB 81 460
154,150 154,150 0000000000000575b2aef33986e637c911ec3aa80bd6eb858cc7205453065925 0.00 MB 8 22
154,149 154,149 00000000000003335ad03f83dfe736567b9fa27e0f514eb2c6d46852e218bc09 0.00 MB 14 732
154,148 154,148 0000000000000c89eb31b5272ba8dde6eb24d648867d4cb0c30f1b15c8772ea2 0.00 MB 12 36
154,147 154,147 00000000000005d24ca7edbf546c664509603fed7a5bfdfd0ff848adc2219091 0.01 MB 22 394
154,146 154,146 000000000000051dd897a2173a27e8da9115f311db19ce170e01c4d86c77457b 0.02 MB 60 59
154,145 154,145 0000000000000772bb160a0ce5ee8047a0a31f6309f2c6d033c10f5561f3400d 0.00 MB 6 0
154,144 154,144 00000000000008bd1065652e11ecaeec82aad5686bf3e9111e60d5527fe0e36f 0.01 MB 15 56
154,143 154,143 0000000000000361bb5c2342c6cd4a69676cb539468fd63e9efedf3d7879a8ad 0.01 MB 22 41
154,142 154,142 00000000000000716aaaddb3f342f83566d9d25f170b5cc16dcbddcb484c2f5e 0.02 MB 56 211
154,141 154,141 000000000000092806d6eb03b2b01d4b0c9cca0883ed8c74c76395b3cd067336 0.00 MB 11 0
154,140 154,140 0000000000000ce4f2d207dcdca4c30f4cf274df03d7acfa17d9c985647b54ec 0.04 MB 93 32
154,139 154,139 000000000000019609e91b98d0f99a26b035448442bf6593774753f182299e49 0.00 MB 1 0
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
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.13 GB sent, 93.54 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.