Loading Tool

Explorer IconExplorer

Memory Pool

79,894 transactions
29.51 vMB
0.09148727 BTC
Random Selection Loading Transactions
Max Size: 176.98/200 MB

Candidate Block

Mining Attempt ea47ccfa5a1cc18f7af3eabfec6a729011673cdd8f8e7d87c894bf42060fd205
Version 20000000
Previous Block 00000000000000000000ac9a110e87b4ee4be0fde34cf75b1a29f72c4b2b9abc
Merkle Root cfb2f11174a90e7f9d2d0ddbbaadc10ad479a42a788d566ad7f489ea758efc60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.03138407 BTC
Feerates: 101.65 > 3.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,063 (376,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,699 538,699 00000000000000000008b3cd288a5051e603e9cfffe949b3984b2a4c67d1d5b0 1,777 1.00/1.00 vMB 59
538,698 538,698 00000000000000000013f749814962bf1e1aa58bb721a836d5a8a7c8eb3d9a60 2 0.00/1.00 vMB 6
538,697 538,697 0000000000000000001f9322f024fdc3a85fd5a5e309f7355eff8076524837d6 2,437 1.00/1.00 vMB 39
538,696 538,696 00000000000000000009ef223af6652bbc8736e756e1b276dd429298eb4a3198 2,141 1.00/1.00 vMB 50
538,695 538,695 0000000000000000000d8b4025c6356088d75a7f3e6818411bab2b748947dcda 1,614 1.00/1.00 vMB 8
538,694 538,694 0000000000000000002669a90eec10c534c158eabe4ef8bd7f6133601f0ab116 2,108 1.00/1.00 vMB 41
538,693 538,693 000000000000000000265ffa1b8c7a8268fdcbe5a6c585997c892db309bbd88d 495 1.00/1.00 vMB 3
538,692 538,692 000000000000000000036cce479405c0b36eaed56cbbef2a0ab0306e7c6b685d 2,582 1.00/1.00 vMB 27
538,691 538,691 0000000000000000002308b1c0c6f3f7701895cb2e820ed417d8ecf4d94e66a4 991 1.00/1.00 vMB 9
538,690 538,690 000000000000000000288e457c4b02d596dc83d5c7b37c7f6d08254713827761 1,885 1.00/1.00 vMB 3
538,689 538,689 00000000000000000022570fb69a24d57fdbfb4732eb58b56d320b44c7d751a6 2,210 1.00/1.00 vMB 51
538,688 538,688 00000000000000000022910a7e3c24cc7c101cfae406d9f64353ae9487b572d7 2,188 1.00/1.00 vMB 31
538,687 538,687 0000000000000000001d9b9c5864c3c546633abe054d707cd1d5bfd5df1a80c8 1,556 0.70/1.00 vMB 24
538,686 538,686 00000000000000000018db953862c6a82c76fef850935d48c9a3b92f2b61c5e7 572 0.33/1.00 vMB 19
538,685 538,685 0000000000000000000af944baf46a572ed6498b7a96b8990b264c511e7d05fe 1,873 0.94/1.00 vMB 16
538,684 538,684 000000000000000000091c6ce506b7240717198a84b6dc056221ff7967ac321a 555 0.23/1.00 vMB 60
538,683 538,683 000000000000000000182b955282216c24a2eaed40c3c76491a2de3837398404 1,068 0.45/1.00 vMB 38
538,682 538,682 0000000000000000002806557d6f28ba0a3186d82b268ed597e7c262d5953427 1,597 0.65/1.00 vMB 25
538,681 538,681 0000000000000000001d803e9e733f910d43d51d0664a498f2e7e2dd0c533941 600 0.26/1.00 vMB 19
538,680 538,680 000000000000000000084b2c63d54ad0ca832a55ca65337c9b03852b63efdc1f 1,128 0.47/1.00 vMB 25
538,679 538,679 0000000000000000000422c3f3e8bb58950fd17b15b035c89870f66a0d333439 2,245 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.50 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: 668.43 GB
    • Received: 15.52 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.