Loading Tool

Explorer IconExplorer

Memory Pool

75,830 transactions
29.63 vMB
0.06764585 BTC
Random Selection Loading Transactions
Max Size: 179.18/200 MB

Candidate Block

Mining Attempt aebfa2453f9d17b1f5306fb34602ec763fda4e69a0c50e5494cf4b2c59e12a2d
Version 20000000
Previous Block 00000000000000000001202d9deac2496cbee3e462561514b22f7bca5f959693
Merkle Root a30b2d0914c6e0a6ab49453de547d9fa0dad57652ae86c920f2bb2fee0006208
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,222
Size: 1.00 vMB
Total Fees: 0.00511002 BTC
Feerates: 50.90 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,206 (68,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,842 846,842 0000000000000000000270c549d9ff7b25e6329b8b9104d805d924dc07607bfe 3,118 1.00/1.00 vMB 47
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
Previous 10 blocks ↓
Total Size: 782.75 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: 708.60 GB
    • Received: 16.74 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.