Loading Tool

Explorer IconExplorer

Memory Pool

75,300 transactions
30.82 vMB
0.09616242 BTC
Random Selection Loading Transactions
Max Size: 180.95/200 MB

Candidate Block

Mining Attempt 2a60025ea3a804bb50f32f4adf15ffba32acf0c2cafc6bca41c5678a69ae76f5
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root e04dd49f5b4b9758dbad0c474be1eb18cdd4efe9da8290d1f4f6d0a890285360
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,023
Size: 1.00 vMB
Total Fees: 0.01746392 BTC
Feerates: 301.35 > 1.75 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (474,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,367 441,367 0000000000000000037946d2d42ef787ec69d6bd3e2e24d9e378fad552d6448e 2,085 1.00/1.00 vMB 84
441,366 441,366 00000000000000000142ea5969a9d585d0d5f045e0dbdf0576b879b76aa71db8 1,351 1.00/1.00 vMB 53
441,365 441,365 000000000000000003ac822e401d6028f2abf2fe86197e6bba6492ae9da32d68 2,413 1.00/1.00 vMB 91
441,364 441,364 0000000000000000003fb1b6315d9e1f85c86611e5f12bf45256a21ca50e5d1e 515 0.24/1.00 vMB 79
441,363 441,363 000000000000000002a8d7fac353ca1a5b606731e47e312116c33fdfb0e5485a 1,163 0.75/1.00 vMB 58
441,362 441,362 000000000000000002ac7f563f874fca3409d6e6ea451722d7d8c22d0f03741e 1,670 1.00/1.00 vMB 70
441,361 441,361 000000000000000002ac08e11c6190a74805eb6772eff78b3dfbad801f7c8649 2,441 1.00/1.00 vMB 91
441,360 441,360 0000000000000000010aa47231dfee12e480adecb366cda42fc50ef9b422d476 2,528 1.00/1.00 vMB 88
441,359 441,359 00000000000000000396af4d7e21161156742f2845d75022ddb940e19daab783 221 0.11/1.00 vMB 72
441,358 441,358 000000000000000001b9eba0d734b560bcbf13983d84dfdb226c87b8d3abed60 782 0.62/1.00 vMB 42
441,357 441,357 00000000000000000242c58a93d4c374bb004affc979ed59cebe97fc7e82173f 1,299 0.92/1.00 vMB 45
441,356 441,356 0000000000000000017f75951df2b237ef23edd7d53b308376f37a5d4aaba38d 488 0.22/1.00 vMB 77
441,355 441,355 000000000000000002eb0108289368e9a305cf6cab58b9eea5b34327c64b974b 1,299 1.00/1.00 vMB 33
441,354 441,354 0000000000000000039a499b15b6f5d67143af22058525c3f37cfcd945edc94f 1,270 0.75/1.00 vMB 53
441,353 441,353 0000000000000000030d54439482f28d2c2c430c8f772ac1fd54afca37a629ff 1,471 0.75/1.00 vMB 65
441,352 441,352 000000000000000002e565cdc1d242ac40b7b0d336f4333f71139e1030a59a1d 2,431 1.00/1.00 vMB 82
441,351 441,351 0000000000000000005973b0e54b2b28171e068f39ae8cb43fb968252dc6a17b 1,739 1.00/1.00 vMB 87
441,350 441,350 000000000000000000e28a8521d7f5b3960c4501f2ebc74c5c066475a73d4263 750 1.00/1.00 vMB 102
441,349 441,349 00000000000000000340a7977fe956e6fb9d92f50f719fabf12824d33cd4dad6 768 1.00/1.00 vMB 26
441,348 441,348 000000000000000003d13607b1ac4c63029f7ac3dfe3a4b710e70d3867b05bf7 1,035 1.00/1.00 vMB 32
441,347 441,347 000000000000000000495c65e0c0e95a389fc91b45b5f2d85bcd32c1071770e2 1,036 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.12 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: 739.09 GB
    • Received: 18.62 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.