Loading Tool

Explorer IconExplorer

Memory Pool

50,227 transactions
30.21 vMB
0.12360569 BTC
Random Selection Loading Transactions
Max Size: 161.69/200 MB

Candidate Block

Mining Attempt 6ccaa774fbcf0713cff0f83c37d54744906470e42cb2b6ad0cd5f154c08c608a
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 8451a20c59fcf23f7598d8fbbf5c6d41332c55ffa1e09d47505064f199ef9b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,048
Size: 1.00 vMB
Total Fees: 0.05232379 BTC
Feerates: 150.75 > 5.24 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (572,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
342,805 342,805 0000000000000000150c7478db9f1d2d7ac35f18063f0cee6bb37aee321f0960 586 0.29/1.00 vMB 31
342,804 342,804 00000000000000000b9cd78d32735f3ca623ad1595a45e01f303c2a8a3a9c8f4 138 0.10/1.00 vMB 7
342,803 342,803 0000000000000000175840bbc06c00d8195397832899b1db44764af07447cb39 86 0.10/1.00 vMB 5
342,802 342,802 000000000000000017f31e36c2758ee4afd882c49a8605fe0534f024242d6a52 1,614 0.83/1.00 vMB 27
342,801 342,801 000000000000000010ff5502b6d6c4e0e8be0191823ecc1e7ace8e282f9a8e52 804 0.43/1.00 vMB 30
342,800 342,800 00000000000000000530a695d6a35838c37a931a1e515aedd1acd0f4429bd11a 128 0.04/1.00 vMB 38
342,799 342,799 0000000000000000047e971945a68360b1ced6467e1ea8faff8097b5caa2383c 483 0.26/1.00 vMB 37
342,798 342,798 000000000000000000a9b949a780c2c279f1e430c424db7c84621e58e8ae6e4d 938 0.50/1.00 vMB 26
342,797 342,797 00000000000000000e316c1bfa65180d9215ce09f315d7aca2a8fe29eb91e156 669 0.33/1.00 vMB 25
342,796 342,796 00000000000000000a7f0d3e3e09550f3f600fe802005e335c70c31d4e130e5f 105 0.06/1.00 vMB 19
342,795 342,795 00000000000000001364e23d9757ac8bca740b7c31a409434806addbb741b184 633 0.54/1.00 vMB 19
342,794 342,794 000000000000000004e516a19c1606b777858cc7d03405f6e6b5607b239b385d 188 0.19/1.00 vMB 16
342,793 342,793 00000000000000001350cd63c5c71ea3f1959c1940af1086df1adedc6e72e375 649 0.40/1.00 vMB 23
342,792 342,792 00000000000000000dc4e4195beb8357ac292e2e6db1eb56f0d5e85f7bd60b65 958 0.67/1.00 vMB 20
342,791 342,791 0000000000000000100face45d867e889d5b35fd773be056124df6ac709603a1 179 0.09/1.00 vMB 28
342,790 342,790 00000000000000000a777a0424b53981b4692a23c5647e0dcd1fd68de32b4673 253 0.12/1.00 vMB 17
342,789 342,789 000000000000000016e42035600b8e8afcbf4daa23a8e6bc22d3a8c29d219382 519 0.61/1.00 vMB 15
342,788 342,788 000000000000000004b1016e53a6359931573ecaac1bf61cc6b36c18c3db804a 1,710 0.75/1.00 vMB 32
342,787 342,787 000000000000000008fa2d19cd6919bf79e7c10cba629e89bc60f8afb8eab12a 482 0.27/1.00 vMB 27
342,786 342,786 000000000000000012b974be4fbb64f8bcb09a4b9db5722cfeea1848392933e4 10 0.00/1.00 vMB 2
342,785 342,785 0000000000000000153136029b658c25345a4a679772d879e90915fa2a55b540 1,816 0.91/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.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.