Loading Tool

Explorer IconExplorer

Memory Pool

74,724 transactions
29.46 vMB
0.08139771 BTC
Random Selection Loading Transactions
Max Size: 177.07/200 MB

Candidate Block

Mining Attempt 0ea32422fa4091bcff81a5eb8ccbcbb8ecf8f14daae1d0f42c40729e40ea8268
Version 20000000
Previous Block 0000000000000000000115b51ba7335de0a726fb6da2e48e87efe4db32d52752
Merkle Root cbe20cf6287d5fd443c5f69744bd4d0461de8d56f5cd5400f5b2eed1fc27a02b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,787
Size: 1.00 vMB
Total Fees: 0.01448769 BTC
Feerates: 61.00 > 1.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,447 (22,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,866 892,866 00000000000000000001b019157f13c930db56e778340bfc24bb47be3a9531fd 1,543 1.00/1.00 vMB 2
892,865 892,865 000000000000000000010f5670d7e793f6b070713e8b7dfb2123aaef8e714b3e 3,754 1.00/1.00 vMB 4
892,864 892,864 000000000000000000023a621da759f6471141fb77fd0a2d0ca08aeab91a99d8 3,937 1.00/1.00 vMB 7
892,863 892,863 00000000000000000000b9ad0988755880ec6648c5d84a3242249d842b488d07 3,112 1.00/1.00 vMB 5
892,862 892,862 000000000000000000012af3f4ad6fd50b9105cc6fef568b36161023019137b6 2,934 1.00/1.00 vMB 2
892,861 892,861 00000000000000000000ededd874440d054af9039242df62a4fcffb5cd4a542a 1,753 1.00/1.00 vMB 2
892,860 892,860 00000000000000000001831de527e67cce27caa1196e78443632f81bbd205255 3,425 1.00/1.00 vMB 4
892,859 892,859 000000000000000000001c096e310964a790aab0ec2669057d193cde38e8ae4c 3,218 1.00/1.00 vMB 3
892,858 892,858 000000000000000000024f531725b0021eb32bc65f01b0cbe5fe5846f0b83e2f 3,637 1.00/1.00 vMB 6
892,857 892,857 00000000000000000000a9645d8f1b2b8409a7588d7201db34dc53f9eacddab7 3,757 1.00/1.00 vMB 6
892,856 892,856 00000000000000000000fa0b6b06ff2013a0bbb81ea41ba5b758f75ba6aea039 3,193 1.00/1.00 vMB 3
892,855 892,855 00000000000000000000433268980cb365519b44bf0a627b01d31a2731db7d9e 3,709 1.00/1.00 vMB 5
892,854 892,854 000000000000000000006e4b1c51bbb5cfd25afad97c5f34f7a542bcac0fdeb8 3,874 1.00/1.00 vMB 3
892,853 892,853 00000000000000000001b5f18cb02c98c938614a5c155f25b0e1dd8302695ed0 3,675 1.00/1.00 vMB 3
892,852 892,852 000000000000000000006713033f9e53622667cd5afbc3bc6d51adb64465faeb 3,122 1.00/1.00 vMB 7
892,851 892,851 000000000000000000016badd43121792950fa1ecdca89be0fa171442523566f 3,871 1.00/1.00 vMB 6
892,850 892,850 0000000000000000000021bb7a34e1871310873375e44b5bac6c97cf83ed2793 3,175 1.00/1.00 vMB 11
892,849 892,849 000000000000000000013758069c9675e89f06eabf726e5521dc17fe415f9c1a 3,680 1.00/1.00 vMB 3
892,848 892,848 0000000000000000000091c4a7d51d8fc1cf5f22548a2f0f2ab000f0ae8d0f97 4,411 1.00/1.00 vMB 5
892,847 892,847 000000000000000000004db39f4a2c8a5e5167807458eef3f60f5ef84a410884 3,763 1.00/1.00 vMB 9
892,846 892,846 000000000000000000003473bc156fa94f2180d4f78b58cf67b0af6ab347f977 4,303 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.17 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: 749.57 GB
    • Received: 18.82 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.