Loading Tool

Explorer IconExplorer

Memory Pool

38,993 transactions
31.19 vMB
0.08673378 BTC
Random Selection Loading Transactions
Max Size: 154.49/200 MB

Candidate Block

Mining Attempt 993a812b39ad0cf6afa25911f907a12f4ecaf7e196f8faa5389bacf4d6ce48ba
Version 20000000
Previous Block 00000000000000000000eaa8c5663816a18609f4538c61d8325f9c0ff87009dc
Merkle Root 3165a953d92784777b94519fb4f9d506871a3bbd0f6a9fef77a7ed3916cccf82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,891
Size: 1.00 vMB
Total Fees: 0.02277543 BTC
Feerates: 200.71 > 2.28 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,391 (904,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,369 10,369 0000000089f92a8e532c5e5a80ada29ce035710e18d5c3086c4510890a99b926 1 0.00/1.00 vMB 0
10,368 10,368 00000000f9926aaebef1d31b5096db40875e4abbc50d38250c0a9ecddabe67b6 1 0.00/1.00 vMB 0
10,367 10,367 00000000ba2b4312f00c067583fa55ceabbb58d6d42df0ee87d61c603a1a9e42 1 0.00/1.00 vMB 0
10,366 10,366 000000007520a3866a65fc7b8aecc8b448ab2055a1e943d627b1e242d51de21b 1 0.00/1.00 vMB 0
10,365 10,365 000000009cf3e6fbb4e557e492feb1f4256d13be410fa6d38410134ddd4d8936 1 0.00/1.00 vMB 0
10,364 10,364 000000007f6b3ef3ae95420e339521ef8eacccb8d74e0edf79f7dfe9301f1b56 1 0.00/1.00 vMB 0
10,363 10,363 00000000c9c81d9250de79b25bd29101697cdc3973cec23c191d73b8831d5254 1 0.00/1.00 vMB 0
10,362 10,362 000000005c22277b5e40c37f60de59d36a5c34ed08f658ef72e7f2fad407d964 1 0.00/1.00 vMB 0
10,361 10,361 000000003ab3f35921a3edddac5246a93439dfc1b3243e500e96d0af074d9eeb 1 0.00/1.00 vMB 0
10,360 10,360 00000000df05ba86893171afb5fac773271b43377d52994167155f55847f773c 1 0.00/1.00 vMB 0
10,359 10,359 00000000a7f367626415a589bd438f52644ed42e23468980245c4c579fc4236f 1 0.00/1.00 vMB 0
10,358 10,358 000000007d26fd72efcd7bb5cf925ad768cd50def17a53d3ab7e2e0446001100 1 0.00/1.00 vMB 0
10,357 10,357 00000000e5561b13ae74e8f5577ea53be5dd88b2a81f3837d1c15d7f3eec2736 1 0.00/1.00 vMB 0
10,356 10,356 00000000c3d24ffa14b2e488fc260be176d6fb3218eab2f419b69fe7ab9f12db 1 0.00/1.00 vMB 0
10,355 10,355 000000001c0b8c512add8ffe85322fe802a0a11c90d1a7b6db3c906ffb766542 1 0.00/1.00 vMB 0
10,354 10,354 0000000054f8b60525be5ffd18ef8800674209dac84557734d7566a43f473ddf 1 0.00/1.00 vMB 0
10,353 10,353 00000000555ee9a6e7f129261fa365f18ec1bb2fcb23045bf0692bc3550ac105 1 0.00/1.00 vMB 0
10,352 10,352 00000000f6008745d9db6952b2aa1b9d9f647688267b0b6b98dd8c953198177f 1 0.00/1.00 vMB 0
10,351 10,351 0000000089078910e9e67217e847d6a7001166793ce3b2d15540915eedccafde 1 0.00/1.00 vMB 0
10,350 10,350 000000002828e0eedd51f6b46fea0a1aa2f0e79813951ca6dab56cab964d54ab 1 0.00/1.00 vMB 0
10,349 10,349 0000000047b78ca7bd05a7d36f6e2fedb6d065addbb6f85b2743bec99e3c15fd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 598.24 GB
    • Received: 9.93 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.