Loading Tool

Explorer IconExplorer

Memory Pool

76,955 transactions
28.68 vMB
0.07297284 BTC
Random Selection Loading Transactions
Max Size: 173.71/200 MB

Candidate Block

Mining Attempt 5fd0bb1a1a2f9145ead07f25cf8d8cd5e5fb662b5de6f7c5b1d8306c4e84f935
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 7404ff0dfc7d6184ac138c18e38676e53b2e12cda9b4810a2fb5facdcca50909
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,247
Size: 1.00 vMB
Total Fees: 0.01342024 BTC
Feerates: 71.79 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (700,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,643 214,643 00000000000003ed6d4a09749bd0874f61eb01bd66a5dc7ec528f972feff5946 32 0.02/1.00 vMB 53
214,642 214,642 00000000000001a2fb9d2d96ae3c4f24fa581997bf5dbfcb05931f97ccee2ea3 134 0.07/1.00 vMB 182
214,641 214,641 00000000000000c870388ce4dc078231b42c03442af8aa59d4d14d172cb53ede 143 0.07/1.00 vMB 213
214,640 214,640 00000000000001b1d8a94be0a813bf5dc5f79c8a5e751db0dab2f1f19a3dd102 94 0.04/1.00 vMB 139
214,639 214,639 00000000000004743c09f835dd6158237a78dcb27d2031143c0b4d1ffe665240 409 0.19/1.00 vMB 214
214,638 214,638 00000000000001709d9c110e836c8bad4b27e58e267cace2f74a658d5dd071d5 100 0.04/1.00 vMB 229
214,637 214,637 00000000000003bf4125ea964724773ca1e1db4c00c090cdd4838c342766e63c 260 0.14/1.00 vMB 162
214,636 214,636 000000000000014f17c924d0cc9bb0aef8ab03c58e3fb2c25da89fc7febecc95 259 0.16/1.00 vMB 121
214,635 214,635 00000000000002be0c717fbe572789e2e4acd9035aaba91e5775b883c5c285b7 9 0.00/1.00 vMB 97
214,634 214,634 00000000000000d1fd7bcd4b23e0b7b878c11d54f9cf879fc08acdb856a659fe 87 0.04/1.00 vMB 106
214,633 214,633 00000000000002fc48222d094b47b70f2cb223f843864833a018b2301c884ea2 471 0.20/1.00 vMB 176
214,632 214,632 000000000000016bfcd0b621410f03b14dabe2bfa5db3f4f2aa2597197dc4ace 67 0.03/1.00 vMB 186
214,631 214,631 00000000000002d82c9607063f31abecf8fd813e759ce95ad6a2d514820531c1 198 0.08/1.00 vMB 151
214,630 214,630 00000000000002112c9eab7b2c1222503c05a3279c95585327c9b6abead275be 134 0.05/1.00 vMB 256
214,629 214,629 000000000000043cd72eceb38572d83da3cb786d20e700fdd189a0e04faab348 104 0.05/1.00 vMB 169
214,628 214,628 00000000000001f60a1c0f5690c5cc4cef4c064347581e10fbd3a72e32a3b28a 138 0.05/1.00 vMB 147
214,627 214,627 00000000000000439049318485683d481f091b8fd2ae9f6e9a9354d3027e260c 30 0.01/1.00 vMB 156
214,626 214,626 000000000000054f1e46fdf04f9e8cee8701ad2225ffa1624898746c37ab061f 32 0.01/1.00 vMB 53
214,625 214,625 00000000000000d3886d7cd0aa0f9479514dc109c3dbf9296abea81344cfadcf 212 0.10/1.00 vMB 149
214,624 214,624 00000000000001c3270e1628b74a2e1a9389de993f9f4d0a81ed971bd1e9b951 235 0.15/1.00 vMB 234
214,623 214,623 00000000000003bcf5eb3d728197f96caa97bf1fd86f1e4122c24eacfd2f2d57 66 0.09/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.