Memory Pool Memory Pool Refreshing

7,236 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,794 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (476,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
431,270 431,270 000000000000000002efa4da1e8866a21cedb37754d7116fda42f34e0e185023 0.26 MB 620 74
431,269 431,269 000000000000000002cbbc23c4821f38a3d00931b3a9d2848384f2cbb4a9ea8c 0.13 MB 356 73
431,268 431,268 000000000000000001c24af177d9a9a866d3734b71a49bc78122f6d9f5c40264 0.05 MB 131 65
431,267 431,267 0000000000000000048aa6f001ec72ea50dd79f199fcae968af009c8ced20c3f 0.95 MB 2,393 65
431,266 431,266 0000000000000000016b978793476a959f20e7f7e8167ad9287ce299ed0f85cc 0.17 MB 442 68
431,265 431,265 000000000000000003c0a8a14132eeb4ff1a5456d330d47cef9944d3648448df 0.46 MB 1,119 65
431,264 431,264 000000000000000003502dc86c620a83e82dd8056f2d54fabc1efad75c4715c1 0.18 MB 349 58
431,263 431,263 0000000000000000037891b44a3d01b162a95d16d71fa401ebb291de38c4f278 0.03 MB 69 87
431,262 431,262 000000000000000004191b1970b6a61fb6e5a9fec171165685881f461de8d3bb 0.99 MB 1,403 35
431,261 431,261 000000000000000004a5abdc310c98a604f1c0871003351fd1b2e29a05b1205a 1.00 MB 1,705 43
431,260 431,260 0000000000000000023bdee074537e4fb36a0e7fab5594f7f98649a8b06cdcbd 1.00 MB 2,279 54
431,259 431,259 00000000000000000093c820f5415a9e7e1b879d8eb3e99ca2dcab7882a0df4c 0.75 MB 2,351 88
431,258 431,258 000000000000000001a91745754e1d2a068f8e5e0c9610c896d86432a1fc75e6 1.00 MB 2,017 55
431,257 431,257 0000000000000000020accdae7d4197f7c7ebcbbae48139c4dbc0ebd02b9ef53 0.00 MB 5 716
431,256 431,256 000000000000000003518d783a41fdc703b5d49499514d1801edd9fd9e56a2b9 0.61 MB 953 55
431,255 431,255 000000000000000002ee3435193630079348cbec9e166cc733bcadece3c7da0a 0.86 MB 1,701 63
431,254 431,254 00000000000000000380a9775f6313e38620f6c916229ac6b1b91119b25dd7f9 0.67 MB 1,477 63
431,253 431,253 000000000000000001f3ee3d42cbbb39949cb1afd80d171e47124a0e5cb29b1e 0.25 MB 440 57
431,252 431,252 00000000000000000320e86904f5e525c35e0d09dab76c297d9cf512ac4f254d 0.82 MB 2,063 63
431,251 431,251 00000000000000000013b8ce9f0c0115ea93137769c789fb9580e9526001e7c1 0.22 MB 457 64
431,250 431,250 000000000000000001f19786b1d2e74643f770055dedc7524197a527754288c4 0.45 MB 1,056 62
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,625.77 GB sent, 93.04 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.