Loading Tool

Explorer IconExplorer

Memory Pool

27,852 transactions
12.49 vMB
0.04107531 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.41/200 MB

Candidate Block

Mining Attempt 9c89494724c4d1cdd0b3b577d4e558e9a5729f12f35315ef9f76419bde8eb482
Version 20000000
Previous Block 000000000000000000000f78b5039183da5ed41eb05942de3a2a266776018bfb
Merkle Root 8c2c7eefb5c2bb99dd53e859c58d20c8b592fdbd8df613376adca9c2ddcc5a72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,467
Size: 0.997966 1.00 vMB
Total Fees: 0.01982226 BTC
Feerates: 502.67 > 1.99 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,689 (646,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,648 267,648 000000000000000723e576ffa7fb56558d3f4afa251783c43e8e40e06b4d23c6 85 0.04/1.00 vMB 63
267,647 267,647 0000000000000007c64b046b7dbbe1b44912832bf2f3651618652831de62041f 56 0.05/1.00 vMB 30
267,646 267,646 00000000000000032186d83a4b5ca2206b57f115dfd67dc2706479d37079b456 32 0.01/1.00 vMB 72
267,645 267,645 0000000000000001f1afc7f18a13fc7dce7d568cb3e0286d71933e306a39fdb4 53 0.07/1.00 vMB 52
267,644 267,644 0000000000000009770711a461b69df7dc3b23f11649f4bb78aa1c5a11289f79 54 0.03/1.00 vMB 44
267,643 267,643 00000000000000006c8fea50eda77d8546c9dbc40851513939128528e4bbb446 97 0.06/1.00 vMB 41
267,642 267,642 0000000000000007b5ed8fa8e6d35252ba5f90026ecab572ced475e1219759f7 9 0.00/1.00 vMB 41
267,641 267,641 0000000000000002944ad9e479d94f2e582d74029cec7e35f9d51717e309b1c2 312 0.15/1.00 vMB 49
267,640 267,640 000000000000000966d69a732b89d7a7d3578670606234f0389a338eea87e5c3 56 0.02/1.00 vMB 104
267,639 267,639 0000000000000002c999622062c3534c57b5b6103476db65fcd217eb520ff7a2 90 0.06/1.00 vMB 44
267,638 267,638 00000000000000007c17cf4a314f10d5639df4fce23b66c0a5ccb2c33b1b54d7 8 0.01/1.00 vMB 43
267,637 267,637 0000000000000009e1d58b0cd9578eb75b79ef18fdcd15296028b7302da058b9 12 0.01/1.00 vMB 64
267,636 267,636 0000000000000002b79a70b5c114fdad0397c16e1c7097850b46fa8dc12f1b69 15 0.01/1.00 vMB 47
267,635 267,635 000000000000000742baea18ff48f646a53f2d24c7c7fc0788f4845780995968 3 0.00/1.00 vMB 60
267,634 267,634 0000000000000004f6c79bcfab8c1061f0e635148cfaf75098ce56667c401504 14 0.01/1.00 vMB 98
267,633 267,633 00000000000000017dab62fd8488c3e2114240a577034d001a5787a2a68bc8dd 145 0.07/1.00 vMB 53
267,632 267,632 00000000000000092cb5ade0b5ad67e0c20119c761906f044bbc102d8461efb3 17 0.01/1.00 vMB 42
267,631 267,631 000000000000000a7c7807af674cd9f94d4503be304e4828719d498483332c62 57 0.02/1.00 vMB 39
267,630 267,630 00000000000000074cd5632df6a11e55ad791d6915ab04a917aa26cf3cbdeb20 396 0.49/1.00 vMB 30
267,629 267,629 00000000000000021bf38cfc16fe431c33f931fbb1ef35194ed2507415b476de 117 0.25/1.00 vMB 22
267,628 267,628 0000000000000007a30c0d5aca337668683d5ccddbcc7c3b409222aad9ca5b80 294 0.13/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 780.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 490.34 GB
    • Received: 3.37 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.