Loading Tool

Explorer IconExplorer

Memory Pool

66,115 transactions
19.48 vMB
0.05962222 BTC
Random Selection Loading Transactions
Max Size: 126.63/200 MB

Candidate Block

Mining Attempt 57076e394142aae84ccc8c8ce86cb3bd1cddf4cd358aff433c21c5983dc32659
Version 20000000
Previous Block 00000000000000000000c300deaf522131f71e3c3f3bfb91579918e2880c9d6b
Merkle Root 31d031cf98f637beced7f6061e31154881fcb8eb7994d41fbe359f823b418d03
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,214
Size: 1.00 vMB
Total Fees: 0.01516446 BTC
Feerates: 164.73 > 1.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,817 (125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,692 915,692 0000000000000000000178d5538a4cbb2de94d4987e9926b56eb43a1d7cf94b4 1,283 0.47/1.00 vMB 2
915,691 915,691 000000000000000000010766c3169c7c953ee83d4df47e576159ae2ac5fd242c 5,315 1.00/1.00 vMB 0
915,690 915,690 000000000000000000019c72d41a5156888901a49b9a50d21bdfadc5f6bde236 635 0.30/1.00 vMB 2
915,689 915,689 00000000000000000000ea342d9e0d9c4d585f7d70f2a43b3ede30fbd7c4b7c4 1,513 1.00/1.00 vMB 0
915,688 915,688 00000000000000000000a73c93ce378c93465ce84869e926e98a9a8d54ffb07b 5,419 1.00/1.00 vMB 1
915,687 915,687 000000000000000000000c7f90aedde84e8d7af33997690383bd476a31fae595 5,910 1.00/1.00 vMB 0
915,686 915,686 00000000000000000000c7349cf6d80d3bbee8438991db82db85a2618176bc05 1,235 0.47/1.00 vMB 2
915,685 915,685 000000000000000000017b62ec84859abaa8b6ce586402d322b916b3fd181610 4 0.00/1.00 vMB 4
915,684 915,684 000000000000000000016b81512656236cdb41c95d8de936fabe6d4f629fd0c3 1,291 0.46/1.00 vMB 1
915,683 915,683 00000000000000000000660d74efde44e290b1d4b3fea29c2056ba93b3c2fb88 2,426 1.00/1.00 vMB 3
915,682 915,682 00000000000000000000986ccc85d25ba25b6b7dfff50ad9f1f54e05660e8194 1,411 0.55/1.00 vMB 2
915,681 915,681 000000000000000000003738336ac12817c9c958de9cd89da5cf1c965e1d3af0 641 0.24/1.00 vMB 2
915,680 915,680 00000000000000000001e16cd253472ec4b0f5b0bf7b26d9dbc64eaf2b41cfc6 5,007 1.00/1.00 vMB 1
915,679 915,679 0000000000000000000128225eb65351aaca98190844727dbb5b262a70ee63ae 50 0.09/1.00 vMB 2
915,678 915,678 00000000000000000000a07cf6e2293c7780767e7c5ab5dcf795eb95b8bd60b7 531 0.14/1.00 vMB 2
915,677 915,677 000000000000000000019954e5550ec33e3a8f4e1322b7eac3100d59dd22b829 4,954 1.00/1.00 vMB 1
915,676 915,676 00000000000000000000590d875a1f0fce9931efff9bbafcbc05bb0ffb07b911 5,397 1.00/1.00 vMB 0
915,675 915,675 00000000000000000000e338a1c90feb9182d7b853fad30c9e138876190215e7 2,208 1.00/1.00 vMB 3
915,674 915,674 00000000000000000001d4de7de8049111c10bcfda8c0c2a67a4b3c06ee3fdf1 47 0.08/1.00 vMB 2
915,673 915,673 000000000000000000011506ece9af5c049c39db13e51017e38a61d71bac5f6f 4,532 1.00/1.00 vMB 1
915,672 915,672 00000000000000000000e69e6c689aca10d19cfd025962f8d905e183e83efd16 4,974 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 786.63 GB
    • Received: 21.68 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.