Loading Tool

Explorer IconExplorer

Memory Pool

51,512 transactions
29.26 vMB
0.07972858 BTC
Random Selection Loading Transactions
Max Size: 158.27/200 MB

Candidate Block

Mining Attempt 1ee7c24e7b1852e1aa0fb5c584a6128697ecfcd5e3627540ddfce7c015cba08e
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 0f791b963e8add190f68a43b2748401ded26f786f9edf64712a0f90cf7d1ed77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,452
Size: 1.00 vMB
Total Fees: 0.02353244 BTC
Feerates: 173.90 > 2.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (234,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,765 680,765 0000000000000000000b16d6c6e89c8d14b113297f5f6cf6a3f252dc6f0abc20 2,404 1.00/1.00 vMB 147
680,764 680,764 0000000000000000000a9be96cb6e9e4bc49a3107f4f4998eac05623f3cb16d7 2,065 1.00/1.00 vMB 163
680,763 680,763 000000000000000000019de36f06e2fa24ce87a16eb807f2d079755c40dbf2d6 2,087 1.00/1.00 vMB 83
680,762 680,762 0000000000000000000a594ecdad757b308ceb1669376872a2c763d71a90c08c 1,320 1.00/1.00 vMB 73
680,761 680,761 0000000000000000000bb837a058ea6e01a0b3f4f5b59c4ec87bb9bfaa33cb54 2,869 1.00/1.00 vMB 65
680,760 680,760 0000000000000000000171f014ec430cd5c9e46dfff3112e119a18d2b0af0bb7 2,178 1.00/1.00 vMB 62
680,759 680,759 0000000000000000000a5113b130aa39507846eab7aa3cef731a81aa797646e2 2,704 1.00/1.00 vMB 65
680,758 680,758 00000000000000000005343c19a0fa4081bdbbe6f1b13347fec1a99f18edc956 2,743 1.00/1.00 vMB 84
680,757 680,757 00000000000000000008c197a705d04221c2411444d97c4e8c5547ee201eee91 2,204 1.00/1.00 vMB 93
680,756 680,756 000000000000000000003ae98c6ddbe76d1ecfce9b44e7281e98ee8a719ed072 1 0.00/1.00 vMB 0
680,755 680,755 00000000000000000001029f47d2fb06aad27bf506e1f4f0bfa17d45359f30fa 1,446 1.00/1.00 vMB 166
680,754 680,754 00000000000000000007b53abc6982fe151f48e4d0fbbda23f5a4f29f45fec41 2,444 1.00/1.00 vMB 90
680,753 680,753 00000000000000000002ab24eacc473e9e994005ab271ddcc2dcafc56c0eefea 1,786 1.00/1.00 vMB 136
680,752 680,752 000000000000000000007ed23fe65890ae6915bf494d54198fa4902a9558bc26 2,152 1.00/1.00 vMB 187
680,751 680,751 0000000000000000000ad7c72cc5c0140d7b12b19db0e612b0f4a8ae06d7c957 2,896 1.00/1.00 vMB 179
680,750 680,750 0000000000000000000532e90a86d66c156817fa90be9f5337b963b9da3ee03a 1,183 1.00/1.00 vMB 190
680,749 680,749 00000000000000000003d2f34e53f03a6f46bb304b3251cd7c5ec79c4a258874 2,605 1.00/1.00 vMB 218
680,748 680,748 0000000000000000000279855235452f90299749b9ea669947a8b6d5d9308de0 2,782 1.00/1.00 vMB 167
680,747 680,747 00000000000000000008521d9b7ee834a695ac17887d3ec6e41c5c023dde77ca 1,957 1.00/1.00 vMB 93
680,746 680,746 0000000000000000000277c5985bd269d6cc108a8227abfd5bc2fca04fec420f 2,012 1.00/1.00 vMB 104
680,745 680,745 00000000000000000004379018963de3650ad9b15ca79a3f6d6510afea817892 1,479 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.