Loading Tool

Explorer IconExplorer

Memory Pool

74,415 transactions
28.69 vMB
0.07578164 BTC
Random Selection Loading Transactions
Max Size: 169.93/200 MB

Candidate Block

Mining Attempt aac2ced882902282ed01f0147094da7264d9259d9c0497e1e1151e41ac6e9d93
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 40f70ba9789ae50c644164b24ef598ac4a076b295a9a96ab1092dea93f84f7fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.01774422 BTC
Feerates: 250.89 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (337,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,645 577,645 00000000000000000000d6558682e21979b60690b5fa9fb5c656589ee5468da6 2,088 0.99/1.00 vMB 45
577,644 577,644 0000000000000000000a15b66076994e7d95264542c55ac50635edc8c00f8139 1,444 1.00/1.00 vMB 51
577,643 577,643 00000000000000000018208b7bffff1058b41f6a5da8ffb71675493a13b0bc5c 2,529 1.00/1.00 vMB 47
577,642 577,642 0000000000000000002519ae6d7be9cfa5afe28ead067da09cbd1d2c61f43052 2,143 1.00/1.00 vMB 137
577,641 577,641 0000000000000000000dec9e60bc0cc8f6a6e5a71ed4092a5848498925f962f0 1,936 1.00/1.00 vMB 76
577,640 577,640 0000000000000000001e94238f9361bb13b0b9dc7ddbf6c903fe59211426667a 1,435 1.00/1.00 vMB 35
577,639 577,639 0000000000000000000cbbceb342e07071f9621607e044ec909aa86fcdf88e8a 2,604 1.00/1.00 vMB 87
577,638 577,638 00000000000000000007ed47ad034e35872f6873aeec918f973a51a250c34901 1,233 1.00/1.00 vMB 4
577,637 577,637 0000000000000000001c830b19167624294cc41716e1cd8d9db99129bd524aaf 2,098 1.00/1.00 vMB 28
577,636 577,636 00000000000000000024e5a444a7e96b7f2bdf242b9d89437951b704394f0b23 2,620 1.00/1.00 vMB 6
577,635 577,635 00000000000000000006dd855578e7039cabdd4ba427263141c9eb1491e2b1f9 2,288 1.00/1.00 vMB 61
577,634 577,634 000000000000000000224740bfa91d51f6d069dd50ba7fac4cb544be1eb66d74 2,200 1.00/1.00 vMB 65
577,633 577,633 0000000000000000001e86c1d5eae7dd12859bfe157f47a9fcb12405f3fcc7af 2,802 1.00/1.00 vMB 75
577,632 577,632 000000000000000000129c2f03d501664185d1fd2d7c87a3315f9d9b146a85ce 2,184 1.00/1.00 vMB 78
577,631 577,631 000000000000000000125ef28d260ea448118d5b125a466e8f915b478a05f9d0 2,142 1.00/1.00 vMB 55
577,630 577,630 00000000000000000013a575c9ca0c8fa440089bd42c12996928b3db3e3b66f5 2,026 1.00/1.00 vMB 39
577,629 577,629 0000000000000000001adb23b980fa7426636f5ba4dc676c6b40d07b1c64ddef 3,636 1.00/1.00 vMB 56
577,628 577,628 0000000000000000000df6fb0a461b474020369b7d51bdf80f07837bb260bbb7 2,397 1.00/1.00 vMB 24
577,627 577,627 0000000000000000001492cd4b27038aea2e0391ddb8f01a1303b8654b8149a8 1,352 1.00/1.00 vMB 29
577,626 577,626 00000000000000000004764ae389d020e942e119f218ab5009b3e579123089f3 2,984 1.00/1.00 vMB 141
577,625 577,625 000000000000000000191776cfd9ae2e09c3e8c88451257cfcb7fb097fd01cac 2,305 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.