Loading Tool

Explorer IconExplorer

Memory Pool

42,805 transactions
29.12 vMB
0.07654877 BTC
Random Selection Loading Transactions
Max Size: 149.74/200 MB

Candidate Block

Mining Attempt 6d4654fd0d92cfa0a44adf791e0a617f8496c16f066655d9f0cb3ca9a9a8c4cb
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root aa0f84fd6131344292de7f68506afd4bf8f6cb20912afe853ac6bec9689cc0f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,800
Size: 1.00 vMB
Total Fees: 0.01956713 BTC
Feerates: 150.75 > 1.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (75,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,116 839,116 00000000000000000000cac03763eeab5e4c79bbaeaa11feac4380c502aa8c77 2,348 1.00/1.00 vMB 48
839,115 839,115 0000000000000000000116fa0071e8851e3f07ff1f0f0888d2b5467c4cba9df6 2,006 1.00/1.00 vMB 48
839,114 839,114 00000000000000000000174005b4f078b7449beb2744b28824e15dd993b15138 2,962 1.00/1.00 vMB 81
839,113 839,113 0000000000000000000163ac86ef03e50025d6a994e79f1f4d23b36cb7a5f911 3,437 1.00/1.00 vMB 35
839,112 839,112 00000000000000000001d137218049115582fb49d95b0e51810b8a97ba1756db 3,926 1.00/1.00 vMB 41
839,111 839,111 0000000000000000000149c0e19518eacc6eac6be49d2b7b344ee29e7d90501d 3,189 1.00/1.00 vMB 65
839,110 839,110 000000000000000000010ee343c504d9e536149f0d802c56563e69907c13395e 3,391 1.00/1.00 vMB 51
839,109 839,109 000000000000000000015541a3291d7bc3943af403495f945dd678b4d0cabdbb 3,744 1.00/1.00 vMB 56
839,108 839,108 00000000000000000001a2aa8be2e20e257ce1bc4a62a4f205b29902b0ba3a6a 3,433 1.00/1.00 vMB 77
839,107 839,107 000000000000000000022cbc49c886b11f71cf28a60880aaed453a299bc315d5 3,732 1.00/1.00 vMB 99
839,106 839,106 0000000000000000000182164f6c34b8f3fc8d80f72cace81ce69590da6b44a7 4,097 1.00/1.00 vMB 110
839,105 839,105 00000000000000000002ed4c0befeeba01b956780e4df16ba1f77857f48a2751 3,775 1.00/1.00 vMB 119
839,104 839,104 00000000000000000002cbaa113f28a70279538880c452c826d424cc30e77977 4,080 1.00/1.00 vMB 88
839,103 839,103 00000000000000000003275752e41b5f4d9505e27e342ae36544f26edf308162 2,599 1.00/1.00 vMB 97
839,102 839,102 0000000000000000000165a3e10b428bc4f581c66aa980b7e3a6399ddc22d279 2,208 1.00/1.00 vMB 45
839,101 839,101 000000000000000000010803f792cb710244b78d4cc04b20d1b2f38b28e05153 3,064 1.00/1.00 vMB 61
839,100 839,100 00000000000000000002cd0c4e9863caa6f572be4e03d0f9bfd0279f5fd27f81 2,143 1.00/1.00 vMB 45
839,099 839,099 00000000000000000000dad844626fe65ba7e29f89e4213ce3160451aecbdcd2 1,003 1.00/1.00 vMB 24
839,098 839,098 00000000000000000001647033dd43113fdf63809cbda83b11f1d75349f39555 2,497 1.00/1.00 vMB 29
839,097 839,097 00000000000000000000a90c0b5c5bb790953bd7e71acd70f618a79d2c51a847 2,478 1.00/1.00 vMB 50
839,096 839,096 00000000000000000002a4101360d3b181b9c90d30d160f2f9334ca261fcec80 2,211 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.70 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: 629.18 GB
    • Received: 11.88 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.