Loading Tool

Explorer IconExplorer

Memory Pool

78,752 transactions
29.49 vMB
0.06892733 BTC
Random Selection Loading Transactions
Max Size: 177.29/200 MB

Candidate Block

Mining Attempt f63823dd70e0fd8f9fd9ba03616eabbdd31a4fe17eac16455a1c7a308e1e1a1a
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root edcc6594d95ca986ed4e803981f6ddc8d9c73ef0a7f0e5e2b2ceb7dc095c11a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,835
Size: 1.00 vMB
Total Fees: 0.00903589 BTC
Feerates: 50.25 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (494,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,572 420,572 000000000000000000e3eef5c41c65848f0dfaaf5d71241ccff18337cb5b26db 1,490 1.00/1.00 vMB 34
420,571 420,571 000000000000000001e0271f026f4af426922ae9f388d7f6ad2bcc00bf999764 1,631 1.00/1.00 vMB 35
420,570 420,570 000000000000000000ce3664bac8347ec29a8bcf5fcf004acb04fafef9ba1fef 2,741 1.00/1.00 vMB 60
420,569 420,569 0000000000000000005469e76e949658c526c01602f6bbef3e1ccc2aab49d5b5 2,655 1.00/1.00 vMB 62
420,568 420,568 0000000000000000017123726598ea350d9bcd58c0cadfd6e4e15e0735990b47 434 1.00/1.00 vMB 14
420,567 420,567 000000000000000004601cf31294fe10683cd7d1759f227c49a2db40ddd72bc9 1,040 1.00/1.00 vMB 18
420,566 420,566 00000000000000000299aa3d9a6557bce8d55e24e34acbcd4298d6bf03b723fc 1,533 1.00/1.00 vMB 27
420,565 420,565 000000000000000002277c234fbac8ee6f18bcad104b4c8bb7a26666677ba3d2 1 0.00/1.00 vMB 0
420,564 420,564 0000000000000000027365e95b50ab8ad042438eb8531e08dcbfc9ab7e52d847 2,516 1.00/1.00 vMB 62
420,563 420,563 000000000000000004b3c728bb77c5a351c7bed3c7e079338a6aa2901d9e4e90 1,977 1.00/1.00 vMB 44
420,562 420,562 000000000000000004890e8a6814911333d4cfe7eadc4f00a4a6c1c8d250d793 2,623 1.00/1.00 vMB 45
420,561 420,561 000000000000000001cb02590846299c91794e9b9f422513cff4b9c1dd5c62a5 2,847 1.00/1.00 vMB 75
420,560 420,560 0000000000000000008d905f7e513678f6f9717a94fd22e1f29e12ce641996ed 1,220 1.00/1.00 vMB 21
420,559 420,559 00000000000000000006561581025c130f361e0b6826365a6fc95ae68e32d9c1 1,715 1.00/1.00 vMB 27
420,558 420,558 000000000000000002658a2afd6e3ac7876257606ff0dc35831eca991c4b962c 2,136 1.00/1.00 vMB 47
420,557 420,557 000000000000000004d1e607952474b7af28ab906c37cf219a458e53f42a0361 2,632 1.00/1.00 vMB 58
420,556 420,556 000000000000000004eb8db3593819608afc8c015016b313780ae385c5ef2bd2 2,527 1.00/1.00 vMB 59
420,555 420,555 0000000000000000051f0966d311f635e704f35d3746cffed5018e2fcb02e8c9 2,076 1.00/1.00 vMB 44
420,554 420,554 00000000000000000059338ce17b351be51b5b57405ecf020810d3098d0538aa 2,304 1.00/1.00 vMB 70
420,553 420,553 0000000000000000050a455140475aa513f85c096c09263ccd844b800a2aa85a 1,152 1.00/1.00 vMB 27
420,552 420,552 000000000000000001ba3860748d8f0063ec7032b4e6781121c4ac74cc22605e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.