Memory Pool Memory Pool Refreshing

1,127 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,115 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (4,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,579 903,579 000000000000000000011eedd5f653b88ff6082646be1fdcf27056324c089230 1.63 MB 3,438 2
903,578 903,578 00000000000000000001d5b0e2101eece18f1f2e1979fc6c61136731902f2161 1.45 MB 1,950 3
903,577 903,577 000000000000000000021ec827204602272a1733b27aba73e0ae1a64b8968e9e 1.56 MB 3,899 5
903,576 903,576 000000000000000000024918d4d60a15f51ea4eee8898981a247a3dd78a303d7 1.61 MB 3,234 2
903,575 903,575 000000000000000000001baeb5f8aff0d1de81704b2e01a8644d5e1ee497d0ca 1.64 MB 3,148 2
903,574 903,574 00000000000000000001af04e624b2b15ab4a7df03e8ac3699ac5c701f729e44 1.61 MB 2,775 2
903,573 903,573 000000000000000000025a01373fd0e8d19ab4210cb82cb97f1736a4113b2750 1.61 MB 2,190 3
903,572 903,572 00000000000000000001ff1848a78532299c907a9e761e991c983bf79bad2c86 1.81 MB 2,656 4
903,571 903,571 000000000000000000024062c9575bfd10df60689a1eb4f8b8687ab181018c4a 1.50 MB 1,957 2
903,570 903,570 00000000000000000001b132265eb18b5dfca380264ebb7b2f4fc15a7dad0631 1.42 MB 2,067 3
903,569 903,569 000000000000000000013b9f9a10bee585c2ec16b03974761ceb7274559fc2e7 1.45 MB 2,203 3
903,568 903,568 00000000000000000001ad74ffb1dd116f02ffca37dc0e0751deabfea3f54fdc 1.72 MB 3,705 3
903,567 903,567 00000000000000000001c87ede501807c965a9f89023967159622012d728c9c0 1.60 MB 3,493 4
903,566 903,566 000000000000000000007da6568b494e90be127e6423f95a029d0982f59006a4 1.55 MB 3,642 7
903,565 903,565 000000000000000000007e099978c4b301d50665101e5cab8ffc77c1b28badac 1.58 MB 3,728 4
903,564 903,564 000000000000000000005125f247757548b05174b87dc4ff3e6cd8b7f35b1e87 1.76 MB 3,247 1
903,563 903,563 0000000000000000000076d8bf0f40a981d2981f43ca7026dc1c1b9b6af93ad8 1.66 MB 2,321 1
903,562 903,562 0000000000000000000068a347728d5969031f98cbad8bab56b56cfe05bd8cd9 1.46 MB 2,632 3
903,561 903,561 000000000000000000026181f6ed3f23a2b5a5ec70aca43bbbb549e7a7a68429 1.59 MB 3,059 3
903,560 903,560 00000000000000000001ad6cc05d3761433c4e2380a472fc89166d80812b0486 1.65 MB 3,145 5
903,559 903,559 00000000000000000000ef40a33a5593c1939562f8863445f4acd10fc0f3ff58 1.39 MB 2,543 3
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.