Loading Tool

Explorer IconExplorer

Memory Pool

82,649 transactions
31.17 vMB
0.08956158 BTC
Random Selection Loading Transactions
Max Size: 190.93/200 MB

Candidate Block

Mining Attempt 2b9a9b737683ea4f47930032b4d40f3eb8df641aaf3a63e9bffd34fad22b5307
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root 54f2bab42d3788e9d6ad489136172d906b1cab58c9559c6a03b3d320b02a7aa7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,100
Size: 1.00 vMB
Total Fees: 0.01933933 BTC
Feerates: 50.62 > 1.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (68,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,841 846,841 000000000000000000013e5cb67544dd5db440d0b4bf166d11eb782ab077bd13 2,702 1.00/1.00 vMB 49
846,840 846,840 00000000000000000000dc019d6cc59fb7d4d6a37d3fec9eb00d1fd55da0efbb 3,531 1.00/1.00 vMB 53
846,839 846,839 00000000000000000001b4d27fc3d1a53d5d3868548c18a4fbe31dde81c5dab4 3,304 1.00/1.00 vMB 67
846,838 846,838 00000000000000000000737ad02a1a43847179ae645f4ceff24dfd71f740fb75 3,450 1.00/1.00 vMB 81
846,837 846,837 00000000000000000000b11509ca7269aa0a982840fd6f95ef4718f5cb8d42f5 4,076 1.00/1.00 vMB 65
846,836 846,836 000000000000000000016d1f6db669d46a52c72ea089fe4e1f5aaa06da62393b 5,100 1.00/1.00 vMB 101
846,835 846,835 00000000000000000001bcc1805492f3f4dc0172677a33ae8ec4413da5e365d0 5,647 1.00/1.00 vMB 123
846,834 846,834 00000000000000000000291fea81b29a2e5fff448c363c8c279bace5338f6e60 7,389 1.00/1.00 vMB 118
846,833 846,833 000000000000000000005b3899cf5d05b78b68d37123ee5f9ecda7653d9d83f5 7,142 1.00/1.00 vMB 75
846,832 846,832 0000000000000000000133bcd829ad32fe5e9787a4a3bbcb1029ab0ec1f55812 6,719 1.00/1.00 vMB 66
846,831 846,831 00000000000000000002572c859e48e6804be10d748a79263f63d93dd681a04f 4,200 1.00/1.00 vMB 44
846,830 846,830 000000000000000000006f9087215f4bda048f6ddddc63ac9f3c7fb43230f517 2,230 1.00/1.00 vMB 60
846,829 846,829 00000000000000000001ae1447b1ef21398115043388ae4118b0818fc1ea8e41 4,759 1.00/1.00 vMB 26
846,828 846,828 00000000000000000001594f7c5c3693a0c198320a0481849eb853782c0a1154 2,984 1.00/1.00 vMB 25
846,827 846,827 000000000000000000008a984c8b44524ac13204eb8bf202ab0eb92aebf5de3e 4,715 1.00/1.00 vMB 25
846,826 846,826 000000000000000000016961ad034ac4c41a2f33bb6826d6e81b8b3c32e6f4ae 2,904 1.00/1.00 vMB 26
846,825 846,825 00000000000000000002f53dc8fa54ee0a935d8a719227bcc5a99ef83fb124d2 556 1.00/1.00 vMB 37
846,824 846,824 000000000000000000018bd09840e33d7807c6a1a1ea36f9ec8faa2f5f74588c 3,681 1.00/1.00 vMB 29
846,823 846,823 00000000000000000000dd25ce342b67b0b6b5943dc956edcc8432eba3da8abe 3,500 1.00/1.00 vMB 25
846,822 846,822 00000000000000000002376c331615d7065960dc6e162d8121305b5912281d06 2,782 1.00/1.00 vMB 28
846,821 846,821 000000000000000000024782562bdf250f9e07cac5fe2dcee6125f4c359c5120 3,004 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.77 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: 709.38 GB
    • Received: 16.89 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.