Memory Pool Memory Pool Refreshing

5,362 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (533,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
374,719 374,719 0000000000000000008aea35e787586b9fe1643c97c52dd0e0118a57b068d4c5 0.93 MB 364 7
374,718 374,718 000000000000000003e842c2811b457ac07af90c642a881237d35cf7c84316d5 0.85 MB 1,726 35
374,717 374,717 000000000000000004e487b6d8af79850ed7e396946e53b5f4a03e600af53b91 0.93 MB 824 19
374,716 374,716 000000000000000004e1b249057192da57d26db524e8e1e303f5b5371c532617 0.10 MB 236 56
374,715 374,715 00000000000000001319b252d737cc355738e1799ade94ec6529833831763c2f 1.00 MB 1,133 10
374,714 374,714 00000000000000000fc554604c4b62ad5bf025d80bbd5eb81bc4e52dccdb93aa 0.46 MB 913 43
374,713 374,713 00000000000000000926bcd8ab5dd9cce10e7cdd099ba1df71fb898be77ff59f 0.35 MB 715 44
374,712 374,712 00000000000000000e5b7185b3f6e96cb88a177187c82bc466b56cee0778adce 0.69 MB 1,125 42
374,711 374,711 0000000000000000080a5ed4824b6370749abaab1a867471910b166adcb3c920 0.93 MB 1,186 21
374,710 374,710 0000000000000000073922eb262111353be6ff5c39836ea3651b8c24078fc4a3 1.00 MB 727 7
374,709 374,709 0000000000000000126e91135d057155fc63d023edf570e99d06f97c790d0c3f 0.20 MB 220 18
374,708 374,708 000000000000000002ddcd3a36e9aa30edcc51a422699b3d93a2899716b3ed75 1.00 MB 1,224 14
374,707 374,707 00000000000000000381d995511ed4492011ed312529901543c17b73bb1caf0c 0.93 MB 1,607 37
374,706 374,706 000000000000000003b1e5b17438c6ee2badc218dda53bcd3c58a32b03d736ae 1.00 MB 2,830 63
374,705 374,705 000000000000000010e6ee88f7663fbc04f4822a4724ad7872e6d09ba91d96ec 0.00 MB 1 0
374,704 374,704 000000000000000006a8ba805d3c29e661134fa0bd19f2cd706b3001b618179a 0.75 MB 659 7
374,703 374,703 000000000000000008a53a928d1c5c44884da53175620143bd913d59cc76c416 0.94 MB 1,229 22
374,702 374,702 0000000000000000123d2a99fd87a523b019b647fe4b2bf99e32053fe22254b3 0.00 MB 1 0
374,701 374,701 00000000000000000993e751ee89824c66795b64836f68a9e427b2f3da5733ed 1.00 MB 2,538 56
374,700 374,700 00000000000000000d806c6e2c6ee7c445991fb627599ea28f097cda9518b448 0.95 MB 1,145 20
374,699 374,699 00000000000000000eb112fc13f744bfa13af8c2bbd94682c8c2dd134f39ce21 0.48 MB 871 42
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.