Loading Tool

Explorer IconExplorer

Memory Pool

73,483 transactions
27.18 vMB
0.06160387 BTC
Random Selection Loading Transactions
Max Size: 166.07/200 MB

Candidate Block

Mining Attempt 9603a56fd91e8993ca31f5ee7fc03b04815c35741ba31443216e07e221eed232
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 640b582f70a9633bbf044d2753ff789ff2e34823cd184b3a669d4a1de4bc314f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.00376293 BTC
Feerates: 20.10 > 0.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (311,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,966 603,966 0000000000000000000efcea1cc1a169955e9cf6f039ddeabfdd1da1ac6d9899 3,503 1.00/1.00 vMB 19
603,965 603,965 0000000000000000000ee40dc80e8ddd28d6389ba8dd59bb147b48d8f7a87f13 1,725 1.00/1.00 vMB 14
603,964 603,964 0000000000000000000cc742f3903cf8960ffd9c51ad17d03182bf471c59f002 1,234 1.00/1.00 vMB 12
603,963 603,963 00000000000000000004f941b4a37d7500a1c90a681ed0df9eacf845f0c40e3e 1,271 1.00/1.00 vMB 11
603,962 603,962 000000000000000000072200d4179a900d6b4ab78cd0add270a727afbf3a17f7 2,151 1.00/1.00 vMB 23
603,961 603,961 0000000000000000000915ef354f0e6dc2d47c0a46b232225d8a3eacf33ed5ad 2,859 1.00/1.00 vMB 28
603,960 603,960 000000000000000000080ed5e21f02e05d0773c3d501f1c1525f7dfcba2ee980 2,628 1.00/1.00 vMB 18
603,959 603,959 000000000000000000076155ad40708c50b8558b6a0fe9cb4a718dbc7fed3a01 3,237 1.00/1.00 vMB 29
603,958 603,958 00000000000000000011ce9d6ba5d575877acb4da3f4bbfde0bd6500c24a5539 550 1.00/1.00 vMB 8
603,957 603,957 0000000000000000001375d406bab0832a7a7299bc72c5c5a0bf5ad4f55dc47f 3,238 1.00/1.00 vMB 26
603,956 603,956 00000000000000000004b5d28c14804d5baa1c8e4516dcaaef5452ed7c031802 910 1.00/1.00 vMB 6
603,955 603,955 000000000000000000040b8cc03a5948ef5cbe5f6f3e05c252fe7408ebddccf7 2,373 1.00/1.00 vMB 13
603,954 603,954 0000000000000000001500a41bba6dbb467c56df3e46c10870df77ca801f3f5a 2,566 1.00/1.00 vMB 18
603,953 603,953 00000000000000000000dd3699b2ead386675feaee6fc2917d0832d2df5b9562 2,785 1.00/1.00 vMB 22
603,952 603,952 00000000000000000008d159189ab186342e7dad38d6a95ac7a41f829ab4607c 2,486 1.00/1.00 vMB 35
603,951 603,951 0000000000000000000766dec927fad9efd4aceff58e467c43b05d2eea3178ac 3,111 1.00/1.00 vMB 33
603,950 603,950 00000000000000000003fca034bd9be6f71ee85177d1b113abc2a21b8daecb5a 3,071 1.00/1.00 vMB 16
603,949 603,949 0000000000000000000ef02b50ef383acd482b5df0962d59c9e66d483eeba7ef 2,891 1.00/1.00 vMB 23
603,948 603,948 0000000000000000000605a6e8d38d1f32e1deb677b4ed212efae317ae11a045 2,562 1.00/1.00 vMB 24
603,947 603,947 000000000000000000052ee52d56f9e382f80240460d81051634ac938b42f562 2,940 1.00/1.00 vMB 29
603,946 603,946 00000000000000000015abbc8b54e1632ced2240b22ced1fca006b2e9060aa0a 3,315 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.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: 712.05 GB
    • Received: 17.16 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.