Memory Pool Memory Pool Refreshing

6,182 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,242 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (387,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
520,394 520,394 0000000000000000002a73a0fc61647fde38fec5ffa2cb0a050a02483c8c6a87 0.28 MB 431 49
520,393 520,393 0000000000000000003760c2911d061e3ffd9eb56a842de3cb82d8af56b21994 0.14 MB 308 52
520,392 520,392 0000000000000000002cb60d6e981212d1b640511d9bf0d46f4cabe41fdc392d 0.32 MB 572 44
520,391 520,391 00000000000000000026c3de72f35713737ba1906be7108a77d54d5762b30974 0.98 MB 2,163 43
520,390 520,390 000000000000000000240b61e4d104cb3c90167d002feacd83ccf25d7e6e54a2 0.38 MB 721 38
520,389 520,389 00000000000000000029ad7c71d1b2ee654df633ebcc40a5cb774f7a24ed960c 0.63 MB 1,190 43
520,388 520,388 0000000000000000002c5e0fccd096d0b038ee8452dbc2cf2899e625911e9b47 0.07 MB 168 46
520,387 520,387 000000000000000000127a4ff130661212c6b33ee3df046e7aac57ff1214d2cd 0.02 MB 46 34
520,386 520,386 00000000000000000007dfe340db668298b83a0fe18a1c422dae82dc4d8de881 0.43 MB 779 46
520,385 520,385 000000000000000000324422f752cf8e99bcc5406159c58c42fe65b4ce08d7b5 0.61 MB 1,398 55
520,384 520,384 00000000000000000018c21b86bc997221b2322150de126655461b08eaa3caad 1.04 MB 1,843 47
520,383 520,383 000000000000000000046cfff81ebffc6ef4896c17641d7d2ec529e5e96f6cbb 0.29 MB 457 31
520,382 520,382 00000000000000000015fd6c0bc56f008258e3c2746d8adb622bf5396a816956 0.29 MB 647 37
520,381 520,381 0000000000000000000010b323ecb31c0f6f5a9fcf94339679109c1eb5f665d0 0.40 MB 837 58
520,380 520,380 0000000000000000001c795a61c8f035abae271fbce684df647010ae5017e0cb 0.25 MB 564 36
520,379 520,379 00000000000000000019fd435492b48dae1d698a31ab66a0a210af53d5c461f0 0.04 MB 105 60
520,378 520,378 000000000000000000310d2242bf1a050c7e2f123ea35e9a8a89e1207a17ab4d 0.61 MB 1,218 51
520,377 520,377 0000000000000000001df067ad05d70dc344d0386187f6e1d5da6f2267483f0e 0.51 MB 1,101 51
520,376 520,376 000000000000000000297028c355da3182d74db6c08e80a6ee59c5a263996bcc 0.67 MB 1,068 45
520,375 520,375 0000000000000000000f2151ad6f43be6a85f2562259e1c1837510557da43b17 0.16 MB 372 35
520,374 520,374 00000000000000000017f96f302b52c2e07b7dfd8c87162f0cc3e3cffd7324a9 0.36 MB 514 31
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.54 GB sent, 94.00 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.