Loading Tool

Explorer IconExplorer

Memory Pool

81,224 transactions
31.35 vMB
0.09741924 BTC
Random Selection Loading Transactions
Max Size: 189.46/200 MB

Candidate Block

Mining Attempt 83d6ff4ae9faa590b506cd689e1ae7fc6ca93352f369d883df2c4980789f377a
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root aff9cce8c5d6d6d97ca78df4e1536bd5838707d9a6949ffd34bf181f7b7c4101
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,971
Size: 1.00 vMB
Total Fees: 0.02839823 BTC
Feerates: 265.25 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (512,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,769 402,769 0000000000000000020c2e804bae6bd94964977b2a6592544832a5411b3f846a 2,039 1.00/1.00 vMB 36
402,768 402,768 00000000000000000484f3a53b682a1cf959a6de65274e98f4738c390f3b0a9b 1,531 1.00/1.00 vMB 30
402,767 402,767 000000000000000006531d1bfd3003e29bffaf665b4dbba1348f75d22a810f4b 2,717 1.00/1.00 vMB 60
402,766 402,766 000000000000000005cb22de83e1252218ae92091c2d5b901b4db1bb82cb8b0a 2,206 1.00/1.00 vMB 30
402,765 402,765 000000000000000000a3cc7c9b79bca395259cd0b622342b80ad6853e6425a93 3,305 0.93/1.00 vMB 84
402,764 402,764 000000000000000001e80427be6ff8ea54b684b8dcf01d01e0763882bfa14f45 2,281 1.00/1.00 vMB 40
402,763 402,763 000000000000000004652a3f180f4b6e17a3e4aba558eb86ff537f65de31d247 2,646 0.93/1.00 vMB 80
402,762 402,762 0000000000000000015bc2144abbfc0e1cbfa7885ce69e941c2f10ce61e2bf6e 299 0.13/1.00 vMB 49
402,761 402,761 000000000000000001c0803e16a05d666aecf06c69dbccd06913a451f6dd600f 524 0.53/1.00 vMB 109
402,760 402,760 0000000000000000021420c211556103f7d6649ad0b8ec2e7fce40cd1604dda9 1,150 0.54/1.00 vMB 41
402,759 402,759 0000000000000000016991cbc3338889318ecbc35d92be7775f1c54991c22346 1,542 0.62/1.00 vMB 44
402,758 402,758 0000000000000000055af5ba274c559440cdab8ded7574e7b74f6b39dc3bbf8a 314 1.00/1.00 vMB 3
402,757 402,757 0000000000000000011ba6e13a72814570c465463124ddae73d9299ce56b2985 1 0.00/1.00 vMB 0
402,756 402,756 00000000000000000363ffa73dc98b96a5ebaa0a5a3e0c4b94c3e7c54efe6ff7 272 0.14/1.00 vMB 30
402,755 402,755 000000000000000004cd871faf2f9a2886da7b40f999f2ac96e88b2f7115cb7e 508 0.28/1.00 vMB 35
402,754 402,754 0000000000000000006e26c527ec581aeb3ddd54887d4dbeeb49ae7bb5cf9b41 774 0.37/1.00 vMB 44
402,753 402,753 000000000000000005525832459485a32793292ff6d42da91dbf5572ddf28b97 944 0.48/1.00 vMB 33
402,752 402,752 0000000000000000016b106f63035a25e3eb1e1c4b6bce8530fa41e4f15bccb2 664 0.49/1.00 vMB 27
402,751 402,751 0000000000000000062a85a788020d3ed8c0f7df03287e8e2ada995c41e45474 1,579 0.93/1.00 vMB 43
402,750 402,750 000000000000000004a45aef543a569de60bdc10cd4ec24361554d627534d399 1,862 0.95/1.00 vMB 43
402,749 402,749 000000000000000001a2e8ae8ab8885bf46cdf361e57bc74e765d9ce489a2e00 902 0.54/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 707.55 GB
    • Received: 16.69 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.