Loading Tool

Explorer IconExplorer

Memory Pool

41,116 transactions
27.38 vMB
0.06581631 BTC
Random Selection Loading Transactions
Max Size: 141.53/200 MB

Candidate Block

Mining Attempt 66c8fc20134e33061fa633f89f798c989a329738119f3b48fd5e36ece43d1073
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root d86748f25a5134ad66f7bbdfe5d4d69542f3aab608dcd1a6d217663d676692f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,721
Size: 1.00 vMB
Total Fees: 0.01334638 BTC
Feerates: 100.53 > 1.34 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (194,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
719,663 719,663 00000000000000000003f5b80a2db6fac4df57ba0a739d71d86cca5005e4edcc 1,865 0.72/1.00 vMB 8
719,662 719,662 00000000000000000003065816e43cd1195e6df1f5b9aa26c0c30461894b7d1f 1,215 0.73/1.00 vMB 3
719,661 719,661 000000000000000000046e686e2786256a9cd43dc06b7c1c1f9675672e498100 1,805 1.00/1.00 vMB 6
719,660 719,660 0000000000000000000a78bd573cb8efef199d9e5ffdc6684b8d1f5bc0fc613f 683 1.00/1.00 vMB 3
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
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.22 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.