Memory Pool Memory Pool Refreshing

1,406 transactions (0.42 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,126 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,400 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,125 (898,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,732 10,732 00000000934ca516f99601e99d988ef41df22346a9d6a93d64675895db3a186d 0.00 MB 1 0
10,731 10,731 00000000be7713bbdc7c5786b214f37ffffa9bb32a159bd72b1fed6baa60024e 0.00 MB 1 0
10,730 10,730 00000000a1035dcd44f87aea6c363a4de9a348aee85d4c078eee846761f6e39f 0.00 MB 1 0
10,729 10,729 00000000843b67f94f8018f72277e31e83a4c2fd92006d3a1bc1427001940e67 0.00 MB 1 0
10,728 10,728 000000007d81fa6bab98e9b120537838092e97333c6bef7a8f0bdb69e3f3bb8e 0.00 MB 1 0
10,727 10,727 00000000d1012f5d3de29028a2d7fbee062d38a516ea25014b7362e122503a15 0.00 MB 1 0
10,726 10,726 00000000b611d82e65aefe763ba3271039101737ddb5c34f86557026206e6f2c 0.00 MB 1 0
10,725 10,725 0000000044eb622c81e54c970fe39e1b578cf2d81e9d059397b62aa05dce1d91 0.00 MB 2 0
10,724 10,724 000000001c972d8b2a9912c21b222ba1e499dffef993aaec585459b62de52023 0.00 MB 1 0
10,723 10,723 00000000938df19f8676bc48d8acc5fbffffb330e6a277ce0a37cd0a12913a25 0.00 MB 1 0
10,722 10,722 00000000689693d83bbe123723b4004cb7bfed83a5bb25514c9369be20935c7a 0.00 MB 1 0
10,721 10,721 000000001f4d47e88135396e5d5ed0ccc92b46901e96306ae36a98ab31a9bcd5 0.00 MB 1 0
10,720 10,720 0000000066d0a4f7ee68823c55859f48b55745ec726450e5185f038a0333275a 0.00 MB 1 0
10,719 10,719 00000000579e06f00af96a561b020115a8fc6807af0b2b8ccf49e1d918b41fe6 0.00 MB 1 0
10,718 10,718 000000001b81935743154ff5752d2181d5eec6f22547bcc6714904b1b062e7c1 0.00 MB 1 0
10,717 10,717 00000000282f84e140e18871b6d72ae7cb12f70f8fc796aeb956a4ddf050a6f7 0.00 MB 1 0
10,716 10,716 00000000e7bc7b89331b355bc4767e7b7dda2e284ed70483854be7ffbe75cf25 0.00 MB 1 0
10,715 10,715 0000000048959de734652d1e726fe6a953e232caa7673bc53c452ace1dfdbd74 0.00 MB 1 0
10,714 10,714 00000000b7f75539430b8cef337ffa9b376b7b9703aa9311788d18c6fedf264b 0.00 MB 1 0
10,713 10,713 00000000258f267e1490c715c451cba90c02e3d65286aad8a907a1646bf095a4 0.00 MB 1 0
10,712 10,712 0000000073d58c4a112019d3bed2c619aa1486b23e700e739920ec2a235ade37 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.78 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,936.08 GB sent, 106.44 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.