Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,798 transactions (2.19 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (898,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,892 11,892 000000003eec63d37057483d44af1abfd8ae916c3cd817188a2e349c0016bd0d 0.00 MB 1 0
11,891 11,891 000000009b1b167040411ddd7d67dfd848f3ded58f02f8356ca5d4b6b0821cd0 0.00 MB 1 0
11,890 11,890 00000000a01165f23429a06b42df348bf5443f7003a1bfd44428e1afb63a9937 0.00 MB 1 0
11,889 11,889 0000000091e855694295ea9c0dee862a3742a8adcc9973864dca7c4c6df20fc6 0.00 MB 1 0
11,888 11,888 000000002d7d4277552c9d038006b8c00ce5ff50391a8f62b9cda43f8f6cd22e 0.00 MB 1 0
11,887 11,887 000000002c124cacfe49a290cf15754f72f1eb8e7618a86fd5367cee1c5a7952 0.00 MB 1 0
11,886 11,886 0000000015f88371a76c528eb39f6986228df031ee607476985efbf6f6f31e5b 0.00 MB 1 0
11,885 11,885 00000000f3b22d3a76772f5ac5dda7c59f111a67dafd39a6698e5e5cc2a882ed 0.00 MB 1 0
11,884 11,884 000000009e6b84a25c140a63531236d62de6ee17e63c72d16fe88a752b9c59f2 0.00 MB 1 0
11,883 11,883 000000004272b5b3202a8b1acfe56fc69a9a2286376f093e7fa7ac32dbe7331e 0.00 MB 1 0
11,882 11,882 00000000996d8b5fa958f4972e23586b3f8e25e87466b874619c77356e240095 0.00 MB 1 0
11,881 11,881 00000000c0e9d538b4dc29ad4cc489a40dd6c57bb810a47b903b24d3e4bad094 0.00 MB 1 0
11,880 11,880 00000000b616f5a8c377de7211149a6037a91b05d4c5788efe0806020d224030 0.00 MB 1 0
11,879 11,879 000000008c9852b15b6bb51ccee02b3bc0dce73db9a6b83495769e56a65f1716 0.00 MB 1 0
11,878 11,878 000000006914d1a1e39d2dffb960659d5397087cee5c98e4c2059a74bbc386b2 0.00 MB 1 0
11,877 11,877 00000000fdee4c1c54a204dc4d771dc59d83a826359dd5a85ec2cd389a47e550 0.00 MB 1 0
11,876 11,876 000000007ea01e4cb543858c0a99732674b4e83037877f1d4eb7d613c99e6e86 0.00 MB 1 0
11,875 11,875 00000000d97b14592c2f7da3d37f823b2f591d67f39babbe96f6a977ba3910d2 0.00 MB 1 0
11,874 11,874 000000002e0e5845439d61da38c20fa0926eaf3261a78ab72fe158143858a125 0.00 MB 1 0
11,873 11,873 00000000501f6321e025b7fc4de252b61c28a688830a8ed5593d89272c14b8ec 0.00 MB 1 0
11,872 11,872 00000000135025c282994b84312fa1f3ebaabc4cd8a63811ed0804f2bda9ef6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 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: 2,185.37 GB sent, 115.58 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.