Loading Tool

Explorer IconExplorer

Memory Pool

81,143 transactions
29.85 vMB
0.15167754 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 112b9074ed248fdb5ec18edc736fc5867b7f8a17b0b29acb6986ebcd05743125
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 669db60359b3dd87648f2adf4237d4947390817a9f2325fdf16c3ef148241a2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.05761521 BTC
Feerates: 1,002.91 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (480,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,066 435,066 000000000000000001076b3922e42259068db47b1961f541c28c84ec01b1ae16 2,219 1.00/1.00 vMB 70
435,065 435,065 00000000000000000333a3f2e906f4b78f72da8e66630ed0e2a761ccae9ef068 2,107 0.99/1.00 vMB 64
435,064 435,064 00000000000000000422ffa36fcd0336a9fe791d5c6e2b33c599e82def74baf5 2,457 1.00/1.00 vMB 72
435,063 435,063 0000000000000000002022afdb74359111ed2f2fe919bd656da6a01637914d38 2,229 1.00/1.00 vMB 101
435,062 435,062 0000000000000000022a3b75e78da369c5f764d89075150ae7f7f01963e318e9 1 0.00/1.00 vMB 0
435,061 435,061 000000000000000003adbe6624a45a8c6fecbf4486d181ba0c921d36285c4a62 3,577 1.00/1.00 vMB 61
435,060 435,060 000000000000000003d3ea55473313acfe1bbf03dda71fead7433d7939dc4299 3,033 1.00/1.00 vMB 70
435,059 435,059 000000000000000001dbe9a30508b29113bed68a7d92480a5b3939015dcf0cb4 1,518 1.00/1.00 vMB 81
435,058 435,058 00000000000000000354a85005caaaf2161db33d54cd8c2601e9a658c7e71913 1,704 1.00/1.00 vMB 73
435,057 435,057 0000000000000000021e850e3e39faaa9ef402e92967b6d8057b14ad1d3b9bd8 1,421 1.00/1.00 vMB 57
435,056 435,056 00000000000000000320cb8687f134824274dd073176896d339d4589f3690c8f 1,877 1.00/1.00 vMB 88
435,055 435,055 000000000000000003cd27dce780e50e2077fbc02575e9c4b0f9fd6030cf5e16 3,017 1.00/1.00 vMB 58
435,054 435,054 000000000000000003d61e06a16e0fba905ba4198c599ed6a6b7f3c9d8bd8643 2,346 1.00/1.00 vMB 69
435,053 435,053 00000000000000000098621b2c33dccba710f6b5c67f578a5c5da0021431f445 2,557 0.93/1.00 vMB 88
435,052 435,052 0000000000000000018b1e12a70c372f2a6be7c956e1e687ca3c927bf6aeb93e 2,629 1.00/1.00 vMB 70
435,051 435,051 000000000000000003c975d30a759f5c78c066d886161fd1ac96f546c0c413d7 2,926 1.00/1.00 vMB 82
435,050 435,050 00000000000000000382b443160cab4e3b200334630d008ebdcd477fa52fb6be 2,770 1.00/1.00 vMB 71
435,049 435,049 00000000000000000385e8d0340393d3defa40f4112fe93546b9345722135a49 1,986 1.00/1.00 vMB 88
435,048 435,048 000000000000000001cb68445004c23791ba96e4bc0c0750e7580ac44f9adc59 1,314 1.00/1.00 vMB 95
435,047 435,047 000000000000000001c5b1899f559e2e6d9e9efa465bd691c7a98ab6be3fdd03 350 1.00/1.00 vMB 88
435,046 435,046 0000000000000000015f18e7da7949af9af51fff78371524c77e2e14de648acd 443 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.