Loading Tool

Explorer IconExplorer

Memory Pool

80,465 transactions
30.89 vMB
0.09030674 BTC
Random Selection Loading Transactions
Max Size: 186.85/200 MB

Candidate Block

Mining Attempt 72540232042d20cb0db16c1a43e22de1768d6faeeaf4c129e6b756c626b241af
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root d00dd2ceb5114c9c43a3db4ab22b7eb5fb65eeae268387c14555bc9951f64de4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.02386068 BTC
Feerates: 110.56 > 2.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (625,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
290,063 290,063 0000000000000000d826c46e586ae07d3db58ab38feeda65b860467fc8825d70 447 0.29/1.00 vMB 33
290,062 290,062 0000000000000000236884cab7605603a6ed09b6319684bd5509e644448f2621 477 0.35/1.00 vMB 32
290,061 290,061 00000000000000008b960125dd607c07f6755556fc025720d810e48a7a74b279 1,030 0.50/1.00 vMB 37
290,060 290,060 0000000000000000bcf0608fa541456505b6a27fffa788634ab5c006368f42e9 313 0.14/1.00 vMB 36
290,059 290,059 0000000000000000c65674c9a9129eb59d4e6d84e2b71fce4d4811d42191e073 1,281 0.50/1.00 vMB 39
290,058 290,058 0000000000000000b336083f30d94300f0f02ab128b16204b1eabc301d8b35d7 128 0.04/1.00 vMB 102
290,057 290,057 0000000000000000ea7b59961766fe5567302b5ed587e9e9af0de0fe2a4b09d1 512 0.16/1.00 vMB 77
290,056 290,056 0000000000000000c9ccf3d4e0664d1abbd0bd984ed114a6e2e834e8dfd0ef49 311 0.16/1.00 vMB 38
290,055 290,055 00000000000000005db271551303a170cdd1b62f9c8cebedd30c229cfab63a8e 662 0.33/1.00 vMB 38
290,054 290,054 000000000000000016a1c5f013c9d2c2986923f1ec69a8897b6ced1ea1b93390 271 0.11/1.00 vMB 30
290,053 290,053 00000000000000002d4263818569f5f9942f5d4a5bdceef6e7d5c5d50b507ecd 254 0.10/1.00 vMB 38
290,052 290,052 0000000000000000d340a7bf1e601adcfad95944b4d68a5d70d35094fb60d15c 547 0.23/1.00 vMB 41
290,051 290,051 00000000000000004ca2e363b928715f0a8ebf1ca1d9582692b342fdb63b3ef3 135 0.05/1.00 vMB 16
290,050 290,050 0000000000000000b666b9d5f97d33a608b8d4a426b66d07d096eaa950f6f038 694 0.74/1.00 vMB 27
290,049 290,049 0000000000000000ef0133acd8aa93a8bc5a7e6694a4f94a2dfb7a9690ef9b82 274 0.50/1.00 vMB 13
290,048 290,048 0000000000000000b8627fafa35f96cc1fbc0ca3d0c4e149bb842dbfd58d4825 663 0.35/1.00 vMB 32
290,047 290,047 0000000000000000b111f72c03340b927135ed72703a878e02f2b96b0dbf4d8a 670 0.35/1.00 vMB 24
290,046 290,046 0000000000000000fbe80181ebce62f22694efa32b15c83ef2fbbda77e444a46 311 0.24/1.00 vMB 31
290,045 290,045 00000000000000006cc323cd5e42fc283c7def9f54f27bc34e036a42a49d40cb 979 0.35/1.00 vMB 50
290,044 290,044 0000000000000000def5dddc12d554744c78bcc8346f0761103f0f435dd18e33 1,150 0.35/1.00 vMB 87
290,043 290,043 000000000000000060808cb77e7ad2b90703e7029eca757be6480645bfe7cfe6 61 0.08/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.71 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: 699.14 GB
    • Received: 16.59 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.