Loading Tool

Explorer IconExplorer

Memory Pool

80,922 transactions
30.61 vMB
0.08538973 BTC
Random Selection Loading Transactions
Max Size: 186.70/200 MB

Candidate Block

Mining Attempt 189cad99c5c99d3e4670eee0b6a7ac43130170a53cf031a46364941330f573ff
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 77c6d0a0808e5fbeaf24fbcbf63668901f1e6712c0562e06ec1e15d44226b0d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,004
Size: 1.00 vMB
Total Fees: 0.01609092 BTC
Feerates: 301.57 > 1.61 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (671,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,051 244,051 000000000000004393a6ef584a74498c2dc1d94c002b09dd994e93e4abea0ae7 227 0.12/1.00 vMB 100
244,050 244,050 00000000000000557529a34d7b85f996fd383234824a09f2835433a9f013d0f2 197 0.09/1.00 vMB 106
244,049 244,049 00000000000000a9270c33e3a9007227d55eb377e21145f0dabc7b5e5a40f79f 611 0.25/1.00 vMB 134
244,048 244,048 000000000000000414150341d0128f3c75f16aeb3751bcae1b54b77526e9a6a1 212 0.12/1.00 vMB 83
244,047 244,047 00000000000000945d6f6af90a0899baae4f3a75d18444a6b37353530f58defa 22 0.02/1.00 vMB 59
244,046 244,046 00000000000000496f23916967819af9ef4b9cd2338a0c03fb8f73b689e8d416 253 0.13/1.00 vMB 100
244,045 244,045 00000000000000a6ceca4ac9ab50dc75c554b5113ec63ceaeec9d79a7ad5f296 42 0.03/1.00 vMB 90
244,044 244,044 0000000000000032e8230ad5f6203a53ef928bb02e0d049e8ad3dec5b62c2a93 500 0.19/1.00 vMB 151
244,043 244,043 0000000000000071b1fe93b076b173b2a8a7af5a973e4dbea1fc9784d59fdee8 108 0.05/1.00 vMB 93
244,042 244,042 000000000000001686c03a1e2f05b1a8fba70a5fb95d1aab7dff838f573a7a8e 255 0.12/1.00 vMB 109
244,041 244,041 000000000000002f2af16fe293c6da2de8f692414adc2a4fe10b71090a8e51ea 259 0.08/1.00 vMB 1
244,040 244,040 0000000000000076c80f0f1af180d97bac8727451c00d9d6fa9ca000c6ff4469 248 0.11/1.00 vMB 138
244,039 244,039 0000000000000037ce3e1bb08f5852fceccddd0af9e1ad33e521886bc80c89ae 153 0.10/1.00 vMB 63
244,038 244,038 00000000000000024a1e9aa42df466e003dc381c29540d18436a8b6dc28a661f 259 0.12/1.00 vMB 145
244,037 244,037 000000000000003973c1728f5bb6ebd3b8d4b324cafe21156f19d5048ce18144 44 0.02/1.00 vMB 111
244,036 244,036 0000000000000055316d4d7b1f6af569bef416ec069c9abd4a7aae3fc8cd876c 77 0.05/1.00 vMB 117
244,035 244,035 00000000000000244368f99776c8d1b0c81df03b3496c0745791192c1e7c9e18 17 0.02/1.00 vMB 32
244,034 244,034 000000000000001145a664c78fd4df45c0737825436d12d7e5a792fd94eebe92 122 0.06/1.00 vMB 110
244,033 244,033 00000000000000b3d349fbda020f4cfd3eb6644573e622adfb51ca1242030c4c 113 0.05/1.00 vMB 95
244,032 244,032 00000000000000b331d784c3a2ec07d58e0634968f5138feb06a512486b0452d 18 0.01/1.00 vMB 29
244,031 244,031 00000000000000a4b1dcab89df46da55fe6236f1d1f1d5cbf87f8fc2ce6db805 71 0.04/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.25 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.