Loading Tool

Explorer IconExplorer

Memory Pool

83,335 transactions
31.50 vMB
0.13488975 BTC
Random Selection Loading Transactions
Max Size: 190.66/200 MB

Candidate Block

Mining Attempt 850e5f0f3eac1d13f26f9e9f2095e845a3920c84be17e9538bb96a2a8ba1447b
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root d9da345bae80e6ebcb66711119cafa6552fd22d7884cb6946cc4dcc1800fb0c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.04789181 BTC
Feerates: 318.30 > 4.80 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (32,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,790 882,790 000000000000000000015491a33b782545ec572994f09ef4f84839ec71c623f5 3,318 1.00/1.00 vMB 4
882,789 882,789 00000000000000000001d8906f7f15636ca8019631d66207840d767e5e5dc291 2,032 1.00/1.00 vMB 5
882,788 882,788 00000000000000000000e60cbe3515c2badb0143d1710e6699a4ba68acb9c3b1 3,249 1.00/1.00 vMB 4
882,787 882,787 00000000000000000001acfcaa2041781431172428c42c1b2d6bca8c189992ec 1,379 1.00/1.00 vMB 1
882,786 882,786 00000000000000000000c54d64779474ec9f527637fa0109ab30ec5ebb3fe829 2,776 1.00/1.00 vMB 2
882,785 882,785 00000000000000000001840e7986ea4b6ea103f5af9b524dc102be926a831dee 3,453 1.00/1.00 vMB 5
882,784 882,784 00000000000000000000c4cebaa30b5c37a360e6b208576614a3be7b1b32df49 689 0.15/1.00 vMB 2
882,783 882,783 00000000000000000000a0ab37a31b50dba1075bdbbc86fc55361d1a865cf7e8 1,341 0.25/1.00 vMB 1
882,782 882,782 0000000000000000000079d9610714d8e5b260fe805d5716ff36a84219d3dbbf 2,912 1.00/1.00 vMB 2
882,781 882,781 0000000000000000000277c246a089eacac59c5e96284531a31f7d738b78326a 27 0.01/1.00 vMB 4
882,780 882,780 000000000000000000003d25b5a790eabf5ff5a0956d1b5731a4521d0d524700 857 0.43/1.00 vMB 1
882,779 882,779 00000000000000000000c555ae500cb7010f543c291fe6d96cbda80ceeeafe1f 2,791 1.00/1.00 vMB 2
882,778 882,778 00000000000000000001723cc9ca081cfae179cd5e0b8d7089637e6c0d4d3c49 2,449 0.78/1.00 vMB 2
882,777 882,777 000000000000000000005682c3058efcdb0fbd2dac168b3fb41dade84c7a3aa5 2,275 0.89/1.00 vMB 1
882,776 882,776 00000000000000000000e0dd97183799c2f94218f7c3ba74c09129023eb6da4f 3,465 1.00/1.00 vMB 2
882,775 882,775 000000000000000000000ce17605f9b935db76379a2c232c6517e0c11c4dc656 2,764 1.00/1.00 vMB 3
882,774 882,774 000000000000000000026e6299531b4122c0a50c0ddc2d255e754efc938ffa50 3,341 1.00/1.00 vMB 3
882,773 882,773 0000000000000000000174405729b84b480c1f72d7afe7a6387fb7a89fc1b7a2 2,689 0.56/1.00 vMB 1
882,772 882,772 00000000000000000000e77ac22424f0a5fd0a0ea2fd41bbe3cc3eac58a10ca1 2,504 1.00/1.00 vMB 1
882,771 882,771 00000000000000000001004cc6071250fd3e44c5f1cbd4b7e78fc0c910f4588e 1,737 1.00/1.00 vMB 2
882,770 882,770 0000000000000000000293292a2a0321ba91366210102c0678a29cc592ccb3a6 1,463 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.08 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: 722.77 GB
    • Received: 18.40 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.