Loading Tool

Explorer IconExplorer

Memory Pool

47,223 transactions
27.58 vMB
0.10574420 BTC
Random Selection Loading Transactions
Max Size: 147.02/200 MB

Candidate Block

Mining Attempt 3d1a335315387c552901b433cb7b6bee780c0aa207c77d40910c4e1f2fba1f38
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 0ce31267f319faf44c7d9f8202c4eff98f66265a518538132965844338e8b5f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,423
Size: 1.00 vMB
Total Fees: 0.05412211 BTC
Feerates: 101.66 > 5.42 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (303,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,891 610,891 0000000000000000000fb925f21e94ea9769f155f31fdaeaed9c182ef87a5293 2,053 0.60/1.00 vMB 14
610,890 610,890 00000000000000000004d34f315a7a46ac41956b56e70121ac2feaa9f5c78394 2,828 0.99/1.00 vMB 15
610,889 610,889 0000000000000000000bac604e4f8122c0bd238c82d06a73740d223aead78c09 1,471 0.56/1.00 vMB 9
610,888 610,888 0000000000000000000a96a7d70995bc4ce5a9d4a067ba7df8437443a8367a5f 3,481 1.00/1.00 vMB 13
610,887 610,887 0000000000000000000d2b4fdaad8da48010dbef6f2802acc8529acabc6eb6ca 2,654 1.00/1.00 vMB 15
610,886 610,886 00000000000000000001895e458bb96cb24c4b8c89c6eece51ab167a27275178 1,432 0.47/1.00 vMB 2
610,885 610,885 0000000000000000000c64c0a35546b3912fdc0dc609ee951d11704785ddc7cd 2,533 1.00/1.00 vMB 11
610,884 610,884 0000000000000000000a4c4668c985bcaa47518517a5c411c900e534582b2eec 2,901 1.00/1.00 vMB 17
610,883 610,883 0000000000000000000b3a963c944e3fe376159e5f82b78d0fc3ade9814faef6 427 0.15/1.00 vMB 15
610,882 610,882 0000000000000000000d2ef62ff133892e5488be35d9f98eeec7965be08ac3fb 1,561 0.85/1.00 vMB 1
610,881 610,881 0000000000000000000604a4d65bcac0753f6644585ffbdf29acc1be4c840861 2,442 1.00/1.00 vMB 13
610,880 610,880 000000000000000000034a4082acad32a31432ff50747cdea58058fd10c82d22 3,094 1.00/1.00 vMB 14
610,879 610,879 00000000000000000011c32429588ba062d4e565053e2081d8a0bfaa8329fb3c 2,492 1.00/1.00 vMB 16
610,878 610,878 0000000000000000000e8e5458fa7fd2cbec2040d9c5d25d4b1d96501bc269c6 22 0.01/1.00 vMB 6
610,877 610,877 0000000000000000001222d4dfce84448c9321f54cb756fc7cc790405698ba9c 1,131 0.48/1.00 vMB 7
610,876 610,876 0000000000000000000ee7ae7e3d7091ef56e8d237040cc3b5a58f2ffee6dc07 2,490 1.00/1.00 vMB 8
610,875 610,875 0000000000000000000fd7d203da0d2db3444a33618ba9f7a0b3fc2110165bf6 2,634 1.00/1.00 vMB 13
610,874 610,874 000000000000000000141510398d1870de67c041c1baa0444b0c58e3f4cbcb49 1,064 0.40/1.00 vMB 6
610,873 610,873 0000000000000000001141af9131459258e58d0f76cf02dd81ad9a740dacc3ab 2,396 1.00/1.00 vMB 11
610,872 610,872 0000000000000000000d352134add776fd09d6704168cfed02db6204f564a1bd 1,878 0.53/1.00 vMB 12
610,871 610,871 0000000000000000000437c9a6bb7c071d67c60e0f1fe30d2d6a0f2c365c2cc8 126 0.05/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.