Loading Tool

Explorer IconExplorer

Memory Pool

74,813 transactions
27.63 vMB
0.07637510 BTC
Random Selection Loading Transactions
Max Size: 168.45/200 MB

Candidate Block

Mining Attempt e39fee5de07c652e31b0a093f30da277c9ff999eff13b6ba56c045a2f68da5a8
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 675a41091df37a50b781d78c69b6bbe912ef614b1205c2abc107d8ada6fb1b90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01715716 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (68,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,866 846,866 0000000000000000000070e5f98c92460fe8ba62b1f3b7694be2c5c16b11b7e5 3,035 1.00/1.00 vMB 47
846,865 846,865 00000000000000000001a8cfeb873377fec8af3e7cbd5dc025878d3b84dd7ad1 3,537 1.00/1.00 vMB 54
846,864 846,864 0000000000000000000051ee965d6cff08986492ae2554875b94bef0a60d5c43 3,372 1.00/1.00 vMB 60
846,863 846,863 000000000000000000009bfd342c5530f59efe33cf4a7dc81792d28418a687b3 2,604 1.00/1.00 vMB 33
846,862 846,862 0000000000000000000158a42166fab4aa24b64e859a16ca5ab8da494301bd7f 3,051 1.00/1.00 vMB 45
846,861 846,861 00000000000000000002adb3fe8f070b8f0ceffc8b9dbae2f6038510a70946e3 3,086 1.00/1.00 vMB 33
846,860 846,860 00000000000000000002762da1c8a78b70b78db0d28bcc0ff0f84ea27a17f836 2,597 1.00/1.00 vMB 36
846,859 846,859 000000000000000000025b22c178a2237b9df88bc842e2f320c368d092af392b 2,897 1.00/1.00 vMB 40
846,858 846,858 000000000000000000024cc9b8787fce79f547abf1c2347ec9f011b5a8777bb8 2,643 1.00/1.00 vMB 44
846,857 846,857 00000000000000000001dbf216edcdb638859cdfb49c58e9729b6b00360cbf26 2,817 1.00/1.00 vMB 37
846,856 846,856 0000000000000000000260bff1226bf5656f1c2e3413bf006c1ce3f220be7301 3,071 1.00/1.00 vMB 47
846,855 846,855 000000000000000000020ede4a322e6dbb29d891ede08297cfe25378a174d98d 3,525 1.00/1.00 vMB 35
846,854 846,854 00000000000000000002267ff22ac8a949e50e767fb285174bb169cfb2347293 3,572 1.00/1.00 vMB 36
846,853 846,853 000000000000000000034e6dd6d36ed0eeb7eec0edcf4be7c079a8c606e5d725 5,781 1.00/1.00 vMB 47
846,852 846,852 000000000000000000021133e8ee3a55f6bce154df4db1b0d4b9040bba5deb15 4,601 1.00/1.00 vMB 45
846,851 846,851 00000000000000000002dde6265a20876ea14d9a66987fb54e39233afcbfd4bb 3,036 1.00/1.00 vMB 35
846,850 846,850 00000000000000000001fbdd670dd2509ec53c68f65a2cbfa99ef20389969b97 4,462 1.00/1.00 vMB 48
846,849 846,849 00000000000000000000f5d86462f3230271d709fcfbca32bedac4a4527634ef 3,221 1.00/1.00 vMB 51
846,848 846,848 000000000000000000026dec5270763aac868f5ac2b5b83f104ca1a90a571261 2,926 1.00/1.00 vMB 31
846,847 846,847 00000000000000000002f525622c8eb450d82aed044d261feebc686cdf840cb1 3,108 1.00/1.00 vMB 45
846,846 846,846 0000000000000000000152a770cf851215a44e60e9f1ad4a0ed6003c6106740a 2,581 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.