Loading Tool

Explorer IconExplorer

Memory Pool

75,850 transactions
28.13 vMB
0.08838629 BTC
Random Selection Loading Transactions
Max Size: 170.58/200 MB

Candidate Block

Mining Attempt baf353792baef1a00c264ed32fd441c04d8c216c65aea5e8daf9ffc5441c567d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5e4e1a25ab71932e8220b8282f5394b1b2c4c21eaf54655d175390bcfca6c1fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02704118 BTC
Feerates: 150.80 > 2.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (625,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
289,651 289,651 0000000000000000147834eca57f72adea5f3942f656d12404b10315a04786e7 117 0.08/1.00 vMB 31
289,650 289,650 00000000000000007211a114a74c519871bd3be4b66201691788d4559f08fe3b 352 0.20/1.00 vMB 42
289,649 289,649 00000000000000004321aab4c962119e396fb655c49335bd4503e2edfcc2666d 452 0.43/1.00 vMB 35
289,648 289,648 0000000000000000076e171977da1a9249779da0e30835c23b5138d4ff0ca523 1,171 0.50/1.00 vMB 41
289,647 289,647 000000000000000029b89d6e14a837ec8b984b610ec8cd3cd8874ad46c379f8a 256 0.09/1.00 vMB 29
289,646 289,646 0000000000000000a44d0b52a25f2edba91ac390efe267553d02dddd314534e8 389 0.25/1.00 vMB 25
289,645 289,645 0000000000000000116ae4d98ce0d0e51955cb746c95e1976a2f5ea450b8785b 359 0.32/1.00 vMB 34
289,644 289,644 0000000000000000f7ec7527d2ddc2000f6edfb93c4e26d57cafcb6da7c34fd7 656 0.60/1.00 vMB 30
289,643 289,643 0000000000000000e47c98fb0e7d75853605a615e5cb6796cb43e5d9f6cb4e04 114 0.12/1.00 vMB 10
289,642 289,642 00000000000000009bf700f2dd2316470103108f018ec0676033acc7c2c97640 803 0.35/1.00 vMB 35
289,641 289,641 00000000000000011fa943aa53515adb0eebaa0b1c5d0d4854992339db7dc81b 128 0.03/1.00 vMB 43
289,640 289,640 0000000000000000f3f797f1eeb9f0be1fb075ad6d3dc3ac7dea14deec769f3d 622 0.38/1.00 vMB 28
289,639 289,639 0000000000000000f4f5ba334791a4102917e4d3f22f6ad7f2c4f15d97307fe2 299 0.12/1.00 vMB 18
289,638 289,638 0000000000000000872db620d050f2b69b860cc18f745f38b750601e4e39f8cc 640 0.42/1.00 vMB 30
289,637 289,637 00000000000000011e45ef9bcd02be0d15ad497d794ccc69fed5bf86192a2fd8 171 0.10/1.00 vMB 17
289,636 289,636 0000000000000000745a05b88719e2e7a087d8a41e9de4bd020ba4c27985fdc2 338 0.29/1.00 vMB 33
289,635 289,635 0000000000000000ac2c5fe4942a7d6baa8cb2ff6bc9932e9eb23a5f15b8e939 400 0.28/1.00 vMB 26
289,634 289,634 0000000000000000b7a424bb08c94d0ff788a95be4c5b2d9a71ba866718bec4f 406 0.24/1.00 vMB 38
289,633 289,633 00000000000000006688e4ae1d29d40bc45952c6eb39d6689423a2f64f23946a 296 0.22/1.00 vMB 13
289,632 289,632 0000000000000000e747fed346e610d910ee5adf4c6e32dedad1f9fe2698ba90 827 0.42/1.00 vMB 29
289,631 289,631 00000000000000006d792467cd2e0776035a9fe1cc96c8ab7c4ea9952010c76c 53 0.02/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.