Memory Pool Memory Pool Refreshing

4,785 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,128 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (744,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,182 163,182 00000000000005b9d7acf1dc1f53dff72a7590da560e91dd9305d389d4e8ade0 0.01 MB 11 30
163,181 163,181 000000000000048a1fdbb87bfdc2c6860fc37040e4ecda47129462ee460c89f9 0.01 MB 30 136
163,180 163,180 000000000000060ba0d258d6673d00b5805048fef090de428bd1afee2636d6dd 0.01 MB 34 106
163,179 163,179 0000000000000c50a9936cba6deed2f6150479e232dc522ab2ee5d574d5e1c4a 0.00 MB 5 29
163,178 163,178 0000000000000618745d27147ba9715a04ed014bc4fd775d4a2419cad9765953 0.03 MB 88 56
163,177 163,177 0000000000000267597ca2b5e3ca2718b7a0507394ef43c4bed4854e1b8c1858 0.00 MB 4 0
163,176 163,176 0000000000000082f342b3e675b5f7cf4e44d51dcc5c47161de693c47c1f9755 0.00 MB 8 795
163,175 163,175 000000000000049b4bf62c1f576e23a66b01515625ad9c6051ddfc07148bd2e7 0.01 MB 26 142
163,174 163,174 0000000000000c4231c2bcf1d9b2ed4dbc0bcc92f2b72f91111ce6337d2a5764 0.00 MB 7 13
163,173 163,173 0000000000000b90c991b97d9f959c0959f398cf84cf2190902c91f287b72399 0.00 MB 2 114
163,172 163,172 0000000000000d030b58f476f025bb9bf01d03e4e3f636786f448716428adeff 0.00 MB 12 0
163,171 163,171 0000000000000c11c2d29ed4cf5fa22ab93d9fea79b193bd90215fae6a506eb9 0.02 MB 47 230
163,170 163,170 0000000000000b435d5ed43a58251570b928e957bf3cb6a359e88914034a04a5 0.01 MB 54 6
163,169 163,169 0000000000000b357c11b6fb916b37561c27a60e5a8c3bbc59f737d53d70727d 0.03 MB 44 71
163,168 163,168 0000000000000b3c6b491f0c5ef91f2ae0cfaa03833df89924fadfb7040cd117 0.04 MB 111 47
163,167 163,167 000000000000036ef00f515685fe2e80375dd53df449f156e511a70f681b33a9 0.01 MB 14 46
163,166 163,166 0000000000000275d4ea2f312835b0f3a87c5dde00339294d52576a32e008810 0.00 MB 6 13
163,165 163,165 00000000000006e286776de7434fc7e533f438c79e84f5a784ac342944df1931 0.00 MB 12 287
163,164 163,164 0000000000000d31b31ac53e4025c63d759117e5060373c202c19d5d043b7e39 0.03 MB 83 31
163,163 163,163 000000000000042836a56b3a988121acf0b7ae26a0c5333bb38ca206f189e961 0.03 MB 32 43
163,162 163,162 00000000000003857a7e91dc53cb27ae76f6efe44384659ef45d5abf471066f2 0.01 MB 5 1,015
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.27 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.