Loading Tool

Explorer IconExplorer

Memory Pool

45,571 transactions
27.64 vMB
0.07465654 BTC
Random Selection Loading Transactions
Max Size: 144.81/200 MB

Candidate Block

Mining Attempt 2d3a1dd0017b45d4cb3e245922aa29aa25d387abecbe92286d05eb780fb538ec
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 20af49d740d4eba9a36aead66fa8cf0a79e993fa7ac43a2d7545723a0ce74a27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,534
Size: 1.00 vMB
Total Fees: 0.01973167 BTC
Feerates: 124.00 > 1.98 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (129,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,928 784,928 0000000000000000000560fb823b6426c3305cc4cf6841a4bb03f925b4d58ced 3,177 1.00/1.00 vMB 28
784,927 784,927 00000000000000000004469fb5e008e4fd68a931252a754a98c76660c577bedf 1,783 1.00/1.00 vMB 11
784,926 784,926 0000000000000000000222944d6a904a2312a2c03f5840a3c6cce4312ec010be 2,145 1.00/1.00 vMB 19
784,925 784,925 000000000000000000018a8e159d6eaedcdd4a5fcfbf36fb741f588f6dd70d9d 2,673 1.00/1.00 vMB 15
784,924 784,924 0000000000000000000132b9bafcc628537bff8547a27476dfe7e7a269f9c2d9 2,785 1.00/1.00 vMB 15
784,923 784,923 000000000000000000016da87ef1d49caf68c39ae71fd9bf6091d519aa302768 607 1.00/1.00 vMB 2
784,922 784,922 00000000000000000002ef4c74491134d40dfaeb3b08091a8ea3046199f84610 1,720 1.00/1.00 vMB 13
784,921 784,921 00000000000000000000ec03fd6271364bd7653793086d8d0cd7303fda607905 1,630 1.00/1.00 vMB 5
784,920 784,920 0000000000000000000184239af16052ea4a9100bce9824fcdf87bdf1d4fff46 1,848 1.00/1.00 vMB 13
784,919 784,919 00000000000000000002fd6ee2ed7448d10cc29400fb102f16f3c9f8e0159b14 1,291 1.00/1.00 vMB 5
784,918 784,918 00000000000000000003fd4062f1ce6f73736f9bd80e671824f6c73f253f105f 2,569 1.00/1.00 vMB 6
784,917 784,917 000000000000000000056bf20e0fc0d43886d650a65b2cc85c87ab841f891469 2,771 1.00/1.00 vMB 22
784,916 784,916 0000000000000000000357b72ab3a97e65a955accb4e16d123f20769b0f19aee 2,087 1.00/1.00 vMB 16
784,915 784,915 0000000000000000000216b15432bb8430f0813a7faf157753dca8aebf1c6e46 2,787 1.00/1.00 vMB 32
784,914 784,914 000000000000000000055fa15f2170a0ce3c90c17c2c3a8f5b3d22abceb4fd9a 2,363 1.00/1.00 vMB 23
784,913 784,913 00000000000000000004f3d50be20aa7d7e3520a357a3f23c7bc281b087e6acb 3,052 1.00/1.00 vMB 29
784,912 784,912 00000000000000000002f8044a07648ba30d46066db274926084a3a2ea51890c 2,617 1.00/1.00 vMB 26
784,911 784,911 00000000000000000001b9ac193e34fc143a4a5c7ef62f6e073eda7773ca03b3 2,377 1.00/1.00 vMB 33
784,910 784,910 000000000000000000000d6afc6a63af323e132667705669cc59f0e519a6f46b 3,075 1.00/1.00 vMB 17
784,909 784,909 00000000000000000000e835c8faf748d5d5fd15cf7ef114a85ca68560075204 3,674 1.00/1.00 vMB 31
784,908 784,908 000000000000000000040b5a99884d284c0b5f9f05d839e58e9f3dd3fb1f24a0 2,212 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.