Memory Pool Memory Pool Refreshing

3,610 transactions (1.36 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,133 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,565 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,132 (899,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,026 10,026 00000000b79debaea71703c08b2ca681aefac3e275e2d5c87103d0dd4eaed800 0.00 MB 1 0
10,025 10,025 0000000030d3cbd95854fc96c142f6ce0b906fd1f45485d589252fdbfd63b22b 0.00 MB 1 0
10,024 10,024 000000005cd25cdb40382da6dddda1805c3e1942b6a448ccc05a0a81337d297c 0.00 MB 1 0
10,023 10,023 0000000029fd7c8365d03f6ff597217c8270fa84b17397d4f76b90a546dd569f 0.00 MB 1 0
10,022 10,022 000000004fe5aff44f2362acffdbbb52f6c82f9faba0716fd8d66158a4d69f16 0.00 MB 1 0
10,021 10,021 00000000a1bacd290a3df71cc1bc98136beff9725266965ff04fc3949371b82c 0.00 MB 1 0
10,020 10,020 00000000d5cc7bede61d17da2d953d297f032e8108c5149d3cb5bbf88ea9f8c0 0.00 MB 1 0
10,019 10,019 0000000073d5ae7e7384fba05eee62c26355e71d6f2b860bdf2aec73df12aef1 0.00 MB 1 0
10,018 10,018 00000000569e1d2d3de6ef7c9ec536f2fe74c8fb7c187affddcaa2d0bd967216 0.00 MB 1 0
10,017 10,017 000000000b12d61280fbcd1b0ce83eaf538e204324163d8abd7ef7a569c065c6 0.00 MB 1 0
10,016 10,016 00000000238fca89f1ae90d422738537a74f9c1e1885bedc48f2ee8d595ac9b0 0.00 MB 1 0
10,015 10,015 00000000e0f0706fb02617d4369ff2d0ff978e65dc56f20bfd060271d58b5194 0.00 MB 1 0
10,014 10,014 0000000010d71593cbba8ce98ed83c17ec86dc3679a4c94b13a9044188b1a0dc 0.00 MB 1 0
10,013 10,013 00000000638aa025f963c2c6777e9d8124cfc53c709f2cc0ca00e8a185767d63 0.00 MB 1 0
10,012 10,012 00000000313fe8e9266a4e1facdfe78700c3c1b1572231e3745eb3f407af2bf7 0.00 MB 1 0
10,011 10,011 000000005c1506fa9dbbe7ebbaa8dec3ea8f656b79c1f366b8844238b6e7652c 0.00 MB 1 0
10,010 10,010 000000000a1fc54e5d950ae316a668bd65ce302f0ca8267a1c1ec925bc260cf2 0.00 MB 1 0
10,009 10,009 000000005af9e4ca86895b25c5a87ff24ecbce9ff48ef47be2dd57541aa8fd78 0.00 MB 1 0
10,008 10,008 00000000b700802c3945a0aaa5d713e0b9a5d2521ff5bf0ac5dde99ebbbcb586 0.00 MB 1 0
10,007 10,007 000000001844f08004715709104d53c65f0bffd448f05df9bbbc8bfbcf4cfda6 0.00 MB 1 0
10,006 10,006 00000000e33f97f0a832061cf0e5dedb323b180367c4de8db81b25b560fbaf76 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,949.93 GB sent, 106.55 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.