Loading Tool

Explorer IconExplorer

Memory Pool

43,760 transactions
27.00 vMB
0.09229146 BTC
Random Selection Loading Transactions
Max Size: 141.37/200 MB

Candidate Block

Mining Attempt 895c98e73f61ef8d7c147b231ddbb82e96f5c351cf4d5353f80d2f0357f85376
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root c3c2471ad1ed1e95dfc6dd4bed2a027c75a5defbdfadb32fa2f6f5e947148742
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.04062348 BTC
Feerates: 151.16 > 4.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (571,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
343,799 343,799 00000000000000000c8f51ed8debe7a0c1fab10d527297d589186fe42d9dad2e 332 0.18/1.00 vMB 22
343,798 343,798 0000000000000000174ff85bc167fe3f513d2c3a708a05c3eda8e5ef40d88721 823 0.59/1.00 vMB 20
343,797 343,797 0000000000000000154cb54a6687b3389f4413825ea906d8bd1125963d841ca1 1,369 0.81/1.00 vMB 24
343,796 343,796 000000000000000005f136d567c861e257fc222ed07a817214f853513025ee1c 780 0.84/1.00 vMB 17
343,795 343,795 000000000000000016c4ddbf03e54e40ad5e6a4a56a32cbe479820b07d2eb99a 1,219 0.75/1.00 vMB 25
343,794 343,794 000000000000000010d6d65f76968c864428c7e5db7c4a6654a264c4b1a92a79 873 0.63/1.00 vMB 20
343,793 343,793 00000000000000001607a850a3e6c55cd4f1c196f8f67a9a7cd027bb7173be4f 361 0.18/1.00 vMB 36
343,792 343,792 00000000000000000ffceb1c9b8a3abc896d0108084fecab0df419cb48df4d88 335 0.19/1.00 vMB 23
343,791 343,791 00000000000000000f4887e7f9d1860ea471c22d0030b7537e1f350bfc6f9ed6 402 0.40/1.00 vMB 16
343,790 343,790 00000000000000000782010555dbc7e4173f545c8b774ece4853aaa9729e511c 512 0.30/1.00 vMB 23
343,789 343,789 0000000000000000044ee2c2056fd3358092ea43258fc7cf5c85f24a9ead9c4a 512 0.18/1.00 vMB 37
343,788 343,788 000000000000000004155aaad5d3f015cfab7e02f4066e58305f84dd41f861e6 482 0.29/1.00 vMB 21
343,787 343,787 0000000000000000173f191ef2eefe913db6e7cb662b65cc8a2e1ca8358eb96b 1,250 0.86/1.00 vMB 24
343,786 343,786 00000000000000001490b75f440e8254f93c78b3aeb0884124aa7dac42a03cbe 702 0.34/1.00 vMB 25
343,785 343,785 0000000000000000127eaefbbafd41d683436ec0871213dff2c6aa3a67b60bc4 1,166 0.67/1.00 vMB 24
343,784 343,784 00000000000000000366cdd531fc2822775b0e5203a890f82c4ea40a5fe72809 39 0.02/1.00 vMB 28
343,783 343,783 0000000000000000113e9f411d1e163bb3dad20caff581235233ab2e5e5f9a3e 804 0.53/1.00 vMB 21
343,782 343,782 00000000000000001314eaa0d5d3a0c07f150f88bea1926deeb6b70174c4ad2a 231 0.23/1.00 vMB 16
343,781 343,781 0000000000000000117eddb75d4a5d70e5b0b20caf52d2a604c622aa1dd79cf8 487 0.32/1.00 vMB 20
343,780 343,780 00000000000000000a1b4df8fa7ae723d1ad26d8f5da0441e9b18eef5907de95 223 0.12/1.00 vMB 27
343,779 343,779 00000000000000000f352c200ba2b59ae06223a0d39b5d7bd8f850d205d58080 1,108 0.59/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.