Loading Tool

Explorer IconExplorer

Memory Pool

84,315 transactions
21.94 vMB
0.07554705 BTC
Random Selection Loading Transactions
Max Size: 149.25/200 MB

Candidate Block

Mining Attempt 4e0ef09373f12e88bca556651ce7435ccd5ec9e1677adcea6790161ff546fdc3
Version 20000000
Previous Block 000000000000000000015d6760a64e766c0d424f4f93dcb0c4ed517d92bb5d6e
Merkle Root 7180a65d9060b6149d9c94fd3723f8c2da77271b0e906cd6f83d273c3987751c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,828
Size: 1.00 vMB
Total Fees: 0.02651053 BTC
Feerates: 102.18 > 2.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,030 (848,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,452 67,452 000000000394dc2461c017b224e2dae18331ade02f05eaa411b8c07ed3aa2ca3 1 0.00/1.00 vMB 0
67,451 67,451 00000000041e03dda3d893250a3038a4f8107399a6411db7fd0ba4922d0e97e4 1 0.00/1.00 vMB 0
67,450 67,450 0000000004ebf74add6b3e2e226f770b66ef4723760868de1267a5c972d03a08 2 0.00/1.00 vMB 0
67,449 67,449 000000000205e6cdf4783bf43b665ba94d4cef9889020fb5ecdf1fab1bd9dff6 3 0.00/1.00 vMB 0
67,448 67,448 000000000280860e3cb92b24ecc0aa6350d09eba487c9fbe9256192c731e9995 2 0.00/1.00 vMB 0
67,447 67,447 00000000016599f6ac227ca2b38430b9e63be8c9e752fe5dacd7de241c732a1a 4 0.00/1.00 vMB 0
67,446 67,446 00000000025777854d690609a5bc31247f06ff4e0609251aab2cf134c50b863f 2 0.00/1.00 vMB 0
67,445 67,445 0000000003c6f0c0baed0ad883ea723b781ee434c320ab394ccf31b900a11d59 1 0.00/1.00 vMB 0
67,444 67,444 0000000000d6e399100c3bb28abc26eae33815279c040986b420e16ccad9b375 1 0.00/1.00 vMB 0
67,443 67,443 00000000014e2d73b1fc1aa3076ed270bb5b56e5f3d7e7a040afae731e821fb3 1 0.00/1.00 vMB 0
67,442 67,442 000000000368151dc9f50b2b0be93d886f6d76b32cacbc6c9198d7aaaf668a1f 1 0.00/1.00 vMB 0
67,441 67,441 000000000157ca2f6499abbae2b1944bd9ce05af1c4acaa45b116c81537685d9 3 0.00/1.00 vMB 0
67,440 67,440 00000000047ac892c1c9928e99d30afdb8acfdea4301a017b44ad520902b8157 2 0.00/1.00 vMB 0
67,439 67,439 000000000412c28d092b60251fdb922e2a80b56d15cabe9cf2b0b03fafe0a5c1 2 0.00/1.00 vMB 0
67,438 67,438 00000000020ffd9a00e75df921fc6c74c725dc5dc75f60455d5ff703d1a00ac4 3 0.00/1.00 vMB 0
67,437 67,437 0000000000e88c64e2a6c17e278632b3d2678f06eaed8075c392690d3d961e03 2 0.00/1.00 vMB 0
67,436 67,436 000000000255422f90da079b063bbaffc162eb48d7bfe80d75c29be92c5e79ed 1 0.00/1.00 vMB 0
67,435 67,435 0000000001b823276195b53843d767c2ed1af5db50cf3aaafa10ee4878b9adab 2 0.00/1.00 vMB 0
67,434 67,434 00000000029fa4aa3756146dccbeacfa6a20ddf9568a0cb5e10396b13bc6945a 3 0.00/1.00 vMB 0
67,433 67,433 0000000004bdb18acb086b49943b6dfae1426ae7084b838def1e204ef80e4980 1 0.00/1.00 vMB 0
67,432 67,432 0000000002ad93f714e5e1d25f548a50c74f1016938bee21a7340e86318bbdce 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.17 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: 811.40 GB
    • Received: 23.52 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.