Loading Tool

Explorer IconExplorer

Memory Pool

79,051 transactions
29.38 vMB
0.13617511 BTC
Random Selection Loading Transactions
Max Size: 177.47/200 MB

Candidate Block

Mining Attempt 49dbbd50de32d7d7634cdc9fc0c5b36335858028e7c024f31544868ea4bde616
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 02ebf6b8515a621dcc60a5c4cac249e12445b7df1b48ba0d1bfcd6987cace684
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.07352152 BTC
Feerates: 108.69 > 7.37 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (327,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,191 587,191 00000000000000000013d3dbec6a692e0e370bf52904fec2ae098f901ae2d2e8 3,043 1.00/1.00 vMB 24
587,190 587,190 0000000000000000000133dd2c21f78eaeb913b0a6ac35a0c925485c6385a21a 2,787 1.00/1.00 vMB 39
587,189 587,189 0000000000000000000af28772f8a9f628661e269db0871852be090ffb09a5aa 2,296 1.00/1.00 vMB 51
587,188 587,188 00000000000000000012b2f793459e936f15d8279f4dc5a37ff13be81b4b8186 489 0.16/1.00 vMB 26
587,187 587,187 000000000000000000128be19f3f28f7fbbedaad30cd94fbfaae51758569c698 2,174 0.74/1.00 vMB 10
587,186 587,186 00000000000000000005e660a555c6139db7a62d90c1e70a2d1001b384683e1e 2,843 1.00/1.00 vMB 45
587,185 587,185 0000000000000000000ceede3c3990cc3a2703c7873388459bcf78270daeeb8a 798 0.28/1.00 vMB 32
587,184 587,184 000000000000000000039eed42e0fef28606ae263b2a19c49ecfa241405b8b60 780 0.29/1.00 vMB 20
587,183 587,183 00000000000000000005a7efe7ddabe17b9f083f6850c0cc8ab1549b3f4f04b6 2,645 0.99/1.00 vMB 29
587,182 587,182 00000000000000000000b6318b06dab3f41cbead04abbfabddcd20ead61b1f99 1,309 0.48/1.00 vMB 17
587,181 587,181 0000000000000000001b4ca44e827a8d519f596df2e87d2810868afb0e04c0e6 2,698 1.00/1.00 vMB 11
587,180 587,180 0000000000000000001e8c5a5041c44eb091b4af967cd7eb9f5ccd3178e0ee50 2,652 1.00/1.00 vMB 26
587,179 587,179 0000000000000000000076b844cb172e0afd3fc9f12ed7ba280b0521e745c065 3,248 1.00/1.00 vMB 59
587,178 587,178 0000000000000000000d4a62eba40256e8f246a6d4c0d5d31ab5ddba7bba48d4 3,014 1.00/1.00 vMB 36
587,177 587,177 0000000000000000000ce86414fad083d9303718b3abf7e02bb63f67e905eff7 720 0.23/1.00 vMB 30
587,176 587,176 000000000000000000064c49b988327c8d8185716ef07045ea1b8f15d4197efa 1,920 0.65/1.00 vMB 5
587,175 587,175 0000000000000000001b90ef8cebfc068fa30e5b014859993143c52aee6691f6 2,418 1.00/1.00 vMB 29
587,174 587,174 0000000000000000000241314807b5c3e577bae2c72c5bf9b7cd17af209e84b8 2,334 1.00/1.00 vMB 42
587,173 587,173 0000000000000000001b57e876d2d6b14f7beef002950912c21736d8ab6178f4 2,590 1.00/1.00 vMB 52
587,172 587,172 0000000000000000000e281e6b7c9a6f094266bbec2c224d83df965005bdb9c6 2,496 0.92/1.00 vMB 17
587,171 587,171 000000000000000000190db2626ba1102e67d92d12fad10e116d866640bd7a7c 2,232 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.59 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: 671.57 GB
    • Received: 15.95 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.