Loading Tool

Explorer IconExplorer

Memory Pool

77,052 transactions
28.32 vMB
0.07888398 BTC
Random Selection Loading Transactions
Max Size: 172.70/200 MB

Candidate Block

Mining Attempt 771447ebeea758866759cc4b8e9fb162eddb2f4f6259525cab01d236973d75c0
Version 20000000
Previous Block 0000000000000000000176c24bf8eb983450be5b9066556ca76917f73613153e
Merkle Root 65e8a3c8f841afa2b568bf5c42a21beb40cd3b96eabc755ad0bece40d5f2f3ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,787
Size: 1.00 vMB
Total Fees: 0.01633917 BTC
Feerates: 84.47 > 1.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,309 (312,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,013 603,013 000000000000000000104e40dbe078b7e91857849bb55fefb901def45961ecfe 2,709 1.00/1.00 vMB 35
603,012 603,012 000000000000000000143d2c973dd24e2ae25ec4dd6af9c04518b285b667a2d7 3,164 1.00/1.00 vMB 44
603,011 603,011 000000000000000000069d6d027dda207af5d996f61a764d138c182f05b32f9b 2,413 0.99/1.00 vMB 13
603,010 603,010 000000000000000000001a822b285b8d79244d16a03bd4a6e1ba69acbc21e4a7 2,940 1.00/1.00 vMB 20
603,009 603,009 0000000000000000000bb0c2bc57e588c85a62495a423f0bbe313e84000d4dc0 2,624 1.00/1.00 vMB 31
603,008 603,008 000000000000000000133ab0226ab43e4a2f1b2a4d5f2d09ded6df1fb19961d3 2,867 1.00/1.00 vMB 40
603,007 603,007 0000000000000000000f133ff7c7825074f1fab4dbf56721f9a8cb214c0a8ff4 2,625 1.00/1.00 vMB 42
603,006 603,006 0000000000000000000bd7f6e741a86c17a971b461afd2818fe111c777963807 2,423 0.74/1.00 vMB 20
603,005 603,005 0000000000000000000704290e411307185cd8bb31bc83ae7c631886a26403da 3,273 1.00/1.00 vMB 24
603,004 603,004 000000000000000000013cffe0e6487244bef252f6a6608966aa85ff8ce8df22 2,926 1.00/1.00 vMB 33
603,003 603,003 00000000000000000005b87f22b324855bfcea3e84946d82a0ad26d79f6c3863 1,011 0.36/1.00 vMB 26
603,002 603,002 00000000000000000007da293ead191e6273e5fa207c1aff6e2e65efefaa2064 1,982 0.89/1.00 vMB 12
603,001 603,001 00000000000000000009f832b8adf60e89ae5e8666a8feb07955ee1246181b05 2,559 1.00/1.00 vMB 21
603,000 603,000 000000000000000000103d92c4c009db0285bcb0d60dcfb78f198e631ac5a56e 2,900 1.00/1.00 vMB 40
602,999 602,999 00000000000000000004c404d0010551199a1f72c5ac1878f138d85264ddf3bb 2,932 0.98/1.00 vMB 24
602,998 602,998 0000000000000000000d355f34c49a5cf3a835372beddd1f8edacb9852e11e39 416 0.14/1.00 vMB 24
602,997 602,997 000000000000000000029087dd7f0399220ba515216f6aa1a2e72a0f725e04c3 2,131 0.75/1.00 vMB 23
602,996 602,996 00000000000000000001dbd49e5da9fb57b6930dfb58a8ee92fda26accee4f5b 1,228 0.50/1.00 vMB 8
602,995 602,995 000000000000000000095f297a8c6dc4ec4da011577ff6df7c56610f5a81aca1 2,883 1.00/1.00 vMB 24
602,994 602,994 000000000000000000036835364fd0a0ee43655c32b03ac873de7a055dd44777 2,040 1.00/1.00 vMB 6
602,993 602,993 0000000000000000000cb0e3d5293265f69b7096287500f95470a9ee47757aa1 2,571 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.93 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: 714.56 GB
    • Received: 17.57 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.