Loading Tool

Explorer IconExplorer

Memory Pool

73,038 transactions
27.34 vMB
0.08628467 BTC
Random Selection Loading Transactions
Max Size: 164.64/200 MB

Candidate Block

Mining Attempt 78674babae3222efe8458d08568b2ad6673568c481136acbd69dc32ff2937de2
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root f68f74e629f2fc9b42bbdab5c7d91400cb68e28274ae805166491aae2c8c4935
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.02707430 BTC
Feerates: 74.18 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (698,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,059 217,059 000000000000044a1a7c399896dd759fc42e30a75e4a83843f9d424b12374137 527 0.28/1.00 vMB 158
217,058 217,058 00000000000002b2d7fae34eb7bffa68d78f4c1d48c7182be7d3a02db77215f4 650 0.20/1.00 vMB 251
217,057 217,057 00000000000000fe5b101870c1cf0ecd9cad06a6ca0076f9c98e08e776c6ee3b 842 0.50/1.00 vMB 82
217,056 217,056 000000000000030112547b727803b199f349a5a5ebe90803e7ca0523ff33284a 512 0.22/1.00 vMB 165
217,055 217,055 00000000000004ad72c708459054cf13cd937b7d5a2ac903d58bdc8d547c36c6 753 0.25/1.00 vMB 282
217,054 217,054 0000000000000001f0d38f39fd42e9b0438bb542b739fce6d33732f166ddf0d4 545 0.24/1.00 vMB 173
217,053 217,053 00000000000002ac27e4ea1a5bb84f76fb5e9b7803087c23268d8c6c74bcf0cc 364 0.22/1.00 vMB 103
217,052 217,052 00000000000002c8955216d51acb0d5966e83fda4ea050bf91c692e0800bef3f 697 0.25/1.00 vMB 217
217,051 217,051 000000000000018fd13a47f3f5624e8e706388ab06070b38d7f569f8b68cd82d 648 0.26/1.00 vMB 197
217,050 217,050 0000000000000048e7d0f7b51305753f0f9642fc4f5d4a11b3d21f885681a9f9 612 0.26/1.00 vMB 204
217,049 217,049 00000000000004ee1cd31511711f46013616396fb3ad84b2d5a7aaae29ad140b 665 0.26/1.00 vMB 204
217,048 217,048 000000000000037cf6bb7abf51b4b109eaf0fa9f1a423f4f34c54d4a1941339c 136 0.05/1.00 vMB 248
217,047 217,047 0000000000000503f986576cfa72d3c51680db6de7348fe3702ee11a104273fc 150 0.05/1.00 vMB 81
217,046 217,046 000000000000034964f0f33b81d6a8d74fc48e922df013d456a5aa4d130b4016 680 0.25/1.00 vMB 216
217,045 217,045 000000000000001067c88eaccc54f3ed8e4608a30b564bcbcffa003b8be93d00 61 0.03/1.00 vMB 29
217,044 217,044 00000000000000bac4420b33ce44c3353b7091bd3335ea7d0c1e3c8744aa4413 523 0.25/1.00 vMB 151
217,043 217,043 000000000000040a2d076531501f8db472b4d37df62be0e97b9fea9edfebe6d8 630 0.25/1.00 vMB 224
217,042 217,042 000000000000032153bac775509a0a9302f15dae987d7cb494775ac607d7f09a 557 0.25/1.00 vMB 206
217,041 217,041 0000000000000053d71cb7957fe98ccb8801c5390baf4eb35a842298ae5d360a 384 0.20/1.00 vMB 187
217,040 217,040 00000000000000fc272d7e659a1392d0fe225059b661c93a8dade7ba41ca3609 595 0.25/1.00 vMB 186
217,039 217,039 0000000000000063f30febc84cef5fde1c351aba70bde8f2e5a54df893a08feb 708 0.42/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 783.19 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: 752.86 GB
    • Received: 18.89 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.