Memory Pool Memory Pool Refreshing

5,211 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,146 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (689,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,853 217,853 00000000000002099653ddb16068fd9b393ed6a24c2b91295fb75fff654b1010 0.11 MB 208 495
217,852 217,852 00000000000004a4422aebed058da5011f94e92e38749701fa5c991614579819 0.08 MB 153 182
217,851 217,851 000000000000022b449696fbac939c4916f562e8cf39a85936e84fc2018f6f84 0.08 MB 191 261
217,850 217,850 0000000000000318bdf68e9a6a5b6d31548f9decbfc4b8d9c4649f102ef16894 0.00 MB 11 231
217,849 217,849 00000000000000111f135ba1ccc2ff489f60d95ab0b73874f751c2f7f7d8b49b 0.10 MB 216 209
217,848 217,848 00000000000000e533b34f0448ee6648932ac88907be4953389bfe6e49609776 0.15 MB 341 210
217,847 217,847 000000000000019897f9552fc33171336eedbfda9dafeab356fb5bb1cabbdeb1 0.12 MB 343 222
217,846 217,846 00000000000002c604c54fa01497d78850d8b544f8c9edc23066ead0224298ad 0.13 MB 319 244
217,845 217,845 000000000000022e1d664b9c433ba7861250a60ce8172e8a0b787acafe326956 0.11 MB 196 117
217,844 217,844 0000000000000149e3b1780ac866fb69199a08aa469c8acdaf283d9e966cdd04 0.06 MB 126 155
217,843 217,843 000000000000015d43f12e63688c68c378229f8a2911840412d559b789e6e0db 0.17 MB 461 215
217,842 217,842 00000000000000010ec9f57743b9ae4e01e14afb4ade441b2f252294e807da30 0.01 MB 21 512
217,841 217,841 00000000000004ca488d4d00d75fc0903b9dbd3b88377273804429ac530b5d19 0.07 MB 123 78
217,840 217,840 0000000000000465ed811aac9309e95b4a6420c81f4ed8436fd1e1fab73a9f03 0.05 MB 142 155
217,839 217,839 00000000000000169d6d45490285c40d3db30aec019ff84709fb0dba3d64526e 0.11 MB 207 263
217,838 217,838 0000000000000270df1e1e0e7e9112e08ee3fad0938b07c16ce16bc733711626 0.04 MB 62 93
217,837 217,837 00000000000001bde870afad6946020db2ab15dbd6b2b0b3b0cf3a4fdcdd4773 0.17 MB 384 180
217,836 217,836 000000000000002d58b8efefdfa2ee2629990eedb22a4865884718939eaba7b8 0.05 MB 122 127
217,835 217,835 00000000000002d6e8c26d6ceca68e363e5dcfc7e27e739c580d1e2707a12a11 0.12 MB 272 203
217,834 217,834 000000000000034cbf2502430799eea2af861d2f9f54c8de4a00e7cda2fdb204 0.02 MB 32 866
217,833 217,833 00000000000003c030d49db356ce598deb6d9d3548d600e5d33d52a5c0bbd972 0.15 MB 161 54
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.