Loading Tool

Explorer IconExplorer

Memory Pool

81,172 transactions
30.66 vMB
0.08070196 BTC
Random Selection Loading Transactions
Max Size: 187.19/200 MB

Candidate Block

Mining Attempt 7408013e072a29a53359fafd1be30ff3b1ef248c950f19aaf462c026c1832c05
Version 20000000
Previous Block 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b
Merkle Root 662a3e7de6e4a2bc7a16e81714a144d641c4255811922dc3c063901f716a9b9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.01160793 BTC
Feerates: 81.27 > 1.16 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,357 (29,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
886,031 886,031 00000000000000000000f9a7e9e559c5f13142de587522982044247c4c0ff9bb 3,433 1.00/1.00 vMB 8
886,030 886,030 000000000000000000021ca58a6a5cbb1dd3fb5bf24b954915cd2ff7d7fe57e2 1,970 1.00/1.00 vMB 1
886,029 886,029 00000000000000000001e68bb1026776697687bf9ea6d2653c1dffadfe33d377 1,976 1.00/1.00 vMB 2
886,028 886,028 000000000000000000024695100944a6bf15543e69fbaf3b3c53bafd5787fd54 3,347 1.00/1.00 vMB 6
886,027 886,027 000000000000000000005fa7a4728458ca5ee7ab9a21a98c3432a3da7233aafd 3,185 1.00/1.00 vMB 5
886,026 886,026 00000000000000000001b5237227b124393b548287d6743c285b68512aa8ed90 2,720 1.00/1.00 vMB 2
886,025 886,025 00000000000000000001c0a1a4e271291594ec72be6b21d21e4b24c064547c67 3,669 1.00/1.00 vMB 6
886,024 886,024 00000000000000000000e7cb485f396436b2aa2059f55b03dfe5a24cf0ec809f 3,617 1.00/1.00 vMB 7
886,023 886,023 00000000000000000000735bb7d1d9a3d71da8673f35030e386f1a759c9f0c96 2,195 1.00/1.00 vMB 3
886,022 886,022 000000000000000000012e7d9b0a1a4ac51529cb904b2d15f45a0be41acfcbb0 3,229 1.00/1.00 vMB 5
886,021 886,021 000000000000000000012b7934bb0e26e4ebb12b62290c6407ad252e8d254ffc 2,361 1.00/1.00 vMB 4
886,020 886,020 000000000000000000006a6ae4f529ded42ef6ee585213a7d5beab180c32b546 3,911 1.00/1.00 vMB 5
886,019 886,019 0000000000000000000106480c93aaba8829ff9d15e2e4cab3cc78c40ec3503a 3,272 1.00/1.00 vMB 8
886,018 886,018 0000000000000000000163bf2312adf40afcff8d7b1d05e491b9c18fd934f9e5 3,278 1.00/1.00 vMB 11
886,017 886,017 0000000000000000000080259b7001fcb281d72273c3ed016c4aa6b8a8cce5ea 3,504 1.00/1.00 vMB 3
886,016 886,016 00000000000000000000957fb11620d739553bfdd42ff4f57ac96db9eabbcacb 3,071 1.00/1.00 vMB 4
886,015 886,015 000000000000000000011584ab6e3d627f03fe8725047d8c89f183be14751e91 702 0.99/1.00 vMB 1
886,014 886,014 0000000000000000000091cf63cb16e09bb6c60662673e9d35fd696faf112691 2,768 1.00/1.00 vMB 2
886,013 886,013 00000000000000000002623f00f7d7925aaf931aff9b2d83340b75e5cdbcbdb1 3,223 1.00/1.00 vMB 4
886,012 886,012 000000000000000000016a3286b8a833d3b8b462464c9c755e9662e84d5b6d19 3,582 1.00/1.00 vMB 6
886,011 886,011 000000000000000000002a7d4dba911d1fd05453d751c8a57e908e948c740148 3,099 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 718.89 GB
    • Received: 17.98 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.