Loading Tool

Explorer IconExplorer

Memory Pool

78,440 transactions
29.36 vMB
0.08044897 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt 148c977a99f3e18851602d4ee63d92339101b03471ce8be5583b0d6c2d5648cc
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 9c873fbce3de4ed2c63a61508de3392acef8458a40bd249e689e86c6932f8807
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.01601452 BTC
Feerates: 73.20 > 1.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (248,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,408 666,408 00000000000000000004532418c9f968875b44f1225ccf8be67a2e90b9dd30be 1,799 1.00/1.00 vMB 32
666,407 666,407 00000000000000000009a01c7d2ca2eac9fc728ac25ea154bb4da215e5b068f2 2,555 1.00/1.00 vMB 17
666,406 666,406 0000000000000000000af5dbc7d686220cdcb5de7937996fff9b2314cd2b044f 1,850 1.00/1.00 vMB 48
666,405 666,405 0000000000000000000a198ae1c2284ff51fc7cb1455687e66c2d45b26a755ea 1,313 1.00/1.00 vMB 48
666,404 666,404 0000000000000000000739336c09f561314494d37d4655ea8d92e77ef81e83cd 1,930 1.00/1.00 vMB 65
666,403 666,403 000000000000000000023affd5c8d27a28368ed88faca26bcd17fb797ac49143 2,417 1.00/1.00 vMB 62
666,402 666,402 0000000000000000000833a6fc280aeae6c1f76b0bce120f11b3e849c287fbd8 2,068 1.00/1.00 vMB 108
666,401 666,401 000000000000000000048c2db07c35a84dded25afe06f676fbc20f0bb27a3be2 2,535 1.00/1.00 vMB 20
666,400 666,400 000000000000000000032ffe33175f7aeed137ec968686c950036a0087e482fa 1,928 1.00/1.00 vMB 67
666,399 666,399 00000000000000000007420ff7f28cd341660b059e2245e07f4ba261ebdce3be 2,758 1.00/1.00 vMB 26
666,398 666,398 000000000000000000049ef3e3dafddd91929ff7160c2e07dfa65acff9a44574 1,906 1.00/1.00 vMB 37
666,397 666,397 000000000000000000053b9ab2edec66096dd0c10e0d0b780d4842296fa1479e 2,545 1.00/1.00 vMB 80
666,396 666,396 00000000000000000000e2d847681a9c679c9885b82057e90b9031fee0651a34 2,876 1.00/1.00 vMB 121
666,395 666,395 00000000000000000001316a7555ff9261576a8de7a42831673be7a088c47e0c 2,359 1.00/1.00 vMB 122
666,394 666,394 0000000000000000000b749f6e1daa4e7c53ea61159e9f86f2522f7254979179 2,741 1.00/1.00 vMB 42
666,393 666,393 00000000000000000006757f08e4c24a52fc8f2a055c74c50a5022123e27d554 2,913 1.00/1.00 vMB 91
666,392 666,392 000000000000000000000c6ca36cb55572f682b1dbad70e61a45b21faeed8b47 2,424 1.00/1.00 vMB 67
666,391 666,391 00000000000000000000a6f60bae8c38beb703ef2041146f31a5094758823a66 782 1.00/1.00 vMB 20
666,390 666,390 00000000000000000001e1b60c1d8125d4442865c5cd8e3238ac2e6b544b5d79 1,874 1.00/1.00 vMB 49
666,389 666,389 00000000000000000008a0a7066d3edef7185f579332b9312b1102ee35376bb1 1,626 1.00/1.00 vMB 50
666,388 666,388 00000000000000000001ea8f8fc7a648b8f715ecc3424a2db54fa9f16229e6e9 2,230 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.