Loading Tool

Explorer IconExplorer

Memory Pool

81,312 transactions
30.70 vMB
0.08874970 BTC
Random Selection Loading Transactions
Max Size: 187.29/200 MB

Candidate Block

Mining Attempt d0d3aa791d854f4517b4bacdbb33b9c64600d54e19929f822509beabe2b462b0
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 723a459f77465a00bbe40f8b711385e9e668ae5eefac92fb6cb7940edab93912
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,876
Size: 1.00 vMB
Total Fees: 0.01835996 BTC
Feerates: 301.57 > 1.84 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (868,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,045 47,045 00000000348f94e2e8fc5d8e69d0559769ed4d621d205b673048dd8454e29110 1 0.00/1.00 vMB 0
47,044 47,044 0000000003aeb2d52e0658da84b3e262ab37f51e15ecb4db454374e97f048d38 1 0.00/1.00 vMB 0
47,043 47,043 000000000e4fc12437bd22ac0a4ffab02dbfa7727bc7722e6e0932ccc9a6a4e9 1 0.00/1.00 vMB 0
47,042 47,042 0000000032275e7dd8b02a9860778e25edd828fef46b2d0011643c341039eb87 2 0.00/1.00 vMB 0
47,041 47,041 000000002e6eb5fa7b7105f5eeaabdd70671abf840ee11019b52f52c832c772e 2 0.00/1.00 vMB 0
47,040 47,040 000000002f7e7b518153c4b32bd42cc7680369d124a5c8103073725e97fc55a8 1 0.00/1.00 vMB 0
47,039 47,039 0000000028821df203943d7ba1af167d0b33bd1723606bdb0a30ba57ef49aab0 1 0.00/1.00 vMB 0
47,038 47,038 0000000026c963482ba3a6a79633676960ba668f6f39371db3929b87623b60f9 3 0.00/1.00 vMB 0
47,037 47,037 00000000327959474da5cbe8b9e3dd8b0b1411b1906e6372305f133d66843d04 1 0.00/1.00 vMB 0
47,036 47,036 0000000026015d29364e06cb78f5df057b05978edef06a2f0670349a69201a46 1 0.00/1.00 vMB 0
47,035 47,035 000000002fe45dffe78ce016d135a282bcbd31518f812ac6f2654004c0771c0d 1 0.00/1.00 vMB 0
47,034 47,034 000000001d669f0717c68d9f4b8e720b8293ce93a3dc4386572740f5924904d6 1 0.00/1.00 vMB 0
47,033 47,033 000000001854668a9c72eb507b0cc4a90942bf75f326c5baee7cde0801bcf1ff 1 0.00/1.00 vMB 0
47,032 47,032 0000000030e75e2ba9ca38b4aac1fd68e95b9361011f503ba78060f4ddfc5661 1 0.00/1.00 vMB 0
47,031 47,031 000000001cfffd8d0294edada1899fa2867f7d84e6b075036588edb6a87fb666 1 0.00/1.00 vMB 0
47,030 47,030 00000000078ce0d6b80a15cec8dd80a77fd3073ea5d26dc3fcf8b062f04ffeef 1 0.00/1.00 vMB 0
47,029 47,029 000000001b0f2e246e1f3839ea5d1229ff1ceb182776520a7235debe4b7db21e 1 0.00/1.00 vMB 0
47,028 47,028 00000000045146e787864cdc4ea009618ad00311ec1851bfdc6daf1eccbdafd7 1 0.00/1.00 vMB 0
47,027 47,027 00000000003b234fa60ab139daa33b33ae6a213cf70c4e97ab5487485fade19e 1 0.00/1.00 vMB 0
47,026 47,026 00000000372bfae4909b8b4eef2cf4248b644ebb05111fb010f9fc4c524756f3 1 0.00/1.00 vMB 0
47,025 47,025 000000000bfa0c3bab92675772c794dea0ffddd18858b2e7d0d79c69b194be8f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.