Loading Tool

Explorer IconExplorer

Memory Pool

41,753 transactions
26.72 vMB
0.05583822 BTC
Random Selection Loading Transactions
Max Size: 140.18/200 MB

Candidate Block

Mining Attempt 01035690cc0b16b98d81495b6cd90652eea2a89475cce14463f956153c27a3d5
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 6ea46a4e6729438c5bea70d7bfbb4c218cde2057dcc80b4d4584ec2c1befa61c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,621
Size: 1.00 vMB
Total Fees: 0.00648152 BTC
Feerates: 103.41 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (109,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,094 805,094 000000000000000000018919b43910f2f472eef7a651b7588fe81884e1073c12 3,507 1.00/1.00 vMB 8
805,093 805,093 00000000000000000001eec634d2ac5d474fbd0b387db8d89f1c18a08c1067fd 3,177 1.00/1.00 vMB 16
805,092 805,092 00000000000000000004dc9ba0766c85460ab722edaafa051695e22caa154bca 6,975 1.00/1.00 vMB 6
805,091 805,091 00000000000000000000c9504369da576825e44be9ff3685873f87d613b1276e 3,871 1.00/1.00 vMB 11
805,090 805,090 0000000000000000000103a5100dccfa23e1b8d564460dca5ed2065ede76ebab 5,876 1.00/1.00 vMB 8
805,089 805,089 000000000000000000026a704c11f6fb8e49a5964f9bee6c267c18c80497580f 4,285 1.00/1.00 vMB 10
805,088 805,088 00000000000000000001508c7014b9594ef2a9b6587d4d8733b2d325c43128a1 2,741 1.00/1.00 vMB 10
805,087 805,087 00000000000000000004b18f5c06af7047b0a9bc2ae9c0f5a310e960470df2d8 4,309 1.00/1.00 vMB 13
805,086 805,086 0000000000000000000262fe0911d248d10690c1ce160e92d2fc54c72637bcb8 2,158 1.00/1.00 vMB 6
805,085 805,085 00000000000000000001f8ec126c7769f69e6f093dedc7f134e468b75183911d 1,452 1.00/1.00 vMB 12
805,084 805,084 000000000000000000028781b3a91c0c5dd0c10c0cb02f5bcbcb8e802941a80f 4,282 1.00/1.00 vMB 10
805,083 805,083 00000000000000000003ff5a3c54177bf34d792b9af3e786555cee58d5f426ff 3,202 1.00/1.00 vMB 9
805,082 805,082 00000000000000000001d98bfba9eebfb2fd7aee8bb435db44b9788c55991d4c 3,140 1.00/1.00 vMB 17
805,081 805,081 000000000000000000000dfe613f9ecae8fbc9ea004eaa05d632fd8797130994 1,652 1.00/1.00 vMB 7
805,080 805,080 00000000000000000001dadf4a60edbc49e416fa19186796c8563d567cb24595 3,179 1.00/1.00 vMB 15
805,079 805,079 000000000000000000043471013b1ff020a1e636c76b1ca104851dc1eee1739b 3,490 1.00/1.00 vMB 22
805,078 805,078 00000000000000000002290acfa13d0e83dd51e67bd2a9c69d392db1b56e3a4b 2,333 1.00/1.00 vMB 14
805,077 805,077 00000000000000000000d120bfb3a84c38e0f65e0f1606eae970565d66c4c03f 1,946 1.00/1.00 vMB 6
805,076 805,076 00000000000000000002f3a63c79d6fd45137712c6a17e26138c027e424f5684 2,337 1.00/1.00 vMB 10
805,075 805,075 00000000000000000001795f37e245d4257767957e78897f82cac9b1f2737b94 2,855 1.00/1.00 vMB 16
805,074 805,074 00000000000000000004f9e0031842d0e521764449daac97e7b497c5bdccab25 3,693 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.52 GB
    • Received: 14.32 GB
  • Uptime:

Notes

  • 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.