Loading Tool

Explorer IconExplorer

Memory Pool

80,687 transactions
30.02 vMB
0.12378328 BTC
Random Selection Loading Transactions
Max Size: 180.61/200 MB

Candidate Block

Mining Attempt 23b937842f58bb53222e7af90eb073707169b828cfe5e40bd5a8c3c60b667ddd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 166370f20f028614242d5542aceeaa0f8d7d3e6846cd0965a3f4f0837b451697
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,639
Size: 1.00 vMB
Total Fees: 0.05102081 BTC
Feerates: 242.90 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (407,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,124 508,124 000000000000000000286f9e35caa4c4e34921b2b797c2b2df9bf778b42a7f6f 1,628 1.00/1.00 vMB 129
508,123 508,123 00000000000000000036c37c475e111e17de671633416c1530197812ddf87b5a 2,613 1.00/1.00 vMB 167
508,122 508,122 0000000000000000005510256987411e13d8c2523dcba10114a70917af9f877b 2,893 1.00/1.00 vMB 175
508,121 508,121 00000000000000000038944e061225f95b13aa5b093aac0c8de7f39e740b1535 2,036 1.00/1.00 vMB 115
508,120 508,120 0000000000000000004d03d90cda80bda1cb6da21723c369990f28e3bb07cdc0 2,259 1.00/1.00 vMB 86
508,119 508,119 000000000000000000111adce3909376d1175ce8a3d936179a2ff763bac235f7 2,112 1.00/1.00 vMB 124
508,118 508,118 000000000000000000252d18f3b471fe802a1231b41e7b0604abad78bb63837d 2,937 1.00/1.00 vMB 170
508,117 508,117 0000000000000000000bf08602cbc41eaf96bd3b5611f8f9ea66497c59f1d392 1,791 1.00/1.00 vMB 149
508,116 508,116 0000000000000000002e3d0f6c659a03fcdcbd4355b81b60238bf115b82d46e3 578 1.00/1.00 vMB 140
508,115 508,115 000000000000000000032bb4069adf7fbe1403b51ada28aa459bb31635a6b293 1,822 1.00/1.00 vMB 168
508,114 508,114 00000000000000000037399f6c906530cc5b69832977feb9a15ad98e3679cf4f 1,879 1.00/1.00 vMB 149
508,113 508,113 00000000000000000004b077bffffa77e9737e3b7433832ccdf5c6c3066e2a14 2,083 1.00/1.00 vMB 138
508,112 508,112 00000000000000000030dd5f759725350001bd92c75ecd1650e2c2a3f17fb444 303 1.00/1.00 vMB 17
508,111 508,111 0000000000000000002e60259930057530caf2fdddaa00c0c7c4e712196b2b7e 1,279 1.00/1.00 vMB 18
508,110 508,110 000000000000000000353b9497ed367bfa720c9a14ce9c8cf1bf0164ff81fce2 1,839 1.00/1.00 vMB 54
508,109 508,109 00000000000000000036c863bb548f0b1ea79d1e3ce42531a54c2911ed6c6773 2,020 1.00/1.00 vMB 130
508,108 508,108 0000000000000000002b51cbd8bbcdcd3c3662707c669c7186e9b9abbbb46ef4 2,099 1.00/1.00 vMB 16
508,107 508,107 00000000000000000032fc7e00c5cbb923146f8272c4d48f0835d026a2b0b385 1,970 1.00/1.00 vMB 93
508,106 508,106 00000000000000000057482df62ffe5fe4ea70d0a7bb0aed196c549f3166a9ab 1,931 1.00/1.00 vMB 90
508,105 508,105 00000000000000000055dd27ff7cbb26dcae403df2fe73e073139fdc4bd60331 1,919 1.00/1.00 vMB 144
508,104 508,104 00000000000000000002a23ea03c6962dce27e50866c2187aac16d6880ade276 1,655 1.00/1.00 vMB 65
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.15 GB
    • Received: 16.42 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.