Loading Tool

Explorer IconExplorer

Memory Pool

35,188 transactions
25.91 vMB
0.06814299 BTC
Random Selection Loading Transactions
Max Size: 131.68/200 MB

Candidate Block

Mining Attempt 72ff922fff4ce116eebaa005b798f976293d6a43b4ae73c8701d6030b9b80c22
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 975eee30d34f0e125eff76ac5422a9c33730442521d7e20a61322cb1798e43c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,681
Size: 1.00 vMB
Total Fees: 0.02059630 BTC
Feerates: 250.88 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (270,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,153 644,153 00000000000000000009302acf5368848ed63395f2d46a19438a49ed155d8ce4 2,369 1.00/1.00 vMB 91
644,152 644,152 0000000000000000000017fa7fa34b0b0b5eae0cb6472b18db17411f1370b006 2,627 1.00/1.00 vMB 97
644,151 644,151 000000000000000000011ede6d0a60c7bab5715e7710b207e771f9b5eefb8900 2,441 1.00/1.00 vMB 84
644,150 644,150 00000000000000000009a2e775f38438e41fb0be7ed741fcc4acf5f5e48dc948 2,014 1.00/1.00 vMB 108
644,149 644,149 00000000000000000008a78be3c4d740a05bcb05e749976b222f955c221e276d 2,225 1.00/1.00 vMB 126
644,148 644,148 000000000000000000071baa89c3d15f94dddb2799ea012c0fa91d248d348f1d 2,516 1.00/1.00 vMB 77
644,147 644,147 0000000000000000000fb617d1b679d2130d56e6ac39284f6574aa689f49b166 2,886 1.00/1.00 vMB 88
644,146 644,146 00000000000000000009be2f469d2d9b189b7f853afcc18159500cade7b482b8 687 0.22/1.00 vMB 41
644,145 644,145 0000000000000000000fe070df6f6586581435aadf3a77e5dbb73e2a7b1d80f9 1,245 0.46/1.00 vMB 34
644,144 644,144 00000000000000000003e705a1d5f16d9e0b2a26eb28bc2c43624d2ce8ce13c1 2,240 0.86/1.00 vMB 39
644,143 644,143 000000000000000000027c77d8371d855aacaedae1fd8e50b73968bfe700061c 361 0.16/1.00 vMB 35
644,142 644,142 0000000000000000000d41ff8d7385da178f59904e0c957d262394833495a4db 425 0.16/1.00 vMB 50
644,141 644,141 0000000000000000000c946faa48f889c53eda7878fb629f0ab2a89dc0392353 828 0.86/1.00 vMB 7
644,140 644,140 000000000000000000020f26da911cf220aeff84911c43ca73fe17de085e8130 1,917 1.00/1.00 vMB 27
644,139 644,139 000000000000000000054eaa868d5261304c4a836afe3423694ef99d0722500e 1,285 1.00/1.00 vMB 19
644,138 644,138 00000000000000000010933bbc641b1c2a6485597cab3e9052336c29ecc22333 526 1.00/1.00 vMB 5
644,137 644,137 0000000000000000000057cba2b5fb53f47ddc4edd29b7fd648042367e7cee36 1,323 1.00/1.00 vMB 14
644,136 644,136 00000000000000000004c171c48c3a472262454bf295fb479f7a19f436914b4b 1,037 1.00/1.00 vMB 73
644,135 644,135 000000000000000000065096a3c229a87f04850e5b71bccb349a34933d79ddc5 2,822 1.00/1.00 vMB 19
644,134 644,134 0000000000000000000b1ee18c35d4022413a7f1f9e2aaf6978aef9757d9adc2 2,954 1.00/1.00 vMB 58
644,133 644,133 0000000000000000000780f3106fa5e6066a5078916123f6948f1b3d3cf348e8 2,557 1.00/1.00 vMB 62
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.80 GB
    • Received: 12.44 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.