Loading Tool

Explorer IconExplorer

Memory Pool

77,325 transactions
28.43 vMB
0.09303769 BTC
Random Selection Loading Transactions
Max Size: 172.92/200 MB

Candidate Block

Mining Attempt 7910dcddaf685f9e725e77d426e7524f8e7c88e253fc9cd0a1242f983e0f4cb5
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 8fc72a86e95463959468c2249e24851877179e92e15ceae61535c04fd6ccb94c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.02935936 BTC
Feerates: 201.07 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (867,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,793 47,793 0000000009248f2c1227cd9fd092256e7a5ca0ba4642e8e03f68c424ea66ca9c 1 0.00/1.00 vMB 0
47,792 47,792 000000000022156ccadc11fccbb70aa449a821c93dc1810952903df20b656793 1 0.00/1.00 vMB 0
47,791 47,791 0000000008ef50686f0b75112d3c9339ce6377cc423c9fe8645876a06ab5f65b 1 0.00/1.00 vMB 0
47,790 47,790 00000000361526563953066c72dce4a3b19563a3bba89f251f59e67f9bd3e5c4 1 0.00/1.00 vMB 0
47,789 47,789 000000001464df336c11020de6d433763af59a994d350347e01ea0b814ef7a65 1 0.00/1.00 vMB 0
47,788 47,788 00000000222d937b3b59b924857c700c02c3a248bbd3f97d2e267fa91f4778bb 1 0.00/1.00 vMB 0
47,787 47,787 00000000377298b411b8503c1f8e7bae4c8c2f0cf2984b441cb32ce45c74cb3b 1 0.00/1.00 vMB 0
47,786 47,786 0000000003ce7b8db9a12d6e4923be76c7144f730ff69ab3cf9363cf322fa654 1 0.00/1.00 vMB 0
47,785 47,785 000000002f183f867df2dc15d286cae03f31bf82fa551e79ea136566a3f0dd95 1 0.00/1.00 vMB 0
47,784 47,784 000000000d744ce4bfced63d82ac4f3503a556d0789bebc74b6f22a5f70a5e0f 1 0.00/1.00 vMB 0
47,783 47,783 000000002eeb42819d6bfd114f356157cc7995decabc79569770fe40ee62a5df 1 0.00/1.00 vMB 0
47,782 47,782 00000000187a3d6364f18466788440da686a5a0ff8c43b78d67d7ab826a9b792 1 0.00/1.00 vMB 0
47,781 47,781 00000000312af3eab7ad3d7598c0e8ad8f5372a041e7ef0f2ee0ce4d993f31b1 1 0.00/1.00 vMB 0
47,780 47,780 0000000035950999e66050269155ab0e2f6e9cdd8605ba42bf41558d730722ae 1 0.00/1.00 vMB 0
47,779 47,779 000000001c61b727f33fe5c792a3abbe0db85acadcd2fa0c9026227dcc7b8e17 1 0.00/1.00 vMB 0
47,778 47,778 0000000017c8b69f696abf558ae6a941fb75414faee5d1abd3f504aeaa906652 1 0.00/1.00 vMB 0
47,777 47,777 000000001bf4ecb9acd5a1046fc07ee87c6b215eb2a405ed5432774865db9f78 1 0.00/1.00 vMB 0
47,776 47,776 00000000321c88731159a7aa8f45868e39cd3ef6b6ea8c955d18d0c3ff278039 1 0.00/1.00 vMB 0
47,775 47,775 0000000006833dcfa190aa0b056dca419604be426c6a5a612d3e1ea03aa08c39 1 0.00/1.00 vMB 0
47,774 47,774 000000002e158e15b3a10e79a2606a5206db99461be739cc869e40a938eaa85d 1 0.00/1.00 vMB 0
47,773 47,773 000000002ff743d637ebe908fc218d2d37f21fd04d0dbd1f3fbeff1e791df474 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.73 GB
    • Received: 17.45 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.