Memory Pool Memory Pool Refreshing

6,253 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (582,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,479 325,479 0000000000000000040d4bc7c35f9bea3ce048b6dac249f3d2ea24626f00b05a 0.61 MB 975 25
325,478 325,478 00000000000000001892ee2c055cc8e0ee766d402203320a7dce8feabcc3b1fe 0.39 MB 448 17
325,477 325,477 00000000000000001e94ac46e307a8c865b7585c55406c4cf0ea51d4e1879cfb 1.00 MB 2,049 31
325,476 325,476 000000000000000019e75ca8667f175b61a41ad950d15b61d83d3faf1a128f94 0.13 MB 246 31
325,475 325,475 00000000000000001f210d4090211354cf0006000a59b90e3a9b881724b9d338 0.40 MB 688 24
325,474 325,474 000000000000000010bab9682283edcc28bdb6c3e27b4f121bc95efe832dbe2e 0.69 MB 1,257 29
325,473 325,473 00000000000000001e5fd18a1fcd2b0e13ed98b00c0698ec637d0f05c4a6e5d2 0.17 MB 371 33
325,472 325,472 0000000000000000086d74e31ee21f45a647f019087e413a7b3873e0e991848a 0.48 MB 814 28
325,471 325,471 00000000000000000982a40adbd95ccd9445914003fb9f15d1d65fe535774d4d 0.26 MB 472 29
325,470 325,470 00000000000000000847892bccb4f59b27318551b01c595c06800ecbf4ba9c6b 0.29 MB 498 28
325,469 325,469 00000000000000001957a3aa060cbae055fd0b4a2405ebf2f03bb79a2a36b948 0.75 MB 1,061 28
325,468 325,468 00000000000000000daf0776ee31497b0a5f5f4e58b4af037c578e816b3bcc9d 0.75 MB 1,625 31
325,467 325,467 00000000000000001c91050556b38c59cbe437420827c12d588d115d68f69864 0.49 MB 247 12
325,466 325,466 00000000000000001d7f943b1168d501011579f71efa6243f8a733830556b831 1.00 MB 2,263 36
325,465 325,465 000000000000000002e032e93e506c630481667ad03ae2e5eab97a1a2c5d8c76 0.26 MB 457 26
325,464 325,464 00000000000000000d7149f389908fb8e510f1ee751af62baa03b0954bdc1b3a 0.36 MB 563 27
325,463 325,463 00000000000000000a91d3bbf16d2b80e142f98e6ff45b615f668dba558a4413 0.16 MB 288 26
325,462 325,462 000000000000000012f57d2bf3a79c5997ca609a7f28e9ca6198ee689843d88e 0.48 MB 898 33
325,461 325,461 00000000000000001be853b7487f07f92899381e3223139a8e3983b10f80190a 0.14 MB 199 29
325,460 325,460 000000000000000002572d8a3732a40cb2cf5d2e7fafd02561a1f6bec479fca4 0.06 MB 101 22
325,459 325,459 00000000000000000a3490b91aa01674b7956b8a1ec5ae7b3a2430c36b366b59 0.06 MB 118 15
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, 114 incoming
  • Data Transfer: 1,634.37 GB sent, 93.99 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.