Loading Tool

Explorer IconExplorer

Memory Pool

84,229 transactions
31.28 vMB
0.08673587 BTC
Random Selection Loading Transactions
Max Size: 191.82/200 MB

Candidate Block

Mining Attempt 0e2adde00c91c93f90076540f67fae2063002250dfff2572282335f1a918ef5f
Version 20000000
Previous Block 00000000000000000000c4dd7a870155212c22d4c3fb23c277f0344663518319
Merkle Root 6668966a4c5ee9eebefdd790de0981b030c4fe0c8eda1bb315c6558466bc4dc4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.01154363 BTC
Feerates: 22.07 > 1.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,366 (533,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,689 381,689 00000000000000000d0ab4a07e69ff47a4b6d4b3750a6d9b0170f4e4c273e445 1,092 0.58/1.00 vMB 38
381,688 381,688 000000000000000000f17e4f65706d41492ac7bca373d05ec694a1371c376301 1,880 0.95/1.00 vMB 36
381,687 381,687 000000000000000006b9f6d8969d13121b8ff4d57f02b2fb5174578d1e3758fa 2,760 1.00/1.00 vMB 50
381,686 381,686 00000000000000000f33552e929afd1c7e6a38bfd2649489c2c38fd26e3ad074 2,195 0.93/1.00 vMB 38
381,685 381,685 00000000000000000a12c516a3331714d4d6e8993cc3f607caf0cb0569e1037d 973 0.65/1.00 vMB 26
381,684 381,684 0000000000000000011dd3f108144a123cc90893a0976d7fc82ad1e223ba2a05 2,014 0.93/1.00 vMB 35
381,683 381,683 00000000000000000fcca702a3806e32141a6ef24286a831fa4e0d6a80234a6e 2,180 0.93/1.00 vMB 46
381,682 381,682 00000000000000000484ee634cf2706d9dff8db870725676bf772dbc4c5e9e31 293 0.59/1.00 vMB 16
381,681 381,681 00000000000000000ed475570510c8689566a7c8c8322845dfb625a73ab73838 1,301 0.97/1.00 vMB 24
381,680 381,680 00000000000000000f6db8e4b140a33903a379264a48f9097d55458f2a184dbc 1 0.00/1.00 vMB 0
381,679 381,679 00000000000000000e0c1b31433a6ffb2736a5dee38c25795f7d83a993aa3827 556 0.38/1.00 vMB 24
381,678 381,678 000000000000000002dbbee0818ac89792ea51e98e735c3d979325bfab54cb33 2,143 1.00/1.00 vMB 37
381,677 381,677 0000000000000000074fef94ae1898c22f4d586992dea74989825b23ac86a470 2,588 0.95/1.00 vMB 50
381,676 381,676 000000000000000007c62576b3dc96235bbf0f8dd239dc464ade0ed86f43494e 890 1.00/1.00 vMB 17
381,675 381,675 000000000000000004a383516b8de63eadef7824263f13a22df777bef41d265e 2,318 1.00/1.00 vMB 39
381,674 381,674 0000000000000000010147b0628f44f78093f5afac324d0586edc77304e50862 1,462 1.00/1.00 vMB 32
381,673 381,673 00000000000000000b5cd1641aee4f3fec4dfd1435ede1fec4e51fa1d1b97e21 1,160 0.99/1.00 vMB 26
381,672 381,672 000000000000000006cd88c1d5ada20106d5050ef10ccd762e00d3ff8bd2e965 1,389 1.00/1.00 vMB 27
381,671 381,671 000000000000000004b752bfb89c9183b282ed385fa2ff9155ee4d15684130c1 2,469 0.93/1.00 vMB 51
381,670 381,670 00000000000000000a4600d951bd02ab00c559ab1cdd6b2275beb5040852f27f 660 0.72/1.00 vMB 18
381,669 381,669 000000000000000009630b2ea927f605fddb8e79901bfb4999184d0f3a76c8ab 1,527 0.96/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.03 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: 719.51 GB
    • Received: 18.08 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.