Loading Tool

Explorer IconExplorer

Memory Pool

49,613 transactions
28.58 vMB
0.10702433 BTC
Random Selection Loading Transactions
Max Size: 152.51/200 MB

Candidate Block

Mining Attempt 03aee87c9c8c87300df1f9732d48a2418c20806435ac694477a34da13dd2d4eb
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root f58147ebcf2cb68f5c77348d3b73821ab2da3afd47a98943d959ceaf915c58ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,164
Size: 1.00 vMB
Total Fees: 0.04726447 BTC
Feerates: 500.00 > 4.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (234,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,788 680,788 000000000000000000037f8adaaaf1b3ca750354f7a03c51cec234569c05255e 1,224 1.00/1.00 vMB 17
680,787 680,787 00000000000000000003f5dd86cd7655d6cdb7763fca43f198a379006376e1e5 926 1.00/1.00 vMB 96
680,786 680,786 00000000000000000007ddfb930ccf564c2c46bc67972bde116a2bb8dd813768 930 1.00/1.00 vMB 157
680,785 680,785 0000000000000000000bea4cce22bf138bb6471af266a088e6083f2f522b8a64 1,742 1.00/1.00 vMB 55
680,784 680,784 000000000000000000028c8494e573d375db5a12033d73929be269571dac06f3 2,139 1.00/1.00 vMB 126
680,783 680,783 00000000000000000005532efa86c19d205f83d9f18e9ee1e0a5575437891525 2,088 1.00/1.00 vMB 154
680,782 680,782 0000000000000000000ad00a3c35bc13cbb47ebf06398645287a33dd4f730f1e 1,321 1.00/1.00 vMB 30
680,781 680,781 00000000000000000005ac659c43e5fa75cd7ca19c7cb07ffe034fec70e70059 1,034 1.00/1.00 vMB 59
680,780 680,780 000000000000000000032edca2fe8b9a090fb72a1493a17b6ad5ffe0d7adec80 1,228 1.00/1.00 vMB 97
680,779 680,779 0000000000000000000a249d94b1ccc03ad0bb59686b1d140f495ae2633e7124 1,383 1.00/1.00 vMB 38
680,778 680,778 000000000000000000086acf5408c655d31960dec9a24c9d987997d828a35677 1,876 1.00/1.00 vMB 41
680,777 680,777 00000000000000000000114045fe00f88488caf1854703f21f23d73f9fcc8bcf 1,116 1.00/1.00 vMB 40
680,776 680,776 000000000000000000043fc10d5155d26b63064e733ef418119d47889ef0ddb1 1,578 1.00/1.00 vMB 97
680,775 680,775 00000000000000000002e406f0f7b9d52754da9866d40e48e8d96b9237bdf56f 1,596 1.00/1.00 vMB 59
680,774 680,774 00000000000000000001e54f887dbd6c959b44918daa2a436784401228a47401 1,303 1.00/1.00 vMB 27
680,773 680,773 00000000000000000004fdc55bdd8724a5e2fd4c2f620f9d34b27719b22bd26f 1,835 1.00/1.00 vMB 51
680,772 680,772 00000000000000000004afbc938f8b40a9d5e98e9ed1c4193e2285c9e4cf255b 1,347 1.00/1.00 vMB 57
680,771 680,771 00000000000000000001f69a3d8303f2fa28d3a8a34bc6ef3690aa5056bda52f 2,082 1.00/1.00 vMB 32
680,770 680,770 00000000000000000007f4ac485d17cecc43177bce036d737e20eba6bb6a5196 2,245 1.00/1.00 vMB 125
680,769 680,769 0000000000000000000abfe656ef583e7672090e093c472a584c9b5fb6deb3dd 1,178 1.00/1.00 vMB 161
680,768 680,768 00000000000000000004feff0a046a56ff89c7bc05e6fd477e5d733b742ee8a5 2,215 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.01 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: 649.49 GB
    • Received: 13.18 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.