Memory Pool Memory Pool Refreshing

3,380 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,378 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (615,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,831 291,831 00000000000000009a635fda2b28cc2e19031147398c0bda03403deb4d3c2b20 0.38 MB 613 40
291,830 291,830 0000000000000000b27f2eaa522e78277dd67428715fa10ac34597ba97407a6b 0.07 MB 49 9
291,829 291,829 0000000000000000d9ad59d39b245d8b60e337a33bb86a17a33c374690515381 0.34 MB 439 31
291,828 291,828 000000000000000080774815fe1efed9c23b8de15ec7a4761165edcc3cb1d505 0.12 MB 256 50
291,827 291,827 0000000000000000cf0fbb1878c2a4a3b4f41cadaaf63dce470f927b566f0e4e 0.06 MB 47 10
291,826 291,826 0000000000000000b16988636ac9a5e99fd8c7d2a93f7bd925ecc6cdc606aac0 0.32 MB 355 27
291,825 291,825 000000000000000081c959ad9ba21f858af474393e7701ddbc8a11fe21fd432c 0.05 MB 56 7
291,824 291,824 00000000000000006853d50897357f12e707cf285578e4251503e38d0178a5fe 0.30 MB 470 38
291,823 291,823 00000000000000004dd1bcf0c8d2cc4d95ce87e2dd9d8610da647644c6bcf491 0.05 MB 75 30
291,822 291,822 0000000000000000074122bdf8b045a978b76e40cc666fee318c9fe487e4ac2d 0.28 MB 472 38
291,821 291,821 0000000000000000b07c7028c0b98d16c971eefc4a94b7b23aee9ad6fa0529cf 0.38 MB 381 23
291,820 291,820 000000000000000056103025e0b77f2fcc75d85abd7d179bd7cd2fc01d5f85a2 0.35 MB 678 42
291,819 291,819 0000000000000000a1a119736d5a2c62bece6ac190ed2b0210bf3a6af9a07a46 0.21 MB 217 27
291,818 291,818 00000000000000005f1d58b75917842cf7c75e0195014d321e9daf5a1683096b 0.22 MB 213 22
291,817 291,817 0000000000000000e42322b744c2d556935cfcd1f6416fd15a8050383f37c620 0.15 MB 218 25
291,816 291,816 00000000000000009aa8ff84ef5491e256209e7f3fd22500dad814bc5bbf8e6c 0.30 MB 362 25
291,815 291,815 00000000000000001303b21fa17a21f82ee34a80aa6a3f5c7d3605e8d43ad581 0.30 MB 466 33
291,814 291,814 0000000000000000d6fe1c7f0563e0cdecc73acbcb7ec98f109032bb2cd7e6ea 0.29 MB 268 21
291,813 291,813 000000000000000090328cefd0eb163e72275401ebf05607164e1d65d91b42ba 0.50 MB 850 37
291,812 291,812 0000000000000000ee63a49a35444d930524347b54f2e0b36460bb750fcd901b 0.25 MB 102 13
291,811 291,811 0000000000000000812c756dba6bdbf284015463a7630ab5e48056d42aee0269 0.92 MB 939 21
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.