Loading Tool

Explorer IconExplorer

Memory Pool

39,526 transactions
27.30 vMB
0.11996855 BTC
Random Selection Loading Transactions
Max Size: 138.86/200 MB

Candidate Block

Mining Attempt b5fcf047f7aaa734173b5b57f66287c8e1e6e098a5843b83261bf5239a318088
Version 20000000
Previous Block 00000000000000000001722f1792b25382798042f3258e47694b9704d856e804
Merkle Root 7c3d347ebc17c3ca6d460167f20d0eabaf65d27d654e707fc06fafa918a9d8b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,242
Size: 1.00 vMB
Total Fees: 0.05417290 BTC
Feerates: 550.63 > 5.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,209 (876,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,112 38,112 00000000817ecfc5c0b9cd0c46d6fc271775340a227bf8e451250b24d49f1642 1 0.00/1.00 vMB 0
38,111 38,111 0000000084f99985d2786c7d148ad33066caf8b0bd487bb81ed873f7a8dd8bc3 1 0.00/1.00 vMB 0
38,110 38,110 000000005e64ecf466a4429fab655619608512adac76155f147e99dc1d3823f6 1 0.00/1.00 vMB 0
38,109 38,109 0000000007e8c119e32d848c754b04b022fda5c29f06cf386a027317401a13a3 1 0.00/1.00 vMB 0
38,108 38,108 0000000075580616c89f1c68cd611bd6c21f85651da6fbd838630ea948b33a75 1 0.00/1.00 vMB 0
38,107 38,107 000000001aff907af8d5799b6554b15d9cce17455b3c63c568f19b2787f44a2f 1 0.00/1.00 vMB 0
38,106 38,106 000000005c43edcaeda5d6b279004a3595adf3469d0694a94cfb617d8e3dd114 1 0.00/1.00 vMB 0
38,105 38,105 000000002d4b76d37d57f5e483504a5128736fe79b091d60e3d94068756c6b42 1 0.00/1.00 vMB 0
38,104 38,104 0000000030ba5bdc0c0a87097835a7b0f46f2500c7b823856bae378c316604f6 1 0.00/1.00 vMB 0
38,103 38,103 0000000088c770b5f4d94c1a7fa2df2c7e9566b6a8f5447bec441f8c944789de 1 0.00/1.00 vMB 0
38,102 38,102 00000000a911ae59e10982c61861c4f410d752d4d38fe74007faef4c447e4b21 1 0.00/1.00 vMB 0
38,101 38,101 00000000927d9a7bed762281a99cb5a0cfcb37ef6a7f902ff25f807240adfe29 1 0.00/1.00 vMB 0
38,100 38,100 0000000093b76f09ef25c6a496c7aa5328fbd23fe4163d1dab6850724c81f7d2 1 0.00/1.00 vMB 0
38,099 38,099 000000000a62dd359bf0ff5b5943b263fe5d1ca419a041e829359a17da366e31 1 0.00/1.00 vMB 0
38,098 38,098 000000009e69829f365ec7b294eccfd6d1ba2e08ff8a6530393d20ee028ba416 1 0.00/1.00 vMB 0
38,097 38,097 0000000028db975085f8394b0c2f194e28a2cc2c162b8b8df90c152b858aeacc 1 0.00/1.00 vMB 0
38,096 38,096 000000008a6bdfdd4297e5cf1992cdd04cd2415e580cdf88d33437c306d3f9ec 1 0.00/1.00 vMB 0
38,095 38,095 000000001801e886096ba15312ff88736510540c4e3caa6801bd19ed7e053473 1 0.00/1.00 vMB 0
38,094 38,094 000000006ea4f86e195f2639fea7aa666479f9d91c8490c1e6ca26904274c15a 1 0.00/1.00 vMB 0
38,093 38,093 00000000281c3f1c7d972974dfc0f832807765b386b0ce99c9aadb685f385bba 1 0.00/1.00 vMB 0
38,092 38,092 0000000039e3a4097bc60b04f5b638a55204080ffbba53656846639b5360e82f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 574.02 GB
    • Received: 8.13 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.