Loading Tool

Explorer IconExplorer

Memory Pool

38,738 transactions
28.58 vMB
0.05902073 BTC
Random Selection Loading Transactions
Max Size: 144.87/200 MB

Candidate Block

Mining Attempt ffa591411eb56859941d28ef56a2f60aa9518dadd16e487026d86dcbe47b15b9
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root d76f138f3a9079c2e70972c2a84b34492a16dfd2c89d6879f2fdf411a627e2e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,678
Size: 1.00 vMB
Total Fees: 0.00386606 BTC
Feerates: 22.10 > 0.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (72,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,936 841,936 000000000000000000022444351ec01777088301b9c2849a96c07c135de44d9e 2,881 1.00/1.00 vMB 29
841,935 841,935 0000000000000000000259d8223bb459b856b244837cf42fcf90650cdbd4ed75 4,788 1.00/1.00 vMB 20
841,934 841,934 000000000000000000024a0320f3c580e406d471071ec217ba2c31394a3c6feb 3,434 1.00/1.00 vMB 25
841,933 841,933 00000000000000000000841d891f86982aa9a340799ebad444c061cc33f8218a 3,751 1.00/1.00 vMB 21
841,932 841,932 00000000000000000000960b95ff6dea15dee8a51430e12a99c5ae539577020b 3,069 1.00/1.00 vMB 41
841,931 841,931 00000000000000000002c3f0431f8afb75ef76161830d20580f93202e68b5c2c 3,320 1.00/1.00 vMB 29
841,930 841,930 00000000000000000000564c96208e1c50836b9518da1328c9052150365ec563 2,942 1.00/1.00 vMB 23
841,929 841,929 0000000000000000000132c3aa093a47d5572ac7a1051ff8647f19f1cacb1a93 1,517 1.00/1.00 vMB 20
841,928 841,928 000000000000000000004ba8c54b79c10096224334b73bb4c31c36f3ab33f60f 730 1.00/1.00 vMB 18
841,927 841,927 00000000000000000001a040ef6ae0204c831cc2ac8f671d7d7343c3e34c0da6 1,922 1.00/1.00 vMB 20
841,926 841,926 00000000000000000002b83d2aba4a3ff2f61227c8d92cb5b6374449e3734024 3,168 1.00/1.00 vMB 22
841,925 841,925 000000000000000000021a5381e3b381e90be661252a7310c9b57513e13478d7 3,050 1.00/1.00 vMB 25
841,924 841,924 00000000000000000001f620fad562e520605920687bfbeb06de5d9c910d7a32 3,409 1.00/1.00 vMB 31
841,923 841,923 000000000000000000013a08ee5f9a99972d2e3ccf0c7bc74b74f987b190c50f 3,650 1.00/1.00 vMB 27
841,922 841,922 000000000000000000026973e7ee32a58cb01e6e0f959909f946af1d33264387 2,987 1.00/1.00 vMB 19
841,921 841,921 00000000000000000000498667f25ed9f7a8cc8452e17cb3007c759388d40a8a 3,116 1.00/1.00 vMB 35
841,920 841,920 000000000000000000010e47fa0f5b39a13f214e0e6810c2a7125abfbb081ecd 3,216 1.00/1.00 vMB 26
841,919 841,919 00000000000000000001142e0ee55009ec85d0f0a4dcb5fd7fa7d60c819c67da 3,472 1.00/1.00 vMB 22
841,918 841,918 000000000000000000032be845c3569e18c585db8db8d2f2bb926b109ad0c4e7 4,385 1.00/1.00 vMB 28
841,917 841,917 00000000000000000001a4d718b9f30ea8b0d393e5f5d428a10f6b4c1028cf9f 3,733 1.00/1.00 vMB 34
841,916 841,916 00000000000000000002f994f2c0fc4449376c53019fb6150f314a101762c3d5 2,526 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.56 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: 622.19 GB
    • Received: 11.30 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.