Loading Tool

Explorer IconExplorer

Memory Pool

78,211 transactions
29.73 vMB
0.11268514 BTC
Random Selection Loading Transactions
Max Size: 178.60/200 MB

Candidate Block

Mining Attempt e6765978b33d93e5cf80615efbcb09f56d9feebed477596d7e0762d4512dd917
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 0b12a5d8c91bd727b1d3054195386ab70ee26633f26d00be574436be249716e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,823
Size: 1.00 vMB
Total Fees: 0.03239399 BTC
Feerates: 602.16 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (608,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
306,803 306,803 000000000000000006ddd533abce4c735c461d57f0cf1e2e98d0faf7c167d6d1 79 0.12/1.00 vMB 12
306,802 306,802 00000000000000001e7783584bc9b8c262c0c7e1020043da682235d2d39b274f 1,166 0.50/1.00 vMB 38
306,801 306,801 000000000000000001fe92bbb4a1f31ec467cf1437fe4b4a547ce1d356db5be1 128 0.04/1.00 vMB 59
306,800 306,800 0000000000000000184755de8a87e6df5380d80b9c6f039ca29c858229f8e612 84 0.03/1.00 vMB 47
306,799 306,799 000000000000000027ed911608adf682d73d4799c6385ebbce2b58226aaa6a32 469 0.29/1.00 vMB 26
306,798 306,798 00000000000000001b78b6b6b620d1e988df1975ceee1377d94ce0aab08ec995 109 0.06/1.00 vMB 32
306,797 306,797 00000000000000003306ef8ef0be7994eaad7cd5de51256aa33dca6040a92833 398 0.20/1.00 vMB 74
306,796 306,796 00000000000000000a6f6ef6519e200ef097fe8f51243299cca07538550160ef 283 0.15/1.00 vMB 32
306,795 306,795 000000000000000038f0e772f7f9f5c0245574404abba849797a790dcea5b63e 481 0.31/1.00 vMB 25
306,794 306,794 00000000000000002fb2e1d1711d40e1a1e473a22d76bc12bef6fe879d3a034d 128 0.04/1.00 vMB 58
306,793 306,793 00000000000000004dd6ffe26637af8e65863a3a88fa7f4f5c1e5647d162d79f 434 0.44/1.00 vMB 20
306,792 306,792 000000000000000019fb61024cee65e3c6378d73b3a10a8cfe3c06ab5dadd847 425 0.26/1.00 vMB 30
306,791 306,791 00000000000000000cfbf3b3c8e7e95b16212ca2943bf0b8adc2f6b3f7d0d3fc 415 0.27/1.00 vMB 27
306,790 306,790 000000000000000042455bb55ff84ab0ba4afac5f62dabd1ffe0284df34a2eec 143 0.15/1.00 vMB 16
306,789 306,789 00000000000000001a0280cbc91f8c7f907941f5abe9fbf26e001bb12af1a5a3 374 0.26/1.00 vMB 30
306,788 306,788 000000000000000027245f39d7515bd7d54264dbf133c245e30807ace35aadeb 464 0.26/1.00 vMB 31
306,787 306,787 0000000000000000046e61b042e9eae6eb0dde3417c4299f8bc22b2bdbf7c1c4 121 0.09/1.00 vMB 31
306,786 306,786 00000000000000001d1a82c70d2c3d2d60a494b6646c98e1d1824afc61f3f683 91 0.05/1.00 vMB 26
306,785 306,785 000000000000000026726be52f80913be6c043e6f5be15ee7095ffa252d76ad3 136 0.08/1.00 vMB 21
306,784 306,784 00000000000000000606ca7fbb5e05b07f4d9566230f3e39b4d0c6a55946cd55 601 0.35/1.00 vMB 34
306,783 306,783 00000000000000004bbe49865e71548f28b9d7f334daf2ac6488e8683fbb14ba 17 0.02/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.