Loading Tool

Explorer IconExplorer

Memory Pool

71,713 transactions
27.77 vMB
0.05999683 BTC
Random Selection Loading Transactions
Max Size: 164.63/200 MB

Candidate Block

Mining Attempt 6aad6b2b877c8eee9c17029d405efcb5b586e481ec4ccdd9cd9a8315ab61da99
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 86aef9211975dade1b443351664d6faade517bf392637c8fce91d140ec1e0119
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,801
Size: 1.00 vMB
Total Fees: 0.00466082 BTC
Feerates: 21.55 > 0.47 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (537,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,115 377,115 00000000000000000746739a0c197adae026df85a83f751a4475f60eb347d80a 2,336 0.93/1.00 vMB 46
377,114 377,114 00000000000000000980e4b68482d58a0b8cf5c64f8de6ed2b9ca5700e9c9c2d 1,786 0.93/1.00 vMB 36
377,113 377,113 00000000000000000d9e3ee5fbfa51bd0465873ad17e23c451fc0f812094294d 1,728 0.75/1.00 vMB 41
377,112 377,112 000000000000000011f5ff448ae1ff559b0c20f017f8d1e92bb944de84fcfa72 2,154 0.99/1.00 vMB 39
377,111 377,111 00000000000000000928bd533004f57cbf29cc18e14d36749d4549e65c135536 2,009 0.93/1.00 vMB 37
377,110 377,110 000000000000000009beb14975a944571bcd0dcdae671ea41723a4366d8fa9ad 767 0.40/1.00 vMB 41
377,109 377,109 000000000000000006ba4f85fc39a848b7566c6d5187b8c8f372e4545c08f586 872 0.42/1.00 vMB 33
377,108 377,108 00000000000000000ea95b4a24d0a510d4b5a98186f904dc16da07c41189d8b8 72 0.04/1.00 vMB 19
377,107 377,107 0000000000000000077cf61ce2030c9fd15054f18864414ceef79d9418ca7b7d 755 0.59/1.00 vMB 20
377,106 377,106 0000000000000000073830680aab7c7fb92dd4c9e07ac0b8cb4fed4c7cae2c6b 2,366 1.00/1.00 vMB 48
377,105 377,105 00000000000000000155a40f3efaa2c6f7a11c877f866c67f44daa21008fc2e1 1,931 0.94/1.00 vMB 38
377,104 377,104 00000000000000000108a67c0ebddadfdd41008a82c9ff53e9db9d141bd84a95 1,602 0.68/1.00 vMB 41
377,103 377,103 0000000000000000103ee68ba73d49bb506505bf3fa3fc6d0e3831f79f5cc8ae 490 0.25/1.00 vMB 30
377,102 377,102 000000000000000010533e3eb68d5ccbb0fc9ce3e5e3fbac1be52851a59127a1 1,020 0.48/1.00 vMB 45
377,101 377,101 00000000000000000ea78f3539320ce695d6fa5f9f2c3f963e7b2fd2e43cd18e 107 0.04/1.00 vMB 38
377,100 377,100 00000000000000000d4c663f6b90649b064058ff0bfe9e1dc452f4a160748256 904 0.49/1.00 vMB 35
377,099 377,099 0000000000000000039b021e4aa2d2b13e03abe7903355d17b5f6131e5f433c9 497 0.21/1.00 vMB 35
377,098 377,098 0000000000000000063c8472bd3cd1459f6534eb85ac2c3765960639c43b885a 679 0.28/1.00 vMB 38
377,097 377,097 0000000000000000082290971fde4fa46f785db1d7c0bb55170f07fdc325d00e 1,814 0.85/1.00 vMB 38
377,096 377,096 00000000000000000eecec3263723d6876063855e340a72f319fa565091da0d8 1,752 0.82/1.00 vMB 38
377,095 377,095 0000000000000000054cf59332894d24f1dab96ad140fb7d460f1a0b8eee2ffd 316 0.15/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.45 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: 666.96 GB
    • Received: 15.24 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.