Loading Tool

Explorer IconExplorer

Memory Pool

73,935 transactions
27.39 vMB
0.06815626 BTC
Random Selection Loading Transactions
Max Size: 167.05/200 MB

Candidate Block

Mining Attempt bc4dbbe577b8f68f8d0457c1e84a03cb446a509459341562437720df3ccd9626
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root f36b4034993acce6cfa6b0068a5665f5e336d28e700375b43a2810634e5d1b5a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,990
Size: 1.00 vMB
Total Fees: 0.00991155 BTC
Feerates: 98.68 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (870,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,946 44,946 0000000017335123b3a09738edbc93a357b3f3faf3308799ff88d525061766f5 1 0.00/1.00 vMB 0
44,945 44,945 0000000008f7f8a0f44a5931f48a7ae7155c0b1e131809f450c9f3f20a050417 1 0.00/1.00 vMB 0
44,944 44,944 0000000007f646a2a3b13b806eb43e8a38a0879dffac93f404e8abc708306754 1 0.00/1.00 vMB 0
44,943 44,943 0000000012858303ea7be6749402a2a761e7844b219c5760bab63d734e50b38a 1 0.00/1.00 vMB 0
44,942 44,942 000000002e0929c58f15a7e2b2436a01615900e74c6b496d7f8940b4bf1a676f 1 0.00/1.00 vMB 0
44,941 44,941 0000000032b2c5e09c8878e6e15d83054dbf8e76baf653905f35020801d8cc76 1 0.00/1.00 vMB 0
44,940 44,940 00000000350c5a82acc1455fd9462b1cb102ef3522f6c34d12737b684c9b2456 1 0.00/1.00 vMB 0
44,939 44,939 0000000034ecaf4c08b5195f7527ac63a8da5998dbba70d5b2bf3aef4d0e8179 1 0.00/1.00 vMB 0
44,938 44,938 000000002f4389ce902391f803443d5ffee740fef5310a2be9d7daab19ced2c7 1 0.00/1.00 vMB 0
44,937 44,937 00000000322a9dad974ea7c8cdf5e48d908a51a04280520a13e604374f048770 1 0.00/1.00 vMB 0
44,936 44,936 000000000341beca562e7315fd6a80fc34036389fed56320140da650d49b9244 1 0.00/1.00 vMB 0
44,935 44,935 000000002e754b012ff0e51fe24d55d3453b643403b10987aa406f7b4bc930d1 1 0.00/1.00 vMB 0
44,934 44,934 000000003567b729f3a64b5aff88d4ca534f629dc42d0ff9ee4c6f44ae380906 1 0.00/1.00 vMB 0
44,933 44,933 000000001cecbe185893084bfd484248b27d11765e65ee9241e35c17570d4288 1 0.00/1.00 vMB 0
44,932 44,932 000000002edca88036cf1b5a144a1f5d1f52608ff254d8be49f14b28ca57fc5f 1 0.00/1.00 vMB 0
44,931 44,931 000000002bbc74c5a12ed0902a5a53f6f16bc9420b1a419db9f83937a430aa45 1 0.00/1.00 vMB 0
44,930 44,930 00000000305aae6cf0ce837f35ea820143292570bdc1aad17d3ce3628585ee3b 1 0.00/1.00 vMB 0
44,929 44,929 0000000032a97cf68537fe96b2e31fe635187343588918277e8d1b10e2915308 2 0.00/1.00 vMB 0
44,928 44,928 000000002295339d729b317c6ec21023cd4518e6699f122bf3f1618bf607914b 1 0.00/1.00 vMB 0
44,927 44,927 00000000155e54915135c8f39cf811b24f69ae4add9f40971e0b4774f095a025 1 0.00/1.00 vMB 0
44,926 44,926 000000000abd5fed978afaac3fe0cd479a35b25d004a8ded2ac4578e1a682bd8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.