Loading Tool

Explorer IconExplorer

Memory Pool

40,955 transactions
27.97 vMB
0.07390779 BTC
Random Selection Loading Transactions
Max Size: 143.61/200 MB

Candidate Block

Mining Attempt a3ee2e6f35663f84d5eaec6168238b17ece49edbc4c1a6658f26bfbbac609409
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 9eb5f6c1dd8ab8257dca78cc8f2657f5ff7c9b8a6363da253b0f91e144efa9e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,735
Size: 1.00 vMB
Total Fees: 0.02011239 BTC
Feerates: 101.49 > 2.02 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (83,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,715 830,715 000000000000000000015fd56c5702f58b0777d46db63d0df78dea85ddd917b1 2,235 1.00/1.00 vMB 27
830,714 830,714 00000000000000000000f49b438c2320f2f61573c162f24a1b97d9b93d3c75cb 3,590 1.00/1.00 vMB 38
830,713 830,713 00000000000000000000a5b18dd77706017d1e1e175a96b9c0d06866e33c20d7 2,145 1.00/1.00 vMB 22
830,712 830,712 00000000000000000001fe87ea2c9812fd3211bbed4605c3905093cd30430d74 1,795 1.00/1.00 vMB 16
830,711 830,711 00000000000000000002d4e6348ac496139e6b9d53890a9c3aa2daa667b8f5e4 2,519 1.00/1.00 vMB 25
830,710 830,710 00000000000000000000761ec3d804dae2f9c35ddde1e3797e0843580c20bf77 2,566 1.00/1.00 vMB 27
830,709 830,709 00000000000000000001a24326efc96c8ec46d619c1f7a7234ace8dd677e1b5d 2,791 1.00/1.00 vMB 26
830,708 830,708 000000000000000000036eb5837df2c5c4c8d61562871c6cd4dbc547ece85bff 2,200 1.00/1.00 vMB 23
830,707 830,707 000000000000000000018d552ccb3928f02753dd5b2abe41d593db58c29a4e3f 3,012 1.00/1.00 vMB 25
830,706 830,706 00000000000000000001ccb803261355809bc46e6e1488e2b6daa828db2b4dce 2,921 1.00/1.00 vMB 28
830,705 830,705 00000000000000000000752d72ec4a426c205d5ea0880f4ffc2cf2bf9416f1c0 3,869 1.00/1.00 vMB 40
830,704 830,704 00000000000000000001a090459c9384bec4fcb8e6b1d1af0a7818ebec6c1071 2,363 1.00/1.00 vMB 21
830,703 830,703 00000000000000000002f1553a5e4ff177c30a07f64eea53b084c20fa181a9b7 2,791 1.00/1.00 vMB 27
830,702 830,702 000000000000000000000acab8abe0c67a52ed7e5a90a19c64930ff11fa84eca 3,393 1.00/1.00 vMB 37
830,701 830,701 000000000000000000021a609138ef544b483d8fec4720f36d981670dc312fcb 2,459 1.00/1.00 vMB 21
830,700 830,700 000000000000000000025d05c6fa99b5d0e1f7146313980605665bbda9eda606 158 1.00/1.00 vMB 11
830,699 830,699 00000000000000000002a994604f948a2b5bb450f97e5bba9d5adcabf7362f3a 1,303 1.00/1.00 vMB 14
830,698 830,698 00000000000000000002e79e27298f08ca0dd03ccf35bca65fe885dbdd6cc061 2,843 1.00/1.00 vMB 23
830,697 830,697 00000000000000000001b66af20fd201d7589081628323a7939ad9f42529f4be 2,681 1.00/1.00 vMB 19
830,696 830,696 000000000000000000032d51ac8d27c409f6ebb0b8bddb615555211bc946de7a 1,435 1.00/1.00 vMB 14
830,695 830,695 00000000000000000001483e88902a979321539738972c151e30818c67b65865 3,347 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.76 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: 632.53 GB
    • Received: 12.12 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.