Memory Pool Memory Pool Refreshing

7,685 transactions
3.70 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,879 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (631,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,654 276,654 0000000000000002b6cb8c28abae8ef3b8822ea115f64b9385f472652c12daa6 0.39 MB 795 43
276,653 276,653 0000000000000001d3fc84d47319eb898aebe1b2ce0704052e5e716201baca2b 0.09 MB 176 36
276,652 276,652 000000000000000209908c2fdb49b71c131e11492e807f73391738b17696de19 0.04 MB 75 31
276,651 276,651 00000000000000021942225b9bf2efddac9745366e412dc3e373ac0d1b1856d5 0.12 MB 262 39
276,650 276,650 000000000000000029e7ab1e48711605ee6c0fdddcd7c87e0631c01548415d0b 0.15 MB 265 45
276,649 276,649 00000000000000038e96358b0c7aaaf69d63bac03820d5b47d59c9d00019c722 0.02 MB 53 49
276,648 276,648 000000000000000202b99385096abf80d615ebe4f31153b30dd0fcf34e1e10dc 0.07 MB 131 34
276,647 276,647 00000000000000025651511689cdf95fc4894c5666e66ec84c900d626c793129 0.06 MB 134 28
276,646 276,646 00000000000000007df9d9a362f285d6f976e625af9e46003858274f405cfdc6 0.14 MB 297 41
276,645 276,645 0000000000000001aafa8c2dd9dfb94760ad94a0766cb1341892c7e5e90ddd7e 0.55 MB 692 29
276,644 276,644 00000000000000012fdf472002dcaa94ac52b273af95593cd7d602fc954193c7 0.21 MB 415 39
276,643 276,643 0000000000000002237624723291ec601897fbc8a1714fc9f28d77e3e4ec7843 0.22 MB 374 39
276,642 276,642 00000000000000008fd781a96b59d083e49717946e04a3f9ce08882c28162c45 0.47 MB 1,085 42
276,641 276,641 0000000000000001a3fefae3c3ee1425163550a748180c010b419eda19af220f 0.22 MB 481 44
276,640 276,640 0000000000000000a905f8ef188def712ef8f4811fd372882677cb9b890ea92c 0.02 MB 34 35
276,639 276,639 000000000000000156525578a610eac31a9be685b7a7c7455b4e84b3f4a56281 0.03 MB 55 37
276,638 276,638 00000000000000038a9758e1948c1acbcf2d107ad7cbd1becf5aecbf6568c53d 0.01 MB 20 55
276,637 276,637 0000000000000001f28c84a04448a0ece5e803a6cb2472aa9bd4021db65e1779 0.25 MB 426 31
276,636 276,636 0000000000000000ae07d6c8bd03652bf8c88d91b9e3bed40c00c1f5ac474a10 0.25 MB 734 72
276,635 276,635 0000000000000003441f79a521a80b02a78ca1be48a8c38b44d5684319e9650d 0.12 MB 173 20
276,634 276,634 0000000000000000035b25c81c1dfcd781794fda03bfa0a34a6018ad4fac777c 0.25 MB 533 43
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.