Loading Tool

Explorer IconExplorer

Memory Pool

33,868 transactions
25.32 vMB
0.06690151 BTC
Random Selection Loading Transactions
Max Size: 128.59/200 MB

Candidate Block

Mining Attempt b68f11cd092297f0c1b0aa31bc578d3d24d024a88727ec0328496702c7ccdcf2
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 6eef137a1b8453a543b403a3827a48cab425b2ec5f1682a65596fdce19addd5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,271
Size: 1.00 vMB
Total Fees: 0.02116378 BTC
Feerates: 151.12 > 2.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (324,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,815 589,815 00000000000000000004be3d137ca85752824bfeb82b54d6816cf7fce68adf2f 2,847 1.00/1.00 vMB 26
589,814 589,814 0000000000000000000e566ce279fb3f55cd4178bc20f66fabc268ca796f5533 2,315 1.00/1.00 vMB 31
589,813 589,813 00000000000000000017cdd558eda94c240369a985744e1b8e398506a46e719f 3,235 1.00/1.00 vMB 46
589,812 589,812 00000000000000000006c273fb48561858da56847068fd855e621d310ad60084 2,698 1.00/1.00 vMB 75
589,811 589,811 00000000000000000000061c4c3cc72d988c556ddee6e09819c803dc64d561fa 2,248 1.00/1.00 vMB 30
589,810 589,810 0000000000000000000372a839e7528ad0a41a2fa0f5fe309f1850c794946438 2,114 1.00/1.00 vMB 52
589,809 589,809 0000000000000000001b2db26b513baa996ce7952fbf39ff513641eb6b29c5b0 2,968 1.00/1.00 vMB 36
589,808 589,808 0000000000000000000dfe2efed6c90aea1a16ca80bb7685ccbf7dba5076b4f0 2,728 1.00/1.00 vMB 57
589,807 589,807 00000000000000000019b8f11c3adb661b3684a0bf9665b81d73fa830d229660 2,244 1.00/1.00 vMB 79
589,806 589,806 0000000000000000000363ac9d22890ca9ed8d9942ae1978ecad8bd7546eae24 2,761 1.00/1.00 vMB 19
589,805 589,805 000000000000000000133aa323738be28ae20d86794cc5c43a9762ed9298f105 2,514 1.00/1.00 vMB 44
589,804 589,804 00000000000000000016e2622a8dabc35a6d35e6f338451bda8ec5c3dcf5deda 2,966 1.00/1.00 vMB 47
589,803 589,803 00000000000000000001c0b53cbb038690f4a4f21ee8ac5d96e52bea17d71858 3,045 1.00/1.00 vMB 71
589,802 589,802 00000000000000000001cbc5c1820a10fecc419320116b1a1653390b49890dda 3,006 1.00/1.00 vMB 62
589,801 589,801 00000000000000000015ebd78a3c6ff38f42c6424f96eaa80d96ddbe7134676b 2,803 1.00/1.00 vMB 75
589,800 589,800 00000000000000000012e1e6501a19d734829cc3845796dac9094f44b3cfd897 2,970 1.00/1.00 vMB 62
589,799 589,799 00000000000000000008b47f9168d9153fa93cc258c71d3ebb35df2c4d4a4e72 2,975 1.00/1.00 vMB 49
589,798 589,798 0000000000000000000128c5711044ee13f830521b65961e13b3784d6521d97e 3,062 1.00/1.00 vMB 58
589,797 589,797 00000000000000000002655d46cfcd9a26d6865bcaac07fd56b98fa6a6c14ebb 2,582 1.00/1.00 vMB 56
589,796 589,796 0000000000000000000f88a91529bad018b0f082fc36d39e17eaa107eda6e179 1,550 1.00/1.00 vMB 23
589,795 589,795 0000000000000000000f7a1c1fd8878f9bcc799dda673b2d966f2bf6c5af9382 2,568 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.