Loading Tool

Explorer IconExplorer

Memory Pool

73,355 transactions
28.25 vMB
0.07353710 BTC
Random Selection Loading Transactions
Max Size: 167.20/200 MB

Candidate Block

Mining Attempt f7f1d454d4b2cca222aa2392063ea656f118b25c6d2dee996027787a553cade8
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root d72fab0620aed50a42c9b2b690fa626a9e3e05228ab94d1f9ed433948f6791f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,012
Size: 1.00 vMB
Total Fees: 0.01685134 BTC
Feerates: 150.86 > 1.69 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (244,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,091 670,091 0000000000000000000cabac41a9bfbb7e718f0e4620b2c67a21dc7b0b320a39 2,320 1.00/1.00 vMB 69
670,090 670,090 00000000000000000005463ebd83302a30d9e2a6fd32cd9ea8cf5564e6d1f884 2,767 1.00/1.00 vMB 140
670,089 670,089 00000000000000000007e8b90d4d137b77339378b0278e078632301eaacf7ace 2,777 1.00/1.00 vMB 135
670,088 670,088 000000000000000000047d7a5409ef024bee9764e03ba0cd17929a7ca03a337b 2,369 1.00/1.00 vMB 111
670,087 670,087 000000000000000000030245ff1dffbb0ca80046afa5e907f6a9515f4f2d2b51 2,397 1.00/1.00 vMB 79
670,086 670,086 00000000000000000000d279a92f1781e374f5e1450263ea5da75b5476785ed8 2,332 1.00/1.00 vMB 109
670,085 670,085 00000000000000000009ae44c307d6e1f86c6c0f4ff4f41f524747a03063a64a 2,487 1.00/1.00 vMB 107
670,084 670,084 0000000000000000000b8d97e58dcdeb6ca710b2e9f07faebb6ba331b02da0e9 1 0.00/1.00 vMB 0
670,083 670,083 00000000000000000001e37232b698b47dc380482967ce382aee31b57393e62f 3,020 1.00/1.00 vMB 106
670,082 670,082 0000000000000000000c7a793ef92b6d8db49a310a8f5f05720c7dd38fdff689 2,548 1.00/1.00 vMB 120
670,081 670,081 00000000000000000003e846ae94dfa02af3ea490f6928040ddbad4dc4345f1b 2,402 1.00/1.00 vMB 113
670,080 670,080 000000000000000000070011d555dea2e9798f03e59810340cb41e4f1b323188 2,222 1.00/1.00 vMB 99
670,079 670,079 00000000000000000007c13c1c4e66f13c37c42897982d153507a147a3f92a7f 2,599 1.00/1.00 vMB 130
670,078 670,078 00000000000000000007dabf381c6a5ccedbed7621fd49369a33dff9360733e9 2,361 1.00/1.00 vMB 146
670,077 670,077 00000000000000000006def72e4a31885ae9acfcd2b4c139db77221fbc1564ef 2,942 1.00/1.00 vMB 139
670,076 670,076 00000000000000000004ba5b0151336cce3a380b627faa90cec1d658963ff348 3,106 1.00/1.00 vMB 132
670,075 670,075 00000000000000000006719d7378b34696230eea0cceb3bc8ff40119986a546c 2,535 1.00/1.00 vMB 153
670,074 670,074 000000000000000000043840c0f9c58a49c2c652668a4a06f745e6aaed401a4a 1,847 1.00/1.00 vMB 147
670,073 670,073 0000000000000000000809d859845d65c13db85febe6235997b7587fcfebd63f 2,189 1.00/1.00 vMB 124
670,072 670,072 0000000000000000000aa33eb020fa87154324850b5f880a325085b787c5bef5 2,246 1.00/1.00 vMB 160
670,071 670,071 000000000000000000084e6d5ca4ed2cde273ba5defd3a22d398b2c44b408419 1,170 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.