Loading Tool

Explorer IconExplorer

Memory Pool

73,800 transactions
27.30 vMB
0.06540571 BTC
Random Selection Loading Transactions
Max Size: 166.63/200 MB

Candidate Block

Mining Attempt b0e71c0c56ccc977c39d9ccf560a8f016006789a6fdfe31c68a75db45f36bdaf
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root adb3e77380a08f9a384b89d244de162a4eb59f880ae5b4e5b8fe29ed8fe377b5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,547
Size: 1.00 vMB
Total Fees: 0.00743322 BTC
Feerates: 73.20 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (510,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,184 405,184 000000000000000001e8c8704daaa6b03b0adf2dc12161866f6b1a818bf627a2 2,463 0.93/1.00 vMB 55
405,183 405,183 000000000000000000e4d484e1d630fc988dbc93623454ed05165d81cd81ff7b 2,350 0.99/1.00 vMB 45
405,182 405,182 0000000000000000035903ba57a2b80be3f2eec32c840af6155824f3ff60f99f 1,814 1.00/1.00 vMB 35
405,181 405,181 00000000000000000274f48e5c2d6c60884c4d9e627b67c9f5d3da8832cf1e42 2,594 0.93/1.00 vMB 58
405,180 405,180 000000000000000002ae17470c4a361a7e4d2016b16c9db6b919f7aadb50c5f0 2,994 0.99/1.00 vMB 53
405,179 405,179 00000000000000000077f2ec2992699287ae7c1b7a15e1d113048875b4f4eaef 2,620 1.00/1.00 vMB 65
405,178 405,178 000000000000000003532be135e917df7d1d5c7deff5ffc16d346f6a8b9f323c 2,700 1.00/1.00 vMB 79
405,177 405,177 000000000000000000c520949420c883248c8a2dfb972a1e45b7d2c0d218acbc 859 0.40/1.00 vMB 42
405,176 405,176 0000000000000000039bdd642154799e41f0f140a117a2e2ab77d8c0f6c16ebf 215 0.21/1.00 vMB 19
405,175 405,175 000000000000000001e800dd335299798903f48a851f279addb34a2dca53f28d 2,786 1.00/1.00 vMB 49
405,174 405,174 0000000000000000011c4827579bb09f150f270733b74a47e6246419c487405c 830 0.44/1.00 vMB 37
405,173 405,173 000000000000000000a3a71672c5242b94c9468afc1cce121d0adcfc3b26afd0 39 0.01/1.00 vMB 44
405,172 405,172 000000000000000004af8e32e1f9cf7c9247fb1812e145e0ca9f10e45d843c58 1,003 1.00/1.00 vMB 18
405,171 405,171 0000000000000000056aaf1b39d020a95ffaadabdbab9b452f9f433e29e5db30 933 0.46/1.00 vMB 41
405,170 405,170 000000000000000001b758aedafe9ce482439370430cff82f87915a12b622c04 361 0.46/1.00 vMB 19
405,169 405,169 000000000000000003d8fe33cca78888d14572b7f0c885d4c58ec1268baa811c 1,086 0.98/1.00 vMB 26
405,168 405,168 000000000000000001330e8b8ee30b7dc1cd9526ab302ac037cad528d632c9cf 796 0.36/1.00 vMB 45
405,167 405,167 0000000000000000010e094cb5f9714ebc3d1d2b6e1639b0b0f70d16621b426e 1,384 1.00/1.00 vMB 33
405,166 405,166 0000000000000000056823335fab58c21dae00bdc6f7093c5bc459a616dc5c9b 1,545 1.00/1.00 vMB 39
405,165 405,165 00000000000000000263685cee47d59a6108c7c8a8e43ad140eb10ad10eed849 1,974 0.99/1.00 vMB 50
405,164 405,164 0000000000000000011131a63447e63320499c67997be40621fd5ca928ed75f3 2,504 0.99/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.