Loading Tool

Explorer IconExplorer

Memory Pool

75,413 transactions
27.79 vMB
0.07978633 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt 4f6ab91becc68240082f11449b364fd88a5929bc8e8f84d0b15f907cbb6ba0be
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root ef7e08eec6212e00001811f8852d84c7a6c7d8e32f334a4e6aca2aee758b78d1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.02028471 BTC
Feerates: 151.01 > 2.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (75,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,578 839,578 0000000000000000000321c22cb8c1ae7e7aee3770297b67971230f4e9c4276b 4,492 1.00/1.00 vMB 82
839,577 839,577 000000000000000000000982ffa0bce986ef58f1af831e674ccdb3333fd84919 3,886 1.00/1.00 vMB 125
839,576 839,576 0000000000000000000043f1e4a60b1144051fce6cd3389aa809519db8297c4a 3,440 1.00/1.00 vMB 43
839,575 839,575 0000000000000000000018706e3b4ea58c233887ecb98e06f44672565adbcfd7 2,743 1.00/1.00 vMB 40
839,574 839,574 00000000000000000002ed4ad11ef81a9dd8d74ed7ac923cd062003850a59b62 2,398 1.00/1.00 vMB 58
839,573 839,573 000000000000000000017635e820ba133fb3e051ad77dbc78f5e85549e84d4c1 2,330 1.00/1.00 vMB 39
839,572 839,572 00000000000000000000a5ae3971b6c45097c86edc500a17658ccaa5fdf2a856 2,882 1.00/1.00 vMB 46
839,571 839,571 0000000000000000000229cf77374f9143d8626da2da55887395107e56197d9b 3,370 1.00/1.00 vMB 76
839,570 839,570 000000000000000000009bec9bd296bcb66a3bac31a4c9b1995a2e7d6af7f2d7 2,902 1.00/1.00 vMB 41
839,569 839,569 0000000000000000000248ed6d4dfe48942493fdbdfb027bcdf7d250929c6942 3,500 1.00/1.00 vMB 70
839,568 839,568 0000000000000000000271bdc40c6d28e31bf14e019330e88fbbe2895c9087a1 2,378 1.00/1.00 vMB 49
839,567 839,567 00000000000000000002b9651c7358b016c54bba5ee636e0856c1dc96bdf5f03 1,249 1.00/1.00 vMB 23
839,566 839,566 0000000000000000000032a9fdf2d1da37b2cb6c1f0b8721c1f8094f15e6be2d 3,268 1.00/1.00 vMB 48
839,565 839,565 0000000000000000000108d4c4000f9ba9dd13dcb80e7d7829abe5037848bf75 83 1.00/1.00 vMB 21
839,564 839,564 0000000000000000000120ccf0d2e1b17e4a0cd84ff0a6144de049ba0742e528 1,000 1.00/1.00 vMB 27
839,563 839,563 00000000000000000001eccde1605de7f3fddf4fe4a6aca54fd9e2090af58ba8 1,358 1.00/1.00 vMB 26
839,562 839,562 00000000000000000000e7ec8b354cd940f219259678f07e92006bdf45c55a28 3,117 1.00/1.00 vMB 46
839,561 839,561 0000000000000000000166aebe4f4bf2fe3befa3a83c205ab9f68e62454c5ef9 2,280 1.00/1.00 vMB 39
839,560 839,560 000000000000000000000bcfe43cc37d7203a207276ba3cb2626cc26ecc9860f 2,298 1.00/1.00 vMB 26
839,559 839,559 000000000000000000031432b64b586ade2544b27776cddbe5cfb843db2c903e 2,719 1.00/1.00 vMB 48
839,558 839,558 00000000000000000000e9787bf0a19d76b9b1b6e9ec6a8f00ca6be2a4b2ecc9 2,179 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.