Loading Tool

Explorer IconExplorer

Memory Pool

79,535 transactions
29.77 vMB
0.08769388 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt c26427bb727f2267ba7dea37bb2f84d7e37dc98f086fc1d1acc2b39a7320b2bd
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 46db10421b2d28f5c3bd43f24035eafa3fb45d6f0115b5cdc011d800bd6138c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.02086368 BTC
Feerates: 40.21 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (85,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,322 829,322 000000000000000000035d9c31bdc4d7c26d2ab51126a53f75323715ad488d1c 3,441 1.00/1.00 vMB 38
829,321 829,321 000000000000000000026037613553bd05f2bd0c796d556a0c98adf0cfbf782b 2,891 1.00/1.00 vMB 27
829,320 829,320 000000000000000000005ce85b9e497784d56a938d6ea78a785690e8464708c0 3,486 1.00/1.00 vMB 34
829,319 829,319 00000000000000000001f78ea17a76e6be6db19897fca1325b1fa186a91c9b15 2,791 1.00/1.00 vMB 36
829,318 829,318 00000000000000000002326ea6694b4e3cc910052fdea179da37fb65e4dbd4d9 872 1.00/1.00 vMB 23
829,317 829,317 0000000000000000000361ec1fe60c2d5f5c88c07e5210474105a20f775d2394 2,237 1.00/1.00 vMB 30
829,316 829,316 000000000000000000033cafa299f755d2fa754e6bfd48edc41e20ce5852c38a 2,113 1.00/1.00 vMB 30
829,315 829,315 00000000000000000001e47213efe526ec6c8a3d5ee05d44d407e0d8db8ebec6 524 1.00/1.00 vMB 21
829,314 829,314 00000000000000000000eac0b3ecdece47d8afd1d4b89b63583bc877f06a1ed2 1,128 1.00/1.00 vMB 24
829,313 829,313 00000000000000000002201591c2c455036a42b73cb4df5a3c44f41200a7eaaa 457 1.00/1.00 vMB 21
829,312 829,312 000000000000000000026166a8a317215d16f06d5d4aef79f1cf167653112a50 2,846 1.00/1.00 vMB 30
829,311 829,311 000000000000000000036a3d57cbc3a8114f0f8372a7f32bc2e2eb3d3ce44814 2,207 1.00/1.00 vMB 30
829,310 829,310 0000000000000000000317ccc712b23c8441ac9a26c1a67b19dbb124a732da46 2,544 1.00/1.00 vMB 39
829,309 829,309 00000000000000000000eb2418ba2f7e320b652d4b47b4ec42e924ea2dded8d2 1,146 1.00/1.00 vMB 23
829,308 829,308 000000000000000000008f633bc8754f0fface8c3c3a183f9adfb8a8342ea196 190 1.00/1.00 vMB 20
829,307 829,307 000000000000000000009d87d7625b1fd7f6e1dc84c950615d27002e931521ce 1,588 1.00/1.00 vMB 26
829,306 829,306 00000000000000000003522969f744d487535c7218993cd4c2925a9a8d3c2992 1,243 1.00/1.00 vMB 26
829,305 829,305 00000000000000000001f2732e6f59f6c099d6458debc79ae956fa347be5e4ea 921 1.00/1.00 vMB 21
829,304 829,304 00000000000000000002fbf14e8eebf1ab908538f09783d68e9c8dd686d3ed8e 2,874 1.00/1.00 vMB 39
829,303 829,303 00000000000000000000c8bfc045cdea990f943d46f063cf8d1bc92fc3c4530c 1,323 1.00/1.00 vMB 23
829,302 829,302 0000000000000000000096a5af819a110071ed4da3f6a517ddebbca0e4cd880d 2,586 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.