Memory Pool Memory Pool Refreshing

1,665 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,823 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,644 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (579,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,774 328,774 0000000000000000108ec55838a404721f791785405d0ef5d005d041d2af5b2d 0.02 MB 44 23
328,773 328,773 0000000000000000022ac3667d8ff07c72c35a4bee80839a8f1cc39d146be299 0.67 MB 419 23
328,772 328,772 00000000000000000a7e105257e16aa4ee32ba4b8d90f3ff295c7f349b4d47ad 0.05 MB 78 2
328,771 328,771 00000000000000000506b9058a0396443c9643fd6b2aa088ecf6d5b6a0158eb3 0.21 MB 129 21
328,770 328,770 000000000000000011c31a9c98b67fa64d18a71869346a0d82bf1c0365bbeaf4 0.96 MB 581 23
328,769 328,769 00000000000000000afbd468107d91048c886e001a63b24e40137282531db201 0.96 MB 1,808 29
328,768 328,768 000000000000000018d73e41d524db30ec516ca99d94b51d56a51c41decd7465 0.12 MB 219 29
328,767 328,767 00000000000000000a0f4590b7d73c87b3b78821b200a2cce678ed976bd24f0b 0.07 MB 130 25
328,766 328,766 000000000000000012bbc137401314541ad490fa9cb5e9385d12b357e69e7442 0.09 MB 120 22
328,765 328,765 000000000000000019138f2ab0d1e1b289399a40700a0d40804b269d328c6b16 0.10 MB 125 21
328,764 328,764 0000000000000000041d40d3e8c89c664b3cc818321a6cf559b08af9b0bf6b69 0.10 MB 101 19
328,763 328,763 000000000000000015b72e0b90f9508c2c6ecfa42d870a387ec2768f82200ce8 0.11 MB 182 28
328,762 328,762 00000000000000000e26a2b54e5e1dd8892cccca8ae267640b607cd6848bf3e6 0.07 MB 67 10
328,761 328,761 000000000000000005456b3e04da2357b5a8e7b429c616831180b23f8bd0edac 0.15 MB 342 34
328,760 328,760 0000000000000000109147812a34495de724984bdc8b04d4146de0c3af5fe8b2 0.13 MB 183 22
328,759 328,759 00000000000000000418ae438d1c6126c348f7dea6544394434d8b4b5cf84d23 0.11 MB 154 22
328,758 328,758 000000000000000013f3f8404e16a8b0f92b092f82af0791c937052615ce0880 0.49 MB 689 22
328,757 328,757 0000000000000000070bd28601f4b0d00d9cf9dc5ec21720789bdede1d7e1fc4 0.16 MB 319 27
328,756 328,756 00000000000000001586756ca0bd4b527f2c6b13e681f24096ae70e17f4174e6 0.23 MB 454 25
328,755 328,755 000000000000000014d699b2c406f04bd9ebfb0be4971db7159b2e87e498ad26 0.25 MB 691 32
328,754 328,754 0000000000000000111435654ac60ff9c394c84f48c43e45bf20ae7283e7e334 0.09 MB 239 32
Previous 10 blocks ↓
Total Size: 769.21 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,634.16 GB sent, 93.96 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.