Loading Tool

Explorer IconExplorer

Memory Pool

81,549 transactions
29.99 vMB
0.15800261 BTC
Random Selection Loading Transactions
Max Size: 180.59/200 MB

Candidate Block

Mining Attempt 753e80cead88050d9b0e73169f3ccfa03cceb4c68f93f05f04e0fef51f2aa9ab
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 160dfa005203a1fece950010fe15e244483ce87b12a429a2f3817dba3691d2a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,774
Size: 1.00 vMB
Total Fees: 0.06010426 BTC
Feerates: 1,002.91 > 6.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (583,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,950 331,950 00000000000000000471f8b4c29ae48f58f25f17fb240790688837d9186e2ea3 1,205 0.50/1.00 vMB 30
331,949 331,949 00000000000000000bccb8446355e16a0e75d693409d7f6f6635bb5e7c8e7810 629 0.36/1.00 vMB 22
331,948 331,948 00000000000000000a92f85d5f96016370f4a0bcf0825e111f5ba378ad12b4b2 87 0.05/1.00 vMB 12
331,947 331,947 000000000000000000414cd4ddb7eba51e6cc0676e8ba08e8f4c223b7bf2f070 213 0.13/1.00 vMB 23
331,946 331,946 00000000000000001a55daf2e25f26c68c72f982cea7a25c9d2615ab5849bab7 1,237 0.68/1.00 vMB 22
331,945 331,945 000000000000000001c204739ea6bf2731b5dbd72f95bdb4f925c52970c229ad 919 0.50/1.00 vMB 22
331,944 331,944 00000000000000000aaee6b26547c94de02f96709b11347740ca67ad7686df08 1,249 0.35/1.00 vMB 47
331,943 331,943 000000000000000015ea6091851f93b3220255b3a8b5647a4278573ac8d84394 20 0.01/1.00 vMB 26
331,942 331,942 000000000000000000604f1073c9dd2ff7e89f66b3df3bc0a9ba48b655beeed2 77 0.03/1.00 vMB 19
331,941 331,941 0000000000000000085fd4ad654e02bb83c3f4fa348257c5760aae4ad5303595 843 0.31/1.00 vMB 30
331,940 331,940 00000000000000000945235e6415cb4d9c43ffd7de67f788ec2bba1a731f1f9f 298 0.13/1.00 vMB 26
331,939 331,939 0000000000000000007317c7b69b2b4b114ad2c9b22dfbda5d5d94054dcf58c1 937 0.62/1.00 vMB 24
331,938 331,938 000000000000000015ad54c05d9f77f9d86e38bbd8e002f85879a815bb1f0884 667 0.40/1.00 vMB 23
331,937 331,937 00000000000000001acd6ab552d92dc8bb1b3e3e2561124959a8a6129c10ffe1 176 0.10/1.00 vMB 20
331,936 331,936 00000000000000000247cd7d8a618698c9f62808f1f388a1b4cdabf265461ae9 559 0.27/1.00 vMB 26
331,935 331,935 00000000000000000caa05b60f8ab0bd5d77254582ca7d900090b5613babfc4f 103 0.05/1.00 vMB 27
331,934 331,934 000000000000000014055d2cf7b5d17cea26e7b3cc4a8df932c205f5f7d14267 22 0.01/1.00 vMB 21
331,933 331,933 000000000000000009af5a54d70abfa2ab72294f4c10dee6e1e084c9dbf1b800 201 0.13/1.00 vMB 19
331,932 331,932 0000000000000000119501f5bcfb2c15d3f049da0d5236f67a4800c609657115 103 0.05/1.00 vMB 22
331,931 331,931 000000000000000001b9061df1babb562d5022e44b16faae41121caf5488ab49 1,092 0.54/1.00 vMB 27
331,930 331,930 0000000000000000050024a2c93c53c22c52cc53510ba160e1cd2f6fd3004e4b 211 0.10/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.92 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.48 GB
    • Received: 17.55 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.