Loading Tool

Explorer IconExplorer

Memory Pool

41,852 transactions
28.66 vMB
0.07138490 BTC
Random Selection Loading Transactions
Max Size: 146.49/200 MB

Candidate Block

Mining Attempt 12aeac6be9ab015d976de95862ca032425190d54cd90b46a6928f555e20c7ced
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 7e3761c1a26477ae152f3c1d9fd9df6daadd4757c6c1586179e057101d62ed2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.01580717 BTC
Feerates: 104.56 > 1.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (194,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
719,659 719,659 000000000000000000014b1e38c97e3301db75c7354a2d29f048b8e9d5db3546 2,957 1.00/1.00 vMB 2
719,658 719,658 0000000000000000000405ab56afeec452ebf6f6ffd9585c5cd04861ce52f6fb 2,982 1.00/1.00 vMB 13
719,657 719,657 0000000000000000000a9a0b9b705bd9177ed715b2caf1bf9861cfe6d634a3dd 2,998 1.00/1.00 vMB 8
719,656 719,656 00000000000000000007847a3f2de021b23970da0e341ad7d6d243834d1bfee4 3,526 1.00/1.00 vMB 6
719,655 719,655 00000000000000000003f1496088561b9f79fe0d88fe9cef7318fec778e2d765 3,142 1.00/1.00 vMB 6
719,654 719,654 00000000000000000007405d103e0171af8daef44fd5a64a81e48150eb575ecf 2,583 1.00/1.00 vMB 8
719,653 719,653 00000000000000000004ccabafb572d58ce0c38756115162ff70a6ef4ce4d09d 2,848 1.00/1.00 vMB 18
719,652 719,652 00000000000000000008f24dc425c1189b682495b6d286f12b9944691f759b97 2,708 1.00/1.00 vMB 6
719,651 719,651 0000000000000000000661ad36619f6a1d29c5f9c0eebe3ede9e4f3d16e52037 2,803 1.00/1.00 vMB 16
719,650 719,650 000000000000000000033f8159b3f7f5b9533987ed94496d02aa2d2c26aa1f13 2,888 1.00/1.00 vMB 19
719,649 719,649 0000000000000000000119c333132a25b3d028e4080f8085be78ba9616cfc7b7 692 0.48/1.00 vMB 1
719,648 719,648 00000000000000000006384b32f48f58452c220180bd4fd544af9d327f379f2c 3,275 1.00/1.00 vMB 6
719,647 719,647 00000000000000000005e7e5a6ea8b8e1f54cee4e2371f8751ccef12d58140e0 3,065 1.00/1.00 vMB 4
719,646 719,646 000000000000000000015ec65f5ea71d0c27c364313fbbb7f2e08ebfc4593791 2,243 1.00/1.00 vMB 13
719,645 719,645 00000000000000000003f7b7473e500aead49466eb60f9d638703861c4ac2153 2,285 1.00/1.00 vMB 13
719,644 719,644 0000000000000000000666d917d99387f87d706deb0407fe0243384cc58c6fae 960 0.97/1.00 vMB 1
719,643 719,643 000000000000000000005d5a094802951d73594b8b17fc6ed8f5b548ab632443 1,597 1.00/1.00 vMB 3
719,642 719,642 000000000000000000078fde379ad750e7a1a5488cd6fdd566fe3877076427f2 2,480 1.00/1.00 vMB 15
719,641 719,641 00000000000000000002843f45ed8bf566f14c5ba4c66f9c218892c73f1d1a42 1,695 1.00/1.00 vMB 5
719,640 719,640 000000000000000000087192b9c2356980bde4c0599cf576549e2b1be28d550e 2,881 1.00/1.00 vMB 6
719,639 719,639 0000000000000000000675357e1ee880363c779e0b53922e910f642fbfdab03b 3,102 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.