Loading Tool

Explorer IconExplorer

Memory Pool

40,701 transactions
27.90 vMB
0.06314528 BTC
Random Selection Loading Transactions
Max Size: 143.14/200 MB

Candidate Block

Mining Attempt 5079097496658c5e4bb07a6ac1149099210e91a203c84c81f32f18e1fecc740c
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 365713e29d3b70de82ff45d8d285a39653995c173a5f83619f137e94524df48c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,743
Size: 1.00 vMB
Total Fees: 0.00974583 BTC
Feerates: 100.56 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (535,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,046 379,046 000000000000000009638db4a618c8969ac35e515835eefc333c60b2cee54ef1 204 0.13/1.00 vMB 23
379,045 379,045 000000000000000008cb5666ad253b9308c0c11a581b354f25a76d0effe94f35 208 0.88/1.00 vMB 4
379,044 379,044 0000000000000000109a1eb0d20b41b4c66d3727bdb625f99e74e9a9e20feb86 405 0.45/1.00 vMB 15
379,043 379,043 000000000000000005af761911580f1b01e8fcad75919066b9b1bb54bd3a94a0 2,157 1.00/1.00 vMB 38
379,042 379,042 00000000000000000626a91f4521272a5e2520eb3f25ce511c63bd51dcf69833 757 1.00/1.00 vMB 16
379,041 379,041 0000000000000000073cccf4d037be386dee9a19d9ebd8f4a54ee504db6c40c0 224 0.10/1.00 vMB 22
379,040 379,040 0000000000000000086b84b42b8e685112f46c3116c12fe3e6172578cc6f0fbd 2,904 1.00/1.00 vMB 36
379,039 379,039 0000000000000000017e8aa2b2b2c0f92bb6474944117930463cb5c711fcaf2a 1 0.00/1.00 vMB 0
379,038 379,038 00000000000000000b814aecea7c9df2f47ab91b920d10b08d3d5a62fd60388a 2,181 0.75/1.00 vMB 71
379,037 379,037 00000000000000000c9b1ce0b7b0b9c110cf508d79b71792c136fd93ea92bde6 1,497 0.75/1.00 vMB 35
379,036 379,036 00000000000000000d78d9ab9e17c33624aae89020f45c0a91854090ec41a631 953 0.62/1.00 vMB 25
379,035 379,035 000000000000000001cc4b6b3da03086d58ab3290b740bf9bccf4edbdb32365f 1,786 1.00/1.00 vMB 31
379,034 379,034 00000000000000000f3783c912c7cd454f2a847ab16693dc6028cb6023a4b84c 1,190 0.88/1.00 vMB 23
379,033 379,033 00000000000000000a4395774009ca910a173ec10ece4bc3448ddbf9b2b8f3e3 1,519 1.00/1.00 vMB 22
379,032 379,032 00000000000000000e416cfcded8e6e7d7ec2e94bd75c7ffb007ecbda3ae00dd 2,720 0.95/1.00 vMB 55
379,031 379,031 0000000000000000092cf3b97724c019a524400333b82441da1a9d01f17fe3a2 1,323 0.80/1.00 vMB 38
379,030 379,030 00000000000000000272890886f66a28d1db89a262c5f1a8dad7aee1bf793e66 1,697 1.00/1.00 vMB 35
379,029 379,029 000000000000000005627e6c0898016361456facc971933ad2388445e4f0c116 1,664 0.75/1.00 vMB 46
379,028 379,028 0000000000000000071cb848dd09026459ecda685a8a2813f0571a78a457e39b 1,016 0.50/1.00 vMB 42
379,027 379,027 000000000000000009339c89bdd556492044a866f0454029325b0044d57d4514 1,583 0.76/1.00 vMB 38
379,026 379,026 000000000000000003dd7b678c4b403b36cc2655aa738959b29aaa16bc9e8be7 1,081 0.50/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.75 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: 631.72 GB
    • Received: 12.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.