Memory Pool Memory Pool Refreshing

34,285 transactions
28.41 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,275 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,652 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,274 (79,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,759 783,759 0000000000000000000555a450dae7b398713a2a31f755b141e1a45381a79f6d 1.84 MB 3,045 12
783,758 783,758 00000000000000000000ed4a74607dfe98ccff4df42e8b18d3654113608f4253 2.46 MB 4,365 6
783,757 783,757 0000000000000000000250ed9135adc3472a182bed163fc124335ef7b24a9ea6 1.64 MB 3,414 22
783,756 783,756 00000000000000000005d2b8de1483341afaadf41d5a27d92198571706085647 2.15 MB 2,575 6
783,755 783,755 00000000000000000004f13543a65aec43320de1d22e7ef5a5317c96a84a22c2 1.67 MB 1,068 6
783,754 783,754 00000000000000000002c5f57b2b6a2ee330ea5352df2b9845ed1e02a5828daf 1.89 MB 2,674 8
783,753 783,753 000000000000000000033cc99434e4e5f27037af364721d826c724a0c47c0754 1.76 MB 2,451 18
783,752 783,752 000000000000000000016c2250af7219c29dee1993f312a8bec56c2ec2510c3f 2.34 MB 1,829 8
783,751 783,751 00000000000000000004b8317b11c0d87b2b4a3ff6ad37d10886a83287dd0f6f 1.61 MB 3,284 23
783,750 783,750 000000000000000000025e8f7a79acb611977cc8623215df6016d275a9169d5e 1.65 MB 2,777 18
783,749 783,749 000000000000000000016c0c8267d3a7610718fe301af21439edc6c6dd8f4b84 2.02 MB 1,086 4
783,748 783,748 000000000000000000001e2c8658515b133a3acf52e808864a2523e21dae4fd4 1.87 MB 3,451 16
783,747 783,747 00000000000000000000fa266935803e829f9a1db3f7ce10362fa8a9baf001e1 2.06 MB 3,322 17
783,746 783,746 000000000000000000042c86925e438a574113f6e6940478860d3915a52dbcd1 2.52 MB 3,089 9
783,745 783,745 0000000000000000000497ab608a56231ddff14bae57cd9bf42941be42d49507 2.22 MB 2,222 19
783,744 783,744 000000000000000000041f2f05c8a75dabeef542a665e87ef25dcbd9a1ab3f28 2.16 MB 2,234 5
783,743 783,743 00000000000000000005bf329bf8dea1244a8c146ff3720e01fd617e060fe9cc 1.78 MB 2,126 18
783,742 783,742 00000000000000000002a777fed9a69c0442c8baa8c75781716637c5a838d735 1.23 MB 1,053 23
783,741 783,741 0000000000000000000487976665e8315255e0971cceb1bc284d4ae5fcd25862 2.41 MB 1,808 8
783,740 783,740 000000000000000000047ef957c3ff38223c57d846509e1c7eeda36c0565294e 1.99 MB 2,987 13
783,739 783,739 000000000000000000048c58d1080ca97e124d0b34e923695bc4c1bc3b310086 1.83 MB 2,200 12
Previous 10 blocks ↓
Total Size: 686.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,485.51 GB sent, 116.01 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.