Loading Tool

Explorer IconExplorer

Memory Pool

86,046 transactions
32.94 vMB
0.13464712 BTC
Random Selection Loading Transactions
Max Size: 195.92/200 MB

Candidate Block

Mining Attempt e053a613f494e8a1717ff8c44ba22416cd5bacba0f427b62f46ecd2d6d9d4758
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 16c48904674ec3e1119ffcd20e10ff50c62a65df25eabf7d47de802e259e8cb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.06235044 BTC
Feerates: 387.56 > 6.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (278,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,921 636,921 00000000000000000006e9256639c15b07cf732952f374cfc31dd1aea1c0b4d2 2,801 1.00/1.00 vMB 30
636,920 636,920 0000000000000000000096bd04f2e873b382e967b60b87f56eea73b17f314ced 2,789 1.00/1.00 vMB 29
636,919 636,919 0000000000000000000210798e634f58d2863d708ded27372ab35b6de7398b61 2,748 1.00/1.00 vMB 40
636,918 636,918 0000000000000000001041c15de1aa9cbdf75393a9d6fa32da806fcdc235d517 2,166 1.00/1.00 vMB 27
636,917 636,917 00000000000000000009a4884e2c266effb94dbff32800585ce7131c957befdc 2,359 1.00/1.00 vMB 23
636,916 636,916 0000000000000000000f7f41ce500e51deab77513b54ee2fd5463e0952cefe48 2,048 1.00/1.00 vMB 23
636,915 636,915 0000000000000000000dc6274f2a5a91e2fdf847ae935da8d8e9836ff0d78f9e 1,614 1.00/1.00 vMB 24
636,914 636,914 00000000000000000009535e2b0344648da5e2f4468bb9996bcbaf3588e1eafc 2,056 1.00/1.00 vMB 34
636,913 636,913 00000000000000000006eed66b8e37457d694c022fca7a1f7675077908cbdb7b 2,344 1.00/1.00 vMB 26
636,912 636,912 00000000000000000007acbcf14591975e070833e5c7498990da972b37fdcb02 2,715 1.00/1.00 vMB 30
636,911 636,911 0000000000000000001112fabb0af3d93c86f327020c3682c46cf8457d266afd 2,071 1.00/1.00 vMB 36
636,910 636,910 00000000000000000007a623eefef772b7b32ee6502cdb3d5f4fe9b617da7752 1,994 1.00/1.00 vMB 45
636,909 636,909 0000000000000000001134755a07e1b0066bab30afe4a9484e5426fcd76c4c69 2,017 1.00/1.00 vMB 10
636,908 636,908 000000000000000000040ea2e17b9c2d033fea9debada0ffdd42136edf88c5c8 2,700 1.00/1.00 vMB 16
636,907 636,907 000000000000000000080916573dedc1a0ce06737da499760dbabe8c863a7829 1,862 1.00/1.00 vMB 19
636,906 636,906 00000000000000000009a78c348876bf2788891b9f5c4c9eb2edcab5cb04d66d 2,437 1.00/1.00 vMB 25
636,905 636,905 0000000000000000000cc27421890335d1e7b22124eae1244f04056ccd72cc52 2,758 1.00/1.00 vMB 21
636,904 636,904 0000000000000000000afab273e1a28a2e09b7b6eedfd80420ee739476b650e2 2,251 1.00/1.00 vMB 30
636,903 636,903 0000000000000000000ea0c81128ea4824e609fb0d3e3d2acc8148a727f9082f 2,266 1.00/1.00 vMB 32
636,902 636,902 000000000000000000014c9bf6d75348a1f3f42bf97940b81427ccbe67da1d28 1,452 1.00/1.00 vMB 40
636,901 636,901 000000000000000000037ce7f28b6caccaed0f4316d0cde9c974ca6a71d87bec 2,764 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.31 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: 659.34 GB
    • Received: 14.60 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.