Loading Tool

Explorer IconExplorer

Memory Pool

28,349 transactions
11.44 vMB
0.03581489 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.78/200 MB

Candidate Block

Mining Attempt 020d6323216ce2aab18eeb30b6de2195e81557b652135c29ae9ae3094aa7680d
Version 20000000
Previous Block 00000000000000000000f0adf2cae22ac11d063fd193b4ee96875016aee083a2
Merkle Root 8f42d34d4c00f3424ac69abeff64b7877a66eadf62fcd64d7266317177824765
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 0.997934 1.00/1.00 vMB
Total Fees: 0.01660198 BTC
Feerates: 108.48 > 1.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,611 (690,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,829 222,829 0000000000000350ea02944409d3be69dbab7c9452c90922ed9476869f869780 551 0.25/1.00 vMB 90
222,828 222,828 000000000000010a38c983753111f7978569c5c754b567e7582420e1fdd2d5d0 128 0.05/1.00 vMB 118
222,827 222,827 0000000000000394aeeccede47b33e7d8723b8517eae56e46217cc6bd5243e2d 493 0.24/1.00 vMB 173
222,826 222,826 0000000000000247679afe91c9c33484c0778f47d3c6019d8c680846272626d5 356 0.15/1.00 vMB 183
222,825 222,825 0000000000000427976d7687a2d40a01c570878d5bc26a736cb578802314da31 446 0.19/1.00 vMB 165
222,824 222,824 0000000000000119eab834a32ea67278f5b66a39b151e16cfaab2004b56543b6 122 0.07/1.00 vMB 93
222,823 222,823 0000000000000419f8451ff09c6c3e5d1746f7be6806dab08ca6ff65f028bb52 442 0.21/1.00 vMB 178
222,822 222,822 000000000000010b3828d85ae7a892dd3852b163ee2a5c6abc07e727a54b0457 192 0.10/1.00 vMB 124
222,821 222,821 000000000000020526d59014fce2afb1e7cd165d6c0c0b6984c028bcaf79a85f 570 0.31/1.00 vMB 153
222,820 222,820 0000000000000065a4d47b5a28214eeb2ee5e0225bd996c6dc5f05f5b946cdf2 775 0.25/1.00 vMB 280
222,819 222,819 00000000000003ba197a4eceaba6c74471a94ad9ba7355ad01ad06965a6041a6 23 0.01/1.00 vMB 176
222,818 222,818 0000000000000261ef82ba8a748b26995d1dc6bf37ff6b9d5b6fc01723896673 473 0.20/1.00 vMB 189
222,817 222,817 0000000000000365eaa476dfc31cf86d4ae85e81c8aa958ebbabfa58318f178a 204 0.12/1.00 vMB 142
222,816 222,816 00000000000001185902e917f56f3c416ea2fee7bfa9f224631aeaaab2973513 51 0.05/1.00 vMB 52
222,815 222,815 0000000000000247525bc325dfc0d63a186ad447a9438e2766d17bf3da6e56ae 365 0.16/1.00 vMB 179
222,814 222,814 00000000000000d152bf5ae1bf296676633590d7ace7981f0ee25eb7664f26d6 465 0.23/1.00 vMB 169
222,813 222,813 0000000000000226963226511f202d0351ab484b762b4b64e1556fb2f1a518d4 516 0.23/1.00 vMB 187
222,812 222,812 0000000000000209d3e38092cd1d71beee9e977ddfd02e7dc56d4d5110ba9d61 32 0.01/1.00 vMB 333
222,811 222,811 000000000000029ba5dd53a4f208772edece9f4820235675cb5cf75c8b4d71fc 466 0.20/1.00 vMB 209
222,810 222,810 000000000000018c0ecb672fd51f049dd6260b32401ab748d7932c1b6ff8da31 342 0.15/1.00 vMB 186
222,809 222,809 00000000000001db16815cfd8c7f1ca570d98a4016a9f8996cf0667c1f2d2660 95 0.07/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 779.93 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: 463.97 GB
    • Received: 2.74 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.