Loading Tool

Explorer IconExplorer

Memory Pool

79,909 transactions
29.31 vMB
0.12572827 BTC
Random Selection Loading Transactions
Max Size: 177.47/200 MB

Candidate Block

Mining Attempt 39b59a6f58557cc231a51c40978201a825f0aef7c27eab98d51545a2d2bdfabd
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root eff3f4de0bc4bccc5396ceb667326dc07e1c609144be6ec5a38e85305f152417
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,887
Size: 1.00 vMB
Total Fees: 0.04715597 BTC
Feerates: 301.72 > 4.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (780,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,208 135,208 0000000000000387bb7d6451748e8c363058e3342373c7aa0965c27d369de804 39 0.02/1.00 vMB 641
135,207 135,207 0000000000000a0fc7e94b373b780adc666b59f85b69cf9fa4b48fd005013ba5 16 0.01/1.00 vMB 207
135,206 135,206 00000000000007e8d4a2de3aed562e8055505d26027b71d6c6b0744b4a142d3c 91 0.04/1.00 vMB 603
135,205 135,205 00000000000000c8cf8f4616a6bb70d49b96915564389df7802754cc96c94d84 14 0.02/1.00 vMB 87
135,204 135,204 00000000000004b9e873c255437d6cc5cccb7cc18c06fafdaa5fdd48188a9a6c 29 0.02/1.00 vMB 143
135,203 135,203 00000000000005b7242d8d523dc3a16a07c9d23ca0a28999e2602b2651794f30 118 0.05/1.00 vMB 485
135,202 135,202 00000000000001bd159c1d5cfa6e5bd0132f4b6266a40c138844d6574e87bb3e 9 0.01/1.00 vMB 563
135,201 135,201 00000000000007a88718752afca443e279c0c1d3f08a51957a449829ba544748 12 0.00/1.00 vMB 1,391
135,200 135,200 00000000000003558eeef20d861f9c0c1324ec18f8dcfb49b978cef8c39a7576 257 0.07/1.00 vMB 35
135,199 135,199 00000000000004fbe5ddb533753a4fdfc03c2075fe0b150b9db3f0c48b6bc842 76 0.03/1.00 vMB 363
135,198 135,198 000000000000025ce0969c62d41f9a30bf98b133a872831c4f71f4cba3f7912f 325 0.10/1.00 vMB 169
135,197 135,197 000000000000033852effc0978833782be2b6da449ef2c0e46585f867a826fb4 120 0.07/1.00 vMB 386
135,196 135,196 000000000000081cb734a5a6c8d8dab321c9230e65fa213691e513806aaecd1d 44 0.02/1.00 vMB 841
135,195 135,195 00000000000007aaf4475b400ee1017f8a0c73277a1adda38ff2d70fdd5e77ae 24 0.01/1.00 vMB 286
135,194 135,194 0000000000000785dbd44fed239d0392945add8481a238d2ec241a2d2ec9c420 189 0.06/1.00 vMB 288
135,193 135,193 00000000000003e3f0bec7c5bad6fe5a7a07e427f15e280f9b7299590de9b1b4 49 0.02/1.00 vMB 629
135,192 135,192 000000000000048b4f45d0f1b91c6c360f8056ccc38c1c795f59af409f427b5b 72 0.04/1.00 vMB 299
135,191 135,191 00000000000009cafbe96791f78462c7b65f0bf426de422cd5b267486b376f17 149 0.05/1.00 vMB 219
135,190 135,190 00000000000005043aa0d4b9b379e132bcd330c62a56ff9a16e5685aec6a7eb3 252 0.10/1.00 vMB 178
135,189 135,189 0000000000000385d4c95623d27ecde8041c477bebef94c590405106e27b44f9 55 0.03/1.00 vMB 399
135,188 135,188 00000000000004bb26ac38a7792f5f9f7db9eed096909faeda29d82c4e364564 68 0.03/1.00 vMB 482
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.