Loading Tool

Explorer IconExplorer

Memory Pool

26,800 transactions
27.42 vMB
0.07058105 BTC
Random Selection Loading Transactions
Max Size: 131.27/200 MB

Candidate Block

Mining Attempt 33c86441db8b2cc80111975c52dcd5c429bf23ea48e8d4b6e87991d86870dc5c
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 28918ed3af6ba61da9dc4a325c0840d9c03f9737b04a9a744a59e2dc355cdca7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,527
Size: 1.00 vMB
Total Fees: 0.01863994 BTC
Feerates: 301.57 > 1.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (670,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
243,956 243,956 000000000000001d4806cd69c803a0b56d236b0d7e41607fc79ff9cbe06968a3 245 0.15/1.00 vMB 106
243,955 243,955 00000000000000c27f12a7137a80362b09a2ae696f5a497bbca7985ddb3d7365 86 0.04/1.00 vMB 135
243,954 243,954 000000000000006ab9711b8647048ba6d4699ba596d06a47be2b2aabd581529e 235 0.10/1.00 vMB 180
243,953 243,953 000000000000008c25a6392a98b66959a6f89d71f998b44dc90322fd88e7e92e 20 0.01/1.00 vMB 129
243,952 243,952 000000000000005a6066bdc2c196d0d0076ef9fbb44e98b61a0540edd115eade 211 0.09/1.00 vMB 193
243,951 243,951 000000000000000aa0a1ec4c1ac2a24f96957cb486a0c2d011bc24152f608328 61 0.02/1.00 vMB 8
243,950 243,950 00000000000000059a4860673e3fddfedc8e83957081daa0439d84afc46e4ae2 332 0.16/1.00 vMB 117
243,949 243,949 0000000000000050abf77fedb04ee40c7a575e0b11a367886e95b9a87f571b6b 149 0.07/1.00 vMB 54
243,948 243,948 0000000000000010716e50654efa66795bb1237a42e6040d35a29a22b84b0478 444 0.19/1.00 vMB 140
243,947 243,947 000000000000007b06717e8ce184ef50bb82aa237d06b594d6ce3400b1412fed 157 0.09/1.00 vMB 93
243,946 243,946 000000000000003388a3c7ffa3bf4ce7b84daa4e1cbf3b2707c21d296c1feeb6 502 0.22/1.00 vMB 134
243,945 243,945 00000000000000788abff7d0535313c3fb6a0c25acd7f5334964ac73516d978e 5 0.00/1.00 vMB 89
243,944 243,944 000000000000007315467fa49a2e2644cfbfe647f16438950ca56b2c31c3e4ad 145 0.07/1.00 vMB 144
243,943 243,943 0000000000000054482cedac2827fc03efa07af4b23b6eb620c03c04511b820b 286 0.18/1.00 vMB 112
243,942 243,942 00000000000000652d743e6b1df6cbc199d59fcaff64003105e2f61f8a763e1e 13 0.00/1.00 vMB 306
243,941 243,941 000000000000006e95f5b1b5df18d0791ac933b4f6065ae90137fe23a9657a20 223 0.10/1.00 vMB 183
243,940 243,940 000000000000009b2354daf75caff224eb0a211f63e6060a249f1da2ded49aae 61 0.03/1.00 vMB 9
243,939 243,939 000000000000006205f2d9d67c7f21f8cdef1c3ea6277c0b40c98b0303d939f4 402 0.18/1.00 vMB 141
243,938 243,938 00000000000000a71fa7c56a42552bb27ed2197b67cb14154405361cb4fa16d1 460 0.19/1.00 vMB 158
243,937 243,937 0000000000000024e0e530e92389e9a585a1deb94ca6d1979c094355c6f9f360 724 0.31/1.00 vMB 131
243,936 243,936 0000000000000085cd2f41fb708131fb0a373a0456b7296470c0d80c3ff7381b 12 0.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 781.46 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: 611.04 GB
    • Received: 10.79 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.