Memory Pool Memory Pool Refreshing

3,629 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (763,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,063 144,063 0000000000000387d17f9a41279022741f6c36439de467d68ec1589395b5049d 0.01 MB 29 178
144,062 144,062 00000000000000d2c29ffdf09ff06ed20343d0bdebb6f2bfc7d7651015f4e690 0.01 MB 9 188
144,061 144,061 00000000000008eab466ad58447ff85d4414a08abbd5f3efb0beab7facf83368 0.03 MB 66 189
144,060 144,060 00000000000001a287c9c775ae0a4a1d18a891cf4686e0d8cd6bad463fad4b67 0.00 MB 7 182
144,059 144,059 00000000000007f24caf735ba6d64cfec44ab58dd56cb147674334fad0dbf082 0.02 MB 66 0
144,058 144,058 00000000000005a38bd8a5018a621709e0f419b17663e9ff84c1fd7b807575fa 0.05 MB 112 193
144,057 144,057 00000000000007cfb1588b26d3fe2eacb7ef5ed3e966ada7b697f3d2915d7bc3 0.01 MB 12 113
144,056 144,056 00000000000002cdd7b655564d165ff430766588c498eeec52df25e28475984e 0.04 MB 120 106
144,055 144,055 000000000000010a10895053c0527759abe9579981c196b897b51c70fd9ac7a7 0.05 MB 106 257
144,054 144,054 0000000000000622da5bf81b2d055e233256fad630acc9d3197e04b192114322 0.02 MB 41 238
144,053 144,053 000000000000010f3babf10897361dc93f46b393d8ccd155d8112b9d2393af19 0.03 MB 42 258
144,052 144,052 000000000000022aad4084193296febc6e96d9496e9dde1fc022ca25174eccd6 0.03 MB 57 194
144,051 144,051 000000000000006981845c9e4ab0abbeccad288a0fed33f36fceee07a79135b5 0.00 MB 13 287
144,050 144,050 00000000000006515bbafd2637c4b7471a39324ffb4431a6e4e12a13087d4426 0.00 MB 1 0
144,049 144,049 00000000000002272971d6dbcd3a3c28c6aecf2e96b198e5d261b641e67e8daa 0.04 MB 77 194
144,048 144,048 00000000000006bd4836a314cb6797360e211822b164656c90683002b2a0c65c 0.05 MB 146 27
144,047 144,047 00000000000000fb06a09ed20e76803a754ba5cf75bd4d3a74ba55c63b35cac1 0.00 MB 8 648
144,046 144,046 00000000000004b6f7c9eb039e6ffd3ab62a0ceeccc4408d242a10d3a6d58364 0.03 MB 59 331
144,045 144,045 00000000000006cab967df81a2d674f4275c5557504ef92cc2807a8c45130eb9 0.04 MB 61 159
144,044 144,044 000000000000086bd80afd3af8116f886274192ce4ce7b94a2fb35e022522b0f 0.02 MB 39 228
144,043 144,043 000000000000071d0d7d0653b8957ae606bf9afd75a885cd3617e57f49c4f774 0.02 MB 59 95
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.