Loading Tool

Explorer IconExplorer

Memory Pool

71,768 transactions
27.76 vMB
0.06144795 BTC
Random Selection Loading Transactions
Max Size: 164.63/200 MB

Candidate Block

Mining Attempt 9c92a70fb51df597e70440b7826ba94813449096f50a9c56ec23639e92393929
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 0fa868d03192010ae5badb06a6c96d2dfa5ade4548b2a67d71e1916f8db0edeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,895
Size: 1.00 vMB
Total Fees: 0.00608954 BTC
Feerates: 101.52 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (799,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,923 115,923 000000000000a7f8891aba4dc2d167352d5fce5909f13aefde1556ccb69296ff 3 0.00/1.00 vMB 0
115,922 115,922 000000000000803e8f70fcc320e609533cedaeddd21b7bdd9822da4d0f234389 7 0.00/1.00 vMB 552
115,921 115,921 000000000000b13c7621fb6b66d9d9a09f3b392e645d6c868df9f2e4f710c6c4 6 0.00/1.00 vMB 0
115,920 115,920 000000000000edb62fc2484db5a6e35b412736b313d927394153f39f904ff2ec 1 0.00/1.00 vMB 0
115,919 115,919 000000000000deb7091c05f8a8ebdefa092abd1212641eac8e91e89676f93857 1 0.00/1.00 vMB 0
115,918 115,918 00000000000033224ccadc0c8dc3c179bc42bc9c87a3d957e2b2494cf2cdf90e 9 0.00/1.00 vMB 995
115,917 115,917 000000000000dd31534cf6a9e0e8ef6705f5cb769a5143082d18f7f954b1ccfa 38 0.02/1.00 vMB 383
115,916 115,916 00000000000056a5607865518ee8c01c790009b5308f857d60ece05f57c6c9ee 14 0.01/1.00 vMB 462
115,915 115,915 000000000000ea48cdb32c61b2236bde5e3629da5b2d47aabab94393d595f4cb 4 0.00/1.00 vMB 0
115,914 115,914 000000000000f23bee61063b77e7651319670b1a84f9e2bb373f85f49ecaba6d 4 0.01/1.00 vMB 1,029
115,913 115,913 000000000000053a0b8c49d8306140666565668d08c4e3484c907c8609007a52 3 0.00/1.00 vMB 0
115,912 115,912 000000000000445f329c221384f02246ffc80432397cbb919b26db8bc0d833b8 3 0.00/1.00 vMB 0
115,911 115,911 000000000000326c656f63bcfbd9d70beab2b44912aec98ed21fb3ac49bbcabb 8 0.02/1.00 vMB 1,117
115,910 115,910 0000000000005cf065f597adc7b0ed20a5f7ef95cd184865a06f780f1f4567b0 10 0.00/1.00 vMB 0
115,909 115,909 0000000000003e62e8895c29e5e41db04838ebbe44c59852bf5dce36e71dca52 12 0.00/1.00 vMB 656
115,908 115,908 000000000000c9f0de48034f0813a59fd5e8c627b037552f0b1cebceb95dacd8 6 0.00/1.00 vMB 989
115,907 115,907 00000000000036aed1843a444610ccb9ef57672ba1e49c7ca942df64c4bb602c 7 0.00/1.00 vMB 542
115,906 115,906 0000000000009f59fd56ac1a6592dda2be11b37f368a44e9cfb963c8e857189a 9 0.00/1.00 vMB 0
115,905 115,905 00000000000075dfa0a6d4ef8711762285332d33657d2a73d5aff4d349e6c2fa 7 0.00/1.00 vMB 512
115,904 115,904 00000000000047b0bc3b99f0be32c1937d9d6f092afe40ccaee443a399774afb 2 0.00/1.00 vMB 0
115,903 115,903 0000000000009de4157be39a5a1c0fb6fd837c318be1c8fe6ee4ad0603f6981e 8 0.00/1.00 vMB 350
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.