Loading Tool

Explorer IconExplorer

Memory Pool

76,784 transactions
28.69 vMB
0.11388130 BTC
Random Selection Loading Transactions
Max Size: 173.62/200 MB

Candidate Block

Mining Attempt c8014e8f195ead044aacf156e644dc3c26d5e4dfa0e19002169950b37267f2f7
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 49da13db27706a39e41901ee5be51e6e5d3d7e9ffecc425a0b6b15cdb91de95e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,016
Size: 1.00 vMB
Total Fees: 0.05434559 BTC
Feerates: 101.65 > 5.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (324,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,051 591,051 0000000000000000001307957f94fa3d066efe1406c2fffde4522fbb5a137832 2,823 1.00/1.00 vMB 48
591,050 591,050 0000000000000000001b1756d0b68f15b8bcc980a6395ce990fd1002bcbb8f01 3,087 1.00/1.00 vMB 83
591,049 591,049 000000000000000000137429dfc1930c615d9c40e9d8d1cb624647e43b54c353 154 0.08/1.00 vMB 62
591,048 591,048 0000000000000000000fcbab21457c82baeca3df2f7fc7f63c9c7c18f3a0d5e4 2,717 0.98/1.00 vMB 36
591,047 591,047 0000000000000000000be816b7f6abbab3875e3288a575b8568d3f7cdfaa7dc3 100 0.03/1.00 vMB 32
591,046 591,046 00000000000000000016e02903422600f4232898eb92a1738819c98dd6d0d9ca 2,636 0.97/1.00 vMB 25
591,045 591,045 0000000000000000000092f63a59d9d3a22e4c755d6e1d679a067a26f6b6059c 2,541 1.00/1.00 vMB 46
591,044 591,044 000000000000000000006f616cd0ba0b277c1d069ef30fee2bbb6ea33eb7484d 1,746 0.67/1.00 vMB 29
591,043 591,043 0000000000000000000a4d6c001099a938b4982e2d4aedb9b65cc96b3d05a011 2,603 1.00/1.00 vMB 39
591,042 591,042 0000000000000000001709ad65dcb4b51984f5edd5d07cceeb16cbf4b2aef59d 1,688 0.70/1.00 vMB 36
591,041 591,041 000000000000000000158cae1928322ef4720f1b4bfb356210b21222de5738a9 250 0.10/1.00 vMB 49
591,040 591,040 000000000000000000053117167a0e052045fcc85aee0e864285a165c1929720 2,619 0.97/1.00 vMB 25
591,039 591,039 000000000000000000048dc9f22f69e849b9ed99a648bf5119910ec772c98117 2,580 1.00/1.00 vMB 21
591,038 591,038 000000000000000000194c9dc29c233941472c9e84f9da1610a7a73a40b6dd9c 3,216 1.00/1.00 vMB 53
591,037 591,037 00000000000000000007040d76c3f53efe9e7723770e26cd13b2bee4d129a7f4 2,690 1.00/1.00 vMB 51
591,036 591,036 00000000000000000001f7ba13d65eee469f9113dacda81d808466a834ea5799 2,710 1.00/1.00 vMB 59
591,035 591,035 00000000000000000014062e03249a05ccd68f4e3a2bfc24322591e1abfcce1c 2,487 0.95/1.00 vMB 32
591,034 591,034 00000000000000000012adadce1cdbc14cf2b3f327f613260ffe5dabf67a1939 1,982 0.74/1.00 vMB 22
591,033 591,033 000000000000000000168b7936fb50f43e296ed06f7553283ba1452fbf39c536 1,940 1.00/1.00 vMB 47
591,032 591,032 000000000000000000171c72115855ea326707b50797624904f4597630551160 2,025 0.77/1.00 vMB 28
591,031 591,031 00000000000000000005ee8ebd3ec4761d4ce203e463916c39125a12d7ecaadf 2,326 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.95 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.