Loading Tool

Explorer IconExplorer

Memory Pool

79,687 transactions
29.83 vMB
0.08959743 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt a5bfac316d341a3424b17cd056ea8c1dd84a852914391e96d974918a47ebf50a
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 7b6d472e978771e462664dda870bf55ea76429f7e164a054f8a6d916ffa47d51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.02190214 BTC
Feerates: 40.21 > 2.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (351,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,016 564,016 00000000000000000028d9f74f10cd545a4423b3e8b58ecef3f597e5222637de 2,290 1.00/1.00 vMB 15
564,015 564,015 0000000000000000000346964425f07e1a71f576c6c918a0e242f5dda2ecee22 2,622 1.00/1.00 vMB 12
564,014 564,014 0000000000000000000f58376ad1792612f0353fb152e63f82c973caf5097c95 1,888 1.00/1.00 vMB 8
564,013 564,013 0000000000000000000eb2c271bd9154a9a6de691d9062f251b484f3d8cd8691 2,886 1.00/1.00 vMB 20
564,012 564,012 00000000000000000020823c69e9b53b26c1684acb4a5cbd56082a85ce094d63 2,489 1.00/1.00 vMB 8
564,011 564,011 0000000000000000000c6e2e417496b4cf208911c04de2229f9a82768c6e36a7 2,755 1.00/1.00 vMB 9
564,010 564,010 000000000000000000220c9c4d7633edf5fe3f766903df9eae66b1bd09256924 2,884 1.00/1.00 vMB 30
564,009 564,009 0000000000000000000143295329941324b0a276f43786b68135bdd742f22eb3 2,586 1.00/1.00 vMB 35
564,008 564,008 0000000000000000001eae0cd6075c0733327e8c39d9d61122204a77f3d9a655 3,037 1.00/1.00 vMB 41
564,007 564,007 0000000000000000000eb43a7bbb46df4614c0d9be954c2113c76e9c88a0a351 2,800 1.00/1.00 vMB 40
564,006 564,006 000000000000000000098fe5285f043c818a5cc812ac170194f444bf26c93463 2,924 1.00/1.00 vMB 16
564,005 564,005 0000000000000000000e32bc26aa6ff6f15312278bd4184c93cbc644d0cf773e 2,624 1.00/1.00 vMB 31
564,004 564,004 000000000000000000101f083dcb440693732b13b2ec68013d9f9c885f4fddad 2,178 1.00/1.00 vMB 31
564,003 564,003 000000000000000000188a98d87e60250f35b30f416217e0b8948d95b90de6af 2,906 1.00/1.00 vMB 42
564,002 564,002 00000000000000000015bc7a6d136d1087c34786ccd122bd35c6d9c0f430e76f 2,504 1.00/1.00 vMB 9
564,001 564,001 00000000000000000029506c19efed58ba46604760841c5e16a812f473234195 2,603 1.00/1.00 vMB 20
564,000 564,000 0000000000000000000813fa7d408dd3c961b8f9063fe49f0aa2392cf9b1e288 2,458 1.00/1.00 vMB 32
563,999 563,999 00000000000000000005bfcc3d5cc97b01872ac41cea232a09fd17fd91ef52f4 2,892 1.00/1.00 vMB 49
563,998 563,998 00000000000000000002a0fa3eb60b3be73ae5715c459384ef5e4de6fdc3a1d7 24 0.01/1.00 vMB 36
563,997 563,997 0000000000000000000aa10ab8831759258a4f4348cc98780d32c175e972c129 2,564 0.88/1.00 vMB 22
563,996 563,996 0000000000000000002c7a7291cbaf2c9cd804f7ccc8ba2836d4637af6a5e6ed 2,178 0.76/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.