Loading Tool

Explorer IconExplorer

Memory Pool

81,100 transactions
30.04 vMB
0.09364249 BTC
Random Selection Loading Transactions
Max Size: 183.55/200 MB

Candidate Block

Mining Attempt 56e61388c7a8d878bc6e7c43d12d4f3513663bd7af1f168fbe01794ab8251853
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 02405112c7e429fa6287ad17c155eab278a47c9a8f219f6968004fef344bd4e0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,489
Size: 1.00 vMB
Total Fees: 0.02614444 BTC
Feerates: 402.60 > 2.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (477,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,131 438,131 0000000000000000043e97e6365f8f49fe5c1c67bde6fc55fc42e78b6ef8e192 744 0.30/1.00 vMB 71
438,130 438,130 000000000000000001491e4bde5acdae9443f533d640556d0713846fd064ba18 735 0.63/1.00 vMB 44
438,129 438,129 000000000000000003b6b9b33dca6636239d6a53cff36f8653841d533e9d4c2b 453 0.20/1.00 vMB 34
438,128 438,128 000000000000000002c99ba89356caec429dabce65f7f9ae52ca40cbcf4793b5 2,154 1.00/1.00 vMB 49
438,127 438,127 000000000000000003ecd55b130b835f331f1806ea55bb433dd2d9fcf6997e99 2,756 1.00/1.00 vMB 67
438,126 438,126 00000000000000000109b58fe5585f190a5d45036ed75200206e8a51d95d4bc6 2,389 1.00/1.00 vMB 69
438,125 438,125 0000000000000000029dc51dd756ece319a0a40883dcdc79b6800835d921db74 3,093 1.00/1.00 vMB 99
438,124 438,124 000000000000000002529a3ea2db0037e0dd3ee4ca04c1c75a2aa1f3e6d10233 2,648 1.00/1.00 vMB 65
438,123 438,123 000000000000000001b66f444a1903dd889082d0c316efc43e3640a15f52d727 1,453 0.69/1.00 vMB 65
438,122 438,122 00000000000000000376b8b119d5c5ae602d68fa1dd6bd5c65ad7a15817c42d5 549 0.75/1.00 vMB 14
438,121 438,121 0000000000000000004f2b416b84c9ce87648e2003d470826a0100dcb7a12fb0 428 0.18/1.00 vMB 74
438,120 438,120 000000000000000003e4c408dd0d9bd296504ee54e5cc9d7a627f032fdd76065 1,340 0.75/1.00 vMB 51
438,119 438,119 00000000000000000127bc2b09148f0e9235931561a2d55ed9c8a21b37f8c4e7 2,628 1.00/1.00 vMB 76
438,118 438,118 00000000000000000149cb10f1ab3ec9ef9611d3f80ced037fd99f5337b1cfe1 1,002 1.00/1.00 vMB 28
438,117 438,117 00000000000000000337a7a7ccf98515e484992984b0c9252ddfb28894b2b27e 410 0.16/1.00 vMB 73
438,116 438,116 000000000000000003bbf92219da340b02e582ff2aad62ec2d66ac13916523e6 1,128 0.47/1.00 vMB 71
438,115 438,115 0000000000000000007125eba8bd2ff0c3e259f0624f9b4f1432e18e5a2edb61 565 1.00/1.00 vMB 20
438,114 438,114 000000000000000000466b48f5742ab98766abf4600006a47503dc3fe86b7a5f 540 0.22/1.00 vMB 56
438,113 438,113 00000000000000000298f42d7daed6fcdca99fce8349e2b006bfa9bf611e339b 2,499 1.00/1.00 vMB 71
438,112 438,112 000000000000000001dbb024f7f513dbfeeac70390826e130934bf7fe07ccd05 1,270 1.00/1.00 vMB 42
438,111 438,111 000000000000000000561d3d2715117de02b58d3d890df13a383a5b23dbe84e3 838 0.32/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.