Loading Tool

Explorer IconExplorer

Memory Pool

77,420 transactions
29.08 vMB
0.10085897 BTC
Random Selection Loading Transactions
Max Size: 175.04/200 MB

Candidate Block

Mining Attempt 0af30d87603374996d34a56cba17ff4730b9ce3096a519ba1a1b14fdcb3e6bf4
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 27588413f8a06dbfbbeb1f5a49b4b70a5823c654fbf2e29965e292b2e0fe746a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,529
Size: 1.00 vMB
Total Fees: 0.02683866 BTC
Feerates: 453.09 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (478,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,004 437,004 0000000000000000010ba10170fd7add886beaf5029ff4bfde727831abbec238 2,042 1.00/1.00 vMB 57
437,003 437,003 0000000000000000037bdb46e223d6cab5ab9147fea86afc355401aca60402dc 2,016 1.00/1.00 vMB 71
437,002 437,002 0000000000000000023197f12d821fc88853776f2f4be54a956eb15740166e66 2,585 1.00/1.00 vMB 85
437,001 437,001 000000000000000001ce749fb5b668ac5448f6732774cd083668e9d7b431ffd3 2,692 1.00/1.00 vMB 68
437,000 437,000 000000000000000003c49a3a20b0c8d61eaa703bff6856a2349b79b1fee89f28 2,024 0.99/1.00 vMB 62
436,999 436,999 000000000000000002a310688a5cbaabc158c632e250d2b7bf6c98a3552dc8cc 2,703 1.00/1.00 vMB 96
436,998 436,998 000000000000000001a9c6c2a058db72fb1b0d26a09dd3f5fe03c5d1d213eba7 1,991 1.00/1.00 vMB 81
436,997 436,997 0000000000000000031a4859dc8db0b1c3d5d9e4a2f69d7211df745d0d7d28df 2,265 1.00/1.00 vMB 70
436,996 436,996 000000000000000000860f93511bf76142cea1ba3860f421de3a7974a0564bd5 2,595 1.00/1.00 vMB 57
436,995 436,995 0000000000000000033a6838910937090db0a00b4844150882f2ec79e600d786 2,174 1.00/1.00 vMB 56
436,994 436,994 0000000000000000041dafd116f198e1fb904c0deefa59a36ae0a0c750e1e292 1,998 0.75/1.00 vMB 106
436,993 436,993 0000000000000000042a265ceb1c53d9076e886e4cd8436d1efc2c82c2464fd1 2,293 1.00/1.00 vMB 79
436,992 436,992 0000000000000000009ebfad2909002d819a8a60c80a155d92816b85a9a2a1b9 3,118 1.00/1.00 vMB 110
436,991 436,991 00000000000000000376a32e6d6f081b874d9b888bae4ff6053c006a4932e942 2,391 1.00/1.00 vMB 80
436,990 436,990 0000000000000000043de2d4e5a6fb6513e6d6a6b7f209b14797527961fb70a7 192 0.10/1.00 vMB 34
436,989 436,989 0000000000000000040d137b44b83eee64785768eec9eceeec6b10471f6cd8a1 1,834 1.00/1.00 vMB 56
436,988 436,988 000000000000000001e408e5d4f437180b2e4c92e006c6923a3ee2c21175d773 2,162 1.00/1.00 vMB 68
436,987 436,987 000000000000000003f2e48cfa73acdf35e8a76277cd55f747677de1796e25ca 2,798 1.00/1.00 vMB 83
436,986 436,986 000000000000000003c7654027ae3123fa831d871e05711cda49f590c4ebaa14 2,580 1.00/1.00 vMB 91
436,985 436,985 00000000000000000077e877b1ee7fc462b3d35b40c039c4e99dfd896f6b0ad9 1,864 1.00/1.00 vMB 54
436,984 436,984 000000000000000001126ea90ecdb44f11e2fa8acad26cb93d2bfd8fe53b5099 1,686 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.92 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.51 GB
    • Received: 17.56 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.