Loading Tool

Explorer IconExplorer

Memory Pool

81,696 transactions
30.74 vMB
0.08503371 BTC
Random Selection Loading Transactions
Max Size: 185.10/200 MB

Candidate Block

Mining Attempt 2eb9d45e9afd31a2599eab31d1ba48a5822e6c26598753bcee3378e09dde779c
Version 20000000
Previous Block 0000000000000000000181cbbb37023f2ae341db02ca2f52912bd17b61552f03
Merkle Root a5844648170c22d2c6d6fc4cc4cef76291a587a0a2d25a0cc9de131d6fd72aa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.01736402 BTC
Feerates: 51.76 > 1.74 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,170 (106,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,633 808,633 00000000000000000002ca226725320e09483c159f8c0e0180bbf045da48b3a0 3,004 1.00/1.00 vMB 22
808,632 808,632 0000000000000000000019a2d0436c1e3ffb84a4b6eef126130071b2c69a39b9 5,478 1.00/1.00 vMB 29
808,631 808,631 000000000000000000036335d250a45bfe9df2130425fc1878b998c969cf2c03 2,397 1.00/1.00 vMB 29
808,630 808,630 00000000000000000001bec2028b74f922c269b0f1c035c42be57f67d499ac22 3,547 1.00/1.00 vMB 41
808,629 808,629 000000000000000000042610bf24d1f0270abef3c1adc13852c8b7e72a624854 2,441 1.00/1.00 vMB 32
808,628 808,628 00000000000000000000aae6f7a1bbb1191db90210bd5df838b63ef1ca943f6a 2,449 1.00/1.00 vMB 29
808,627 808,627 00000000000000000004c3f9838e87079ce748e9d9e749546c0885b712df76e4 2,789 1.00/1.00 vMB 35
808,626 808,626 00000000000000000002859723c5228ca6d8d3ded7cbf9625b20e3e9e9a624df 3,503 1.00/1.00 vMB 44
808,625 808,625 0000000000000000000210018c7e541caa3c9536e9d7b0f84a3aec5060860408 3,028 1.00/1.00 vMB 60
808,624 808,624 00000000000000000001544dd0ca3966389c7022d7c52b11d3faf8b8c5cc7452 3,509 1.00/1.00 vMB 39
808,623 808,623 0000000000000000000070f40a4691a86f7fbd50be157b7cd5df305a0f117a98 3,227 1.00/1.00 vMB 35
808,622 808,622 0000000000000000000326ec5e70e723963de2067172d8eff6e39f510253deb6 4,298 1.00/1.00 vMB 38
808,621 808,621 0000000000000000000328b82f626f9269d8e925168baea06c2c775979889564 4,026 1.00/1.00 vMB 44
808,620 808,620 00000000000000000004763c567d50aaa782e94603e605546865e4d40d942775 4,091 1.00/1.00 vMB 46
808,619 808,619 000000000000000000027f5d2b0177aa59e2625185bd207a7e110cc459724869 4,718 1.00/1.00 vMB 44
808,618 808,618 00000000000000000000243700263b7e59f34d95e3b6633db25779e8e065fe2b 4,140 1.00/1.00 vMB 39
808,617 808,617 0000000000000000000265dc0f20894b23221c52ac3db8fb8b78f8cdf44186a6 2,062 1.00/1.00 vMB 28
808,616 808,616 00000000000000000002b54af0b9faf6c4c3456ab9807fd6e602a74494ecd517 2,050 1.00/1.00 vMB 27
808,615 808,615 0000000000000000000400b6314be16aeb17148e551a0f42a9def291177f83fe 2,796 1.00/1.00 vMB 31
808,614 808,614 00000000000000000004e328300a864d188afd9682c3fcf8519c24b2d840c4de 3,839 1.00/1.00 vMB 35
808,613 808,613 00000000000000000001e2f7ab9f672880158743177908794dd33eaa2dfd17f1 5,238 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.