Loading Tool

Explorer IconExplorer

Memory Pool

80,270 transactions
29.64 vMB
0.08958232 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt de4d18fc99de4b55f4b1e98a460c24a6cd0141b8abcfdcbeeae17173c4583859
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 5be75789338a19ad32cfb7b537452aff08dde52ff715622df98df28aeeca0dbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,917
Size: 1.00 vMB
Total Fees: 0.02399037 BTC
Feerates: 90.00 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (371,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,053 544,053 00000000000000000007e05244fba3f77ab77f360bf5c8c3d9a2341fd19db267 1,292 1.00/1.00 vMB 22
544,052 544,052 00000000000000000017ae9ff28ba5b979c435f9db29c933fa1d0a32b688f420 258 1.00/1.00 vMB 12
544,051 544,051 00000000000000000019f668bdb280685faf83d254d6eff6acbd34f44f2d53fa 1,309 1.00/1.00 vMB 21
544,050 544,050 000000000000000000232cc84c5a0db4ff4f51d9ef8218ba3e23a0c476bd7422 2,712 1.00/1.00 vMB 31
544,049 544,049 0000000000000000000337657e03df584ea7ad2043530454f58002d1e72088a3 1,071 1.00/1.00 vMB 18
544,048 544,048 0000000000000000001b087f394800ebe9e91ac5448ee95c3eccec4a2c381a8e 615 1.00/1.00 vMB 15
544,047 544,047 0000000000000000001ce6ca31d8218bd405cddb80b44fe0a6bb5e9309852240 1,138 1.00/1.00 vMB 21
544,046 544,046 00000000000000000017256ab26c88931d7ae42c7be5aafbb362d11149c96c50 159 1.00/1.00 vMB 13
544,045 544,045 00000000000000000002556b9e057bd4fac81013ee22d4a84d38c67e6b3ee605 1,389 1.00/1.00 vMB 26
544,044 544,044 00000000000000000013a6319cb59f3fa6871778aa51d346c4bd91a0bcc8ff44 2,151 1.00/1.00 vMB 8
544,043 544,043 0000000000000000001393cb0ae47ba24b6c1f5c21f97dc890cbeefa2924fb5d 2,260 1.00/1.00 vMB 22
544,042 544,042 00000000000000000005c3bdf4e1bf8b4333e7bf472c8d89c97a5bcda75187ff 2,575 1.00/1.00 vMB 23
544,041 544,041 000000000000000000221af5eb5a6993f0b252cc78ac52b011d9cfc8d1e533ae 798 0.34/1.00 vMB 33
544,040 544,040 000000000000000000156cf05513d2b18525a7630565ecc308b4b20e84bb3312 339 0.33/1.00 vMB 4
544,039 544,039 00000000000000000016624c7120107e9c141e4d7b37e95300570f74e311f900 2,137 1.00/1.00 vMB 18
544,038 544,038 0000000000000000001bd3c8f5567e07bed2ba1156f483d9ef67108cab0012c5 873 0.55/1.00 vMB 10
544,037 544,037 0000000000000000001ec2a96f7075b540e52c9d63bf223bb17a5f2dc48d976d 1,832 0.85/1.00 vMB 6
544,036 544,036 00000000000000000014cda142d12fbf83e4d6e03eeaa30a9e77f838c2b11d40 2,592 1.00/1.00 vMB 20
544,035 544,035 00000000000000000010ea801b6b8601b8a0ee78e822a0023aa8f39942337a3b 1,947 0.83/1.00 vMB 11
544,034 544,034 00000000000000000016a1edfa192792233745835cd72c9aab0501b64baea72d 2,431 1.00/1.00 vMB 21
544,033 544,033 00000000000000000009dbb1b6fa404c2c3f55731b48d0ad20dfd8831caaa512 920 0.56/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.