Loading Tool

Explorer IconExplorer

Memory Pool

90,098 transactions
23.86 vMB
0.07204658 BTC
Random Selection Loading Transactions
Max Size: 161.88/200 MB

Candidate Block

Mining Attempt 57712339b0b49079a81cc7ee16ffa5774724b30ba99d8ad2aaa4f159f89edbc1
Version 20000000
Previous Block 00000000000000000001514719dda3c2828e997a34f8831acf4de951286987c6
Merkle Root 7c83238a6fa8b8600f3bfc8b514e7bbe16278fa8a2caeb79a8995bdb9ed69616
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.01784083 BTC
Feerates: 201.07 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,850 (866,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,591 49,591 000000001d2502b81a0b4e1d48f3c0adaa8f106bd960cc28e2c651c5727d17ba 1 0.00/1.00 vMB 0
49,590 49,590 000000001f34c1266c385e78aebfb074fd57499f2ca2e145cb0a8bc52b5b082f 1 0.00/1.00 vMB 0
49,589 49,589 000000001c21cdef3bec2f136df24588079c46ef8afb5fee4f92e7bf5c9fdf93 1 0.00/1.00 vMB 0
49,588 49,588 0000000013d2e0a3e11d3f84401e0933a0c699d783dffb86e448a754f6ce4604 1 0.00/1.00 vMB 0
49,587 49,587 0000000028ec6bc0ef455354d41e350a69bcba2f7a2e4bdb940b03e8080fee96 1 0.00/1.00 vMB 0
49,586 49,586 000000000a9e02e5920848372a6d6ff625b8814180078545fcf046d89137ba87 1 0.00/1.00 vMB 0
49,585 49,585 000000000adc79c7296448695a42b6076b9d988e01485959cf1248e35e2d1fcb 1 0.00/1.00 vMB 0
49,584 49,584 000000000e7c302d1b15f013b62e96b74f1498e70760ad089480cb31d288f9c0 1 0.00/1.00 vMB 0
49,583 49,583 0000000024b24c8b1275f862a1799ab3fa7f35390a985c209c7a470d81f4d92b 1 0.00/1.00 vMB 0
49,582 49,582 0000000001796fa33d8eaefcc36e9eb7d7b42847e77fc66737bec76ae74c9e55 1 0.00/1.00 vMB 0
49,581 49,581 0000000016bc5d0943d839d9a2ae1dde3baaa1f6f73037218b68b44dab5f71b1 1 0.00/1.00 vMB 0
49,580 49,580 0000000001ce1d3522cc83e38e943778e283324d066a2a637c8ff6c731785571 1 0.00/1.00 vMB 0
49,579 49,579 0000000023ef6ae73064df4e2c62921c43d8d26f68a6bb3278b0e58fc0407198 2 0.00/1.00 vMB 0
49,578 49,578 000000000299b302f699d285fe710ba65bb2b64cd204040b1301983d4df59db0 1 0.00/1.00 vMB 0
49,577 49,577 000000001ff18ba22a0ba13235d267009308bed9bc02ff8513269d18d8fa7275 1 0.00/1.00 vMB 0
49,576 49,576 000000001e49d3ac73f7ab9239f3f4eaf78a3f07e2163daa930cb85804efe1ae 1 0.00/1.00 vMB 0
49,575 49,575 00000000269c8cf1b32e0e42363dca881e55ef429b16c6a660ed3e831faa03d7 1 0.00/1.00 vMB 0
49,574 49,574 00000000216aef2ecb2d15bd3081e4cce85766dfa650f51ae33d4c182041ac27 1 0.00/1.00 vMB 0
49,573 49,573 000000001fb045eec3efd0b60644ade3170bb2413377b8cbf59ea4e9887507b0 1 0.00/1.00 vMB 0
49,572 49,572 0000000027a19747e9cb480f01dec496fa82d080993e9b586d7fb7cef0237d92 1 0.00/1.00 vMB 0
49,571 49,571 000000000ea7c91d454c594b0bb312ac400da061d2577d538899eeb26be3a6cb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 793.08 GB
    • Received: 21.95 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.