Loading Tool

Explorer IconExplorer

Memory Pool

82,441 transactions
30.30 vMB
0.14267942 BTC
Random Selection Loading Transactions
Max Size: 183.50/200 MB

Candidate Block

Mining Attempt 6edec1aeeefecde89d0c65084de933e748add081c59723c0b0c0cc8830c74d85
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root d178dce8bf58423b7a2f63600262b68bba9113ea70e113cd016b23ea10dfe1b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,871
Size: 1.00 vMB
Total Fees: 0.06471097 BTC
Feerates: 137.89 > 6.48 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (131,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,966 783,966 00000000000000000004add9ec7b727cf17493d7908fe4211acb3d23949d5cf9 1,728 1.00/1.00 vMB 14
783,965 783,965 00000000000000000003320f8c721535881379624478c550b5fe569c257bd5fd 3,034 1.00/1.00 vMB 28
783,964 783,964 00000000000000000005dc2489382407ac8ced424a640a5fdbc9639d5d25890c 2,885 1.00/1.00 vMB 25
783,963 783,963 00000000000000000004b8efea5995cf7ab8bf96244656f1fd79d444f0d8b611 2,659 1.00/1.00 vMB 33
783,962 783,962 00000000000000000005059da664565e4265f0d5c39e2a2f77eda18a2f617445 3,319 1.00/1.00 vMB 21
783,961 783,961 000000000000000000033f2ab51a55dec73771d91bdc87254ed099c63333cb9d 3,471 1.00/1.00 vMB 36
783,960 783,960 00000000000000000001fb2080420771e71c4d101d79e75eae175653e5120d41 1,524 1.00/1.00 vMB 26
783,959 783,959 00000000000000000005a75a9e123a9e7969f49eaa0f5454e41942cf500cb44f 2,500 1.00/1.00 vMB 41
783,958 783,958 000000000000000000005b1c760c51f6c2e85cc980c9c3d98ffb512b2fca66f3 3,442 1.00/1.00 vMB 13
783,957 783,957 000000000000000000007856103d51838ccdfb6e3ad0ae8486d9d9489a7de111 2,623 1.00/1.00 vMB 20
783,956 783,956 0000000000000000000450ae6b4f58da0ca325cf427fca2b3f0df1bb801a2c41 2,482 1.00/1.00 vMB 28
783,955 783,955 000000000000000000045acdc4b0ea3868770ad221a858a3b761eb011dd330a1 2,898 1.00/1.00 vMB 32
783,954 783,954 0000000000000000000391dec87d7d455a166e674592c5823ee61e0a7c0076c5 2,561 1.00/1.00 vMB 18
783,953 783,953 00000000000000000002437efe9d042449e3781387bef81ae7dd3ec214f42c82 2,785 1.00/1.00 vMB 25
783,952 783,952 00000000000000000003a71015235f2bd13b8ed2210f1da42fab76ff84b7b8aa 2,254 1.00/1.00 vMB 31
783,951 783,951 00000000000000000001d7603c73fb02aa5f8fc015a53b21a5c9c812c920888f 2,748 1.00/1.00 vMB 39
783,950 783,950 0000000000000000000217f96a515efe458eaa733c3a2eb4807b346d52f62c1e 2,637 1.00/1.00 vMB 13
783,949 783,949 00000000000000000002270d6338a3919d9ef49ab0041bd9ff00e479d2aae7cd 2,744 1.00/1.00 vMB 9
783,948 783,948 0000000000000000000337c444149e7ad057ca33dc134fb7f663484fd1bb9d0e 3,816 1.00/1.00 vMB 24
783,947 783,947 000000000000000000033574522be70ebb360ed68e5a6e4c16b6f4e2bbd5675c 3,378 1.00/1.00 vMB 18
783,946 783,946 000000000000000000034f6a908599d8e3d4ba2ef3f7a8e871048434bf169edf 3,301 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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: 672.30 GB
    • Received: 16.20 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.