Loading Tool

Explorer IconExplorer

Memory Pool

76,714 transactions
29.74 vMB
0.10142321 BTC
Random Selection Loading Transactions
Max Size: 179.66/200 MB

Candidate Block

Mining Attempt acb379dee97bc7a79c7cc9f2f7c689eeb5ee8e42988e782865c9f613b88c406b
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 06c4518cb3549c93698557727d2ef9839a4feadee7eb07a23875e1f8ec823bbd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.03440787 BTC
Feerates: 357.61 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (31,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,632 883,632 00000000000000000001f20a0bdb650c9e71c79b5510b63cb29e61899aecc588 1,379 1.00/1.00 vMB 2
883,631 883,631 000000000000000000016bb006fca5bc4d24862c283fa4d78cc7b8f624faee3f 1,549 1.00/1.00 vMB 2
883,630 883,630 000000000000000000015f836f16afb562f4af2f92d35a3a24785175280d6f26 594 1.00/1.00 vMB 1
883,629 883,629 00000000000000000000ec78d31b753b789dea7066ae57f8f2007ec0ca22ea9e 1,346 1.00/1.00 vMB 1
883,628 883,628 0000000000000000000143199566a189780a615fb066149ed2ebf2ef353f6050 2,139 1.00/1.00 vMB 4
883,627 883,627 00000000000000000001d5c9208d4d4d137d5866d56f758a4da33ceadb10fed2 561 1.00/1.00 vMB 1
883,626 883,626 000000000000000000012e560f4ee53f9a83291eade1096de7fb3bbdeea76241 815 1.00/1.00 vMB 1
883,625 883,625 0000000000000000000108edd4ce508f3e1be7e85218f2efd279b8dd550cbc97 2,440 1.00/1.00 vMB 2
883,624 883,624 00000000000000000000117cf94d0e4cb9ee82000e89d15d0a7e0d7ba5cc04e1 3,212 1.00/1.00 vMB 4
883,623 883,623 000000000000000000012fe5fec3daf5d5c01c0b1a71674edfb2ea588231c6e7 2,479 1.00/1.00 vMB 1
883,622 883,622 0000000000000000000242a8f41760998c42d216e11c9ad5f785bae53404a77a 1,447 1.00/1.00 vMB 1
883,621 883,621 0000000000000000000014be59c8bdea9b391e948f1983f19572dcf11c76dc26 2,643 1.00/1.00 vMB 3
883,620 883,620 00000000000000000000ab60497b336b059477dc5a66ee580c2ea8633ce5aea6 3,610 1.00/1.00 vMB 5
883,619 883,619 000000000000000000020ae03797b6ad680424864f557d5c686c03b9448d52c8 3,410 1.00/1.00 vMB 4
883,618 883,618 0000000000000000000036ea7b69af45f89581a12dc0306679cc71d28b03e585 1,496 1.00/1.00 vMB 4
883,617 883,617 00000000000000000001996f1a02cd90a3de011322f976caadec43dcc4df0a2f 2,327 1.00/1.00 vMB 3
883,616 883,616 000000000000000000016a4bbac9441f366943fb349306998a56ae011da9ba01 3,555 1.00/1.00 vMB 8
883,615 883,615 00000000000000000001c79a184f6c1c465a76e0a5b8306b317dd06d9b92fa8c 3,072 1.00/1.00 vMB 3
883,614 883,614 0000000000000000000181bb0f9f0d2db80bf2239335af1c54b0a121463483c1 2,884 1.00/1.00 vMB 4
883,613 883,613 00000000000000000001c2e17d325447c8d0855fef8d1b19bfc3b4019018e894 3,517 1.00/1.00 vMB 6
883,612 883,612 0000000000000000000099c456bb6a66f2656fc5b5b44d550d4c97888d25a09d 2,306 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.15 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: 744.07 GB
    • Received: 18.70 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.