Loading Tool

Explorer IconExplorer

Memory Pool

87,238 transactions
31.65 vMB
0.21953503 BTC
Random Selection Loading Transactions
Max Size: 192.15/200 MB

Candidate Block

Mining Attempt fdd80d299e2f4d8ee1e3f2dac7501715b4f8acc63f91d210b76ff4f4d275de58
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 8a4b59cfbdd44d646c8dd4613ebc3c35299a54823ee272e0f08bb5caafd2a4e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,572
Size: 1.00 vMB
Total Fees: 0.11048041 BTC
Feerates: 502.67 > 11.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (635,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,840 279,840 00000000000000005d6d6e4f6c9d99c7fbd8d71d4b7b218a0ff51db831e4b8f4 35 0.02/1.00 vMB 35
279,839 279,839 00000000000000028467e8facfc541f49da2a51f1433ccab189c88642f753345 79 0.04/1.00 vMB 38
279,838 279,838 0000000000000000b9260a4968c55d1721d6789275076d19b318a220ef7a2bfa 280 0.13/1.00 vMB 33
279,837 279,837 0000000000000002c3d3161c4c7776f1c1abc6bb919734019f21f5ce3292a293 247 0.20/1.00 vMB 29
279,836 279,836 0000000000000001e8d54fcf1d3435d7057a1e89aa2400e06d4d5ab54ec1fdee 631 0.44/1.00 vMB 34
279,835 279,835 0000000000000000209316b70525079da1b90cde2ad3d018cfcc19e508dc0d31 220 0.12/1.00 vMB 39
279,834 279,834 00000000000000022682ed99a0f3150f22a0e10b42016c5c06ac5681d6d5d1b4 79 0.04/1.00 vMB 32
279,833 279,833 000000000000000042690b67c802c73b51617874f4d3448c622d1305f306ac2d 65 0.04/1.00 vMB 36
279,832 279,832 0000000000000001739d25a4322a506fc0e4a190139e2f6ecbe642f091ac1e35 533 0.30/1.00 vMB 29
279,831 279,831 0000000000000001c2dee621134512b3abfb7894eb906c485e2ce7b0cfaab5fc 93 0.03/1.00 vMB 96
279,830 279,830 0000000000000003011d4c026bca9eb409e75e3f4595347dabf763c8ef95b2b4 338 0.17/1.00 vMB 43
279,829 279,829 0000000000000001965ccadf671f7ce36f1d0447c18e459c6e391d1133c7e43b 185 0.10/1.00 vMB 46
279,828 279,828 0000000000000000cd26c1cffc3c0dc9f1596cb152cd54089744b9e8054ec04e 205 0.16/1.00 vMB 25
279,827 279,827 0000000000000002c09427d7568ebfa86a3e3a190c8a9ead345d33b39fa83bfb 318 0.17/1.00 vMB 40
279,826 279,826 0000000000000002a846c11f90453e4d23db9d629035055d4f8fe2cbffb18d97 54 0.02/1.00 vMB 77
279,825 279,825 00000000000000021c0cd6c2bf1c8a323e7880ba6055699d2dbb6f8dade3e734 181 0.12/1.00 vMB 37
279,824 279,824 0000000000000002bb9df41ce5dc4d18d02e6068082b108477402a1bbca43099 376 0.20/1.00 vMB 45
279,823 279,823 0000000000000001a7f6ba17896d3c0694a854c97c477ddb219f2b77f7218bc2 637 0.29/1.00 vMB 43
279,822 279,822 00000000000000028769f025ab49b31b8c78dc95224fb04f603e5943e8470096 31 0.01/1.00 vMB 29
279,821 279,821 00000000000000023be20eb446dfcbe6c3888d788de02034cfe81a6fca9912ae 151 0.10/1.00 vMB 8
279,820 279,820 0000000000000000138648748cbb5c224941e069017b2d312a45eec8d9b53bc0 34 0.11/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.