Loading Tool

Explorer IconExplorer

Memory Pool

80,355 transactions
30.14 vMB
0.12310699 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 61b301008d7e3ceffd8ad8ea941e2357247138f28fb407209c40a37637b73cb0
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 46d96d786fcdc101bf92030fc58568a6e9f65decc4906ce425d0e12528c95167
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,268
Size: 1.00 vMB
Total Fees: 0.05444731 BTC
Feerates: 150.86 > 5.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (318,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,720 596,720 0000000000000000000e1f2dafc99da2d671af6398b1922a3847a784f8617d95 3,042 1.00/1.00 vMB 21
596,719 596,719 0000000000000000000f7581bad096c4cdf5e3c1e7d58a711999c7a7f0ac08ed 2,563 1.00/1.00 vMB 36
596,718 596,718 0000000000000000001240cefe6d4a4b74769ce998f25785fa214aac86d60cfd 2,817 1.00/1.00 vMB 61
596,717 596,717 0000000000000000000910d5f5a6b35470c294f2fff353060e98dad6df6f4a8a 2,606 1.00/1.00 vMB 14
596,716 596,716 0000000000000000000c0f7ed9d6c287f129a755d5720b082747a32266ce7da9 2,548 1.00/1.00 vMB 21
596,715 596,715 0000000000000000000cc83735d0aa4d44c0948ceebf4faf87f81de7d06a12e8 2,729 1.00/1.00 vMB 33
596,714 596,714 00000000000000000001b0db44474e7f3f3e1413f55c283a4e0a31d8eeda826d 2,699 1.00/1.00 vMB 43
596,713 596,713 00000000000000000015ea0c89c12c601547a0bb1cb813a44905566511268777 1,146 0.44/1.00 vMB 28
596,712 596,712 0000000000000000000501061f409cf4cb7863cb3a44df2de06272dfc1180824 472 0.18/1.00 vMB 28
596,711 596,711 00000000000000000016faab486e8089b1ff5638adc3aaef5cddbbeb75ed4c76 332 0.15/1.00 vMB 14
596,710 596,710 0000000000000000000e68d87ecb7ae1a488b36308d300b32d29bab7f9e3d26e 851 0.76/1.00 vMB 7
596,709 596,709 0000000000000000001136180b935de4bc77183d32dbd4d07a335bc1cba5d2ab 2,425 1.00/1.00 vMB 7
596,708 596,708 0000000000000000000d235a588fb3fd9edf7ccad3c57bd145e536e0093db064 2,173 1.00/1.00 vMB 4
596,707 596,707 00000000000000000015d8e38dc887ae684d6e0c189a1e89de1d272593b71b2a 1,471 1.00/1.00 vMB 16
596,706 596,706 000000000000000000068c4cd9d0963c963776364785371adf1784e5578bd57c 2,525 1.00/1.00 vMB 21
596,705 596,705 00000000000000000010c0346cadd6449e2294e9f1f37bed0b2dce8e73eb21cb 3,046 1.00/1.00 vMB 34
596,704 596,704 0000000000000000000f68055dbd503c57376629abadf8b08a2f4ad2fd7c7814 1,073 1.00/1.00 vMB 8
596,703 596,703 00000000000000000010a24e6a752ee12efe02dfe839c05d1c263e4a44fb570e 2,783 1.00/1.00 vMB 24
596,702 596,702 000000000000000000015f34c10de0005a37a42be08a4b40452044cdeda48aa7 2,914 1.00/1.00 vMB 15
596,701 596,701 00000000000000000014da2f52a0dd324321e3e37cade0d79b99929afa0d9030 2,741 1.00/1.00 vMB 38
596,700 596,700 00000000000000000013f5b87fe6782f300c2da8d34675e08cb568435a72794c 2,756 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.57 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.23 GB
    • Received: 15.88 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.