Loading Tool

Explorer IconExplorer

Memory Pool

49,268 transactions
29.50 vMB
0.08187071 BTC
Random Selection Loading Transactions
Max Size: 157.76/200 MB

Candidate Block

Mining Attempt 2f234d62a85777e22bfb84d9baa96b98f7e23b6f6282205aaea8c4c2375dde56
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 4c8fa1efe75723c2178fe54eefdd0fdc2c7b14b9d045b23c5218c223e427c1a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.02335724 BTC
Feerates: 132.00 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (458,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,558 456,558 00000000000000000124868f91b92f51d76f0784618f962b415cb6bcfc174274 1,866 1.00/1.00 vMB 171
456,557 456,557 000000000000000000737f81c951bf1b3312ec6a02677403907b1ac00a8ee7f2 1,901 1.00/1.00 vMB 70
456,556 456,556 0000000000000000018f6cbc1c3154c53f0ead5471adb8467e1e6969768e1816 2,240 1.00/1.00 vMB 174
456,555 456,555 000000000000000000fe883d762ea270ec111fc0608cc9c7194e16ed23b003d7 1,471 1.00/1.00 vMB 169
456,554 456,554 0000000000000000017120f25be08731a0a0ba41c208752826f890ee0e64a9a7 2,114 1.00/1.00 vMB 157
456,553 456,553 000000000000000002082a158ba4f518e05ce6ddd96b9884758aa8b337044e11 1,386 1.00/1.00 vMB 100
456,552 456,552 000000000000000001f84d2a3beb7a1c95a738d39d4590a8d6bde641ff531cfc 2,085 1.00/1.00 vMB 170
456,551 456,551 000000000000000000b00bd470e4e61ad16442c84d474a3fd86e2b7fa08b0efc 1,916 1.00/1.00 vMB 45
456,550 456,550 0000000000000000007d261cae5e9ed94e513461f50385dfd39336553528e453 2,387 1.00/1.00 vMB 85
456,549 456,549 00000000000000000193186b1a8958ec2f5a30d9e1ab1ae342d196dd593a2fcf 946 1.00/1.00 vMB 80
456,548 456,548 0000000000000000007edd172f724248edf83ca245d51de2b238b5c1bc0e5a96 2,029 1.00/1.00 vMB 135
456,547 456,547 000000000000000000af51aa4f5235965bc74c1bed8b01811fd758550870f85a 2,168 1.00/1.00 vMB 183
456,546 456,546 0000000000000000011ce78f39a6eac3b9719192ff51178ead74d21e5a37289d 2,947 1.00/1.00 vMB 220
456,545 456,545 0000000000000000013ecfc5b89f4a2b828d62e0f8736d57727fc005b8c27b97 944 1.00/1.00 vMB 76
456,544 456,544 00000000000000000239db04b20bee4417ef2b8ae82bd9945f74d6437b024c87 984 1.00/1.00 vMB 85
456,543 456,543 00000000000000000127092f61fe310cc53ed8bff6a75086a8f698b1c3041bdf 1,599 1.00/1.00 vMB 149
456,542 456,542 0000000000000000015bf90bed840758256968e0124d82e56d84c277480a145d 1,921 1.00/1.00 vMB 175
456,541 456,541 0000000000000000006b741194f0ac5942d0ed5a271055d31cbafbec8d8d9173 1,455 1.00/1.00 vMB 104
456,540 456,540 000000000000000000a3a5cb8f3f30cf1565486a21ccc4a2db4048c75281e2a5 916 1.00/1.00 vMB 127
456,539 456,539 0000000000000000002803b012fd37f1703883553cb95579bda4203cbffec123 1,268 1.00/1.00 vMB 103
456,538 456,538 000000000000000000489b85243999ba0c02c5d134e5462e2615813f2d6c3800 960 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.59 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.