Loading Tool

Explorer IconExplorer

Memory Pool

47,474 transactions
20.70 vMB
0.05689543 BTC
Random Selection Loading Transactions
Max Size: 118.65/200 MB

Candidate Block

Mining Attempt e253bcb3edbfcb51c0f469cdaf5bab01a458db994cbfa0755e34b0a4af9fec22
Version 20000000
Previous Block 0000000000000000000101a1ba46b291890a952deb466a0456d4500873e6aa3f
Merkle Root 8e02acd689c5bd66ae98ccbae920abe221eedb3ad609d3913d44804a87a3beba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,582
Size: 1.00 vMB
Total Fees: 0.01568921 BTC
Feerates: 477.45 > 1.57 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,939 (782,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,267 131,267 00000000000007b7da852858003b1fbc3809de11bba624f2b97b6e80f2b29ca4 36 0.01/1.00 vMB 1,125
131,266 131,266 0000000000000e7c10f48d806622618bbbf83e027006eded103fe4f97414925a 113 0.05/1.00 vMB 346
131,265 131,265 00000000000010873d6798dee5bf85b8e7a716c603d762147846eb09e6761cd3 77 0.04/1.00 vMB 1,039
131,264 131,264 0000000000000a49f04fbbc519340dd94ec29ae27b0af8d9976b0fad6a00864e 163 0.05/1.00 vMB 78
131,263 131,263 0000000000000bae0b8cb77a5cb468467db5a1e392602472ff1538966eaf97d4 1 0.00/1.00 vMB 0
131,262 131,262 00000000000002dc7e6cc48c2ec93406b8e60760d1a6a631e3f2a8a5bb583156 83 0.05/1.00 vMB 461
131,261 131,261 000000000000080ca7e234141a0648b2dc92132ee297147bd306e13b518866d5 40 0.02/1.00 vMB 1,319
131,260 131,260 00000000000007989afd0d093da2f4c730bf03f9b442ed6e3343257ec6a66891 131 0.05/1.00 vMB 530
131,259 131,259 000000000000096687e16d09941fb0eed5cffbbeda5d6bda53a5f604e7b6f4bd 30 0.01/1.00 vMB 848
131,258 131,258 0000000000000ccfe1f80e7b3086a1a56340664288867a3d32f15f4203bbd5c2 11 0.00/1.00 vMB 340
131,257 131,257 00000000000003cb18a9739a8345a3e36c9e8d33b61f585d0796d24e07579e7a 90 0.03/1.00 vMB 813
131,256 131,256 00000000000007680ac741a6940da3e292564072c96e52ca836c76e0a861577c 202 0.08/1.00 vMB 2,777
131,255 131,255 0000000000000518acebc2e467797a7f76fddc71eecfec60c59d111e9516846b 34 0.05/1.00 vMB 167
131,254 131,254 00000000000000d4562d983e15de66a910186185dc6b08224ac910989f18ff60 49 0.02/1.00 vMB 825
131,253 131,253 00000000000006a8c81e094eb5293ab3c4c701516dd525e736665efc1058f786 107 0.06/1.00 vMB 702
131,252 131,252 00000000000003b4b5793161e205c44b82aab8f75440cf9346a8c3a45353f6ee 170 0.05/1.00 vMB 122
131,251 131,251 00000000000011bd110d4c9d24178551b371e394e18ec9b4175088a00e6e7a6b 29 0.01/1.00 vMB 1,081
131,250 131,250 000000000000025bfd291b89f6ce0b820e7ba382d011774aac407da6515835c3 40 0.03/1.00 vMB 873
131,249 131,249 000000000000013d7940709e7ed65e81dbb350a1972258ce2fe74d2176e0e44a 28 0.01/1.00 vMB 581
131,248 131,248 0000000000000d0ce9afdc4b4bf13ab5fe8d32b7b3909c09a2e915f76ac8f8d4 17 0.01/1.00 vMB 1,527
131,247 131,247 00000000000006c3a812d097464d7235e029b8e46f1914c66e71e814c7d62dcf 49 0.03/1.00 vMB 725
Previous 10 blocks ↓
Total Size: 780.50 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: 529.52 GB
    • Received: 5.78 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.