Loading Tool

Explorer IconExplorer

Memory Pool

79,844 transactions
29.97 vMB
0.10362892 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt 1e277fc74ccee88f0afcac42fa2fe458efb4a53d956af841cfa56f353d2efa54
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 612a5e126c700f5939ff967baaee9b2acc1c12b342885d60e92f46f4e6aab8e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,786
Size: 1.00 vMB
Total Fees: 0.03473233 BTC
Feerates: 477.45 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (265,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,136 649,136 0000000000000000000304ab2ff6cd6dc7f9003543148c61dc3f25c57aff8abd 2,173 1.00/1.00 vMB 23
649,135 649,135 00000000000000000003ae6b086bfe4b3733dde8c360eeb3e749adf18f59952b 646 0.20/1.00 vMB 34
649,134 649,134 0000000000000000000f8e0108cb6ed028fe589d365639d8f8209b8c7f81b6e1 1,396 0.60/1.00 vMB 30
649,133 649,133 000000000000000000031250eb7620a9cf975d885437e59d3ec40276bd018016 1,585 0.96/1.00 vMB 18
649,132 649,132 0000000000000000000d3c3f20f8a4b451df224e02f578d6c20a5d8b46d39747 1,049 1.00/1.00 vMB 3
649,131 649,131 0000000000000000000dd9b21a5f1f39bb55ffe5e7cc59cad7d436b6fce821b2 2,655 1.00/1.00 vMB 31
649,130 649,130 00000000000000000002e441188b4c20b83f7da14ba7fae152be389ac1fd9da8 1,396 1.00/1.00 vMB 3
649,129 649,129 00000000000000000006a2d9cffaff7355e4aaf429a3556479438af899c3201d 2,387 1.00/1.00 vMB 16
649,128 649,128 00000000000000000003f906f55a38617a3eef91baddc7d0d0e2ef9f00f96493 2,069 1.00/1.00 vMB 4
649,127 649,127 0000000000000000000ea9677f1734fdaa8af251478daf5650de5f8d5627415b 2,599 1.00/1.00 vMB 17
649,126 649,126 000000000000000000101ab7c7a04cfe5f42797d3a2aed787efaf63f1f3000d5 2,444 1.00/1.00 vMB 49
649,125 649,125 0000000000000000000351df868c0cefd9c5e79ef8c91d987aebb521608429b9 2,700 1.00/1.00 vMB 5
649,124 649,124 0000000000000000000723b6857e27af15c17ced0f7a1bdb48b9796fc592f622 2,361 1.00/1.00 vMB 33
649,123 649,123 0000000000000000000315deb8fe41d44f576c58cf891b8ee556065bc825671a 2,876 1.00/1.00 vMB 19
649,122 649,122 00000000000000000009e05d30b559a3154e43245e741673dcdf6cc06cd5fba4 2,562 1.00/1.00 vMB 41
649,121 649,121 0000000000000000000cf91c32c1df6497b2b4f153902950a3542732fbf7ccee 2,909 1.00/1.00 vMB 41
649,120 649,120 0000000000000000000ef3c7f89e3635f4c4c3ef67e1e37061042431fc56b39d 2,835 1.00/1.00 vMB 34
649,119 649,119 000000000000000000065b427e8617d06e5778cd6605f7a33692c0cd765bab24 2,728 1.00/1.00 vMB 53
649,118 649,118 0000000000000000000713eca591718b43878c24dbf6da42ef7c19439a9b499c 2,550 1.00/1.00 vMB 32
649,117 649,117 00000000000000000004532297b703d25af154de73ed87ab5e315f037f947aad 2,841 1.00/1.00 vMB 61
649,116 649,116 0000000000000000000aa56c815f5970e271e401754f65cad3c12c7ee04c53e9 1,994 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.62 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.04 GB
    • Received: 16.12 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.