Memory Pool Memory Pool Refreshing

2,787 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,873 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (571,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,455 336,455 0000000000000000049fade307d110feca4429407ef4ec3b457f7e1bef0f28ba 0.46 MB 823 24
336,454 336,454 00000000000000001702baa9b6eb1c69ee87235492415a9a3177d5c1ca9887a6 0.23 MB 287 21
336,453 336,453 00000000000000000cb05dc99baf23bb5b3bd417d662681ec224a39036ecbe72 0.14 MB 219 23
336,452 336,452 000000000000000001737e57da6fcc55dbf856ad6ef39776bba628d44ae9eab5 0.66 MB 993 20
336,451 336,451 000000000000000015c08398483b3d12bbe65a7b829be9026e00b375fb211a9e 0.46 MB 749 24
336,450 336,450 00000000000000001ac8cc01ffa0e5f15915bfda72c8aa6b5c7112cf3b8e3168 0.02 MB 28 21
336,449 336,449 00000000000000000b3018408f38e09b595b8ffc9dfc2deb79d2b8f0dfceb207 0.11 MB 228 118
336,448 336,448 00000000000000001852b95469194680ff03cd1051714664e7696b9e9eab558c 0.23 MB 480 28
336,447 336,447 000000000000000015597aece60ee81f55308f14b515164511235d4152e9758f 0.06 MB 112 24
336,446 336,446 00000000000000001479ba750aa802ad1e843d47c5528985d20e9534a96a6cf6 0.10 MB 180 22
336,445 336,445 00000000000000001a5e36fa124ef783f69903b4c2e9d849fcabd81f1dbc88a7 0.30 MB 561 27
336,444 336,444 000000000000000003a51b8691cd7421799e6838b19723b918b194949932c296 0.55 MB 975 27
336,443 336,443 00000000000000001047ede6da6edc8efc0f37a288400d9ab49b3ad55534251b 0.14 MB 254 26
336,442 336,442 0000000000000000014c7d7658e2d872cb6e09cbf7fefeb74ef303db347ee9de 0.31 MB 742 31
336,441 336,441 0000000000000000119c68f351e99149d213cb705e83281594d8e48a61ad7888 0.01 MB 27 62
336,440 336,440 00000000000000000e8700239df9428b13d7c9676e44c77753fedecdd2c156b3 0.20 MB 362 27
336,439 336,439 00000000000000000ec438cdde9da109ce3114c32ba2ff88d3dc7436b177dcc2 0.05 MB 113 29
336,438 336,438 00000000000000000bf13f43de6fc74f17f93421409f1b72c1dc20a4888268a9 0.18 MB 320 29
336,437 336,437 000000000000000013b6b3c07b747c9d8d202d26ecf284b7e6be0f25f4f6f227 0.10 MB 102 15
336,436 336,436 000000000000000002de0a888948cb2312a146a65a360d44a81b00489036d8c1 0.20 MB 408 37
336,435 336,435 0000000000000000032eec5023ca0635a38b972464a6110c123558736a0525fe 0.19 MB 269 25
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.