Loading Tool

Explorer IconExplorer

Memory Pool

80,725 transactions
33.93 vMB
0.13349593 BTC
Random Selection Loading Transactions
Max Size: 193.31/200 MB

Candidate Block

Mining Attempt 9a56a83c53bd2e6dd4f081e7df716879eb3e9c8acd0514b01758a6abbafa7ad5
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 8b7a478b6b8e5403fbcceabe3c6f9e1ea32a83f942b56804bc7b957971bb1a77
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,831
Size: 1.00 vMB
Total Fees: 0.02560314 BTC
Feerates: 146.36 > 2.57 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (212,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,188 703,188 0000000000000000000e44aa6a0b664c239c47a7f7bcf2fabf8f734097488fb1 2,747 0.98/1.00 vMB 9
703,187 703,187 00000000000000000003cf4029eb513dccc47ae04bcf595fbc67c33aed12572e 1,658 0.67/1.00 vMB 8
703,186 703,186 0000000000000000000e53de8a2c30c6cc90c65a97a8371e070dbc3e0e6f834c 2,775 1.00/1.00 vMB 3
703,185 703,185 0000000000000000000b5e9318d32dcc313423b13ec391bd4185fea24aaf88d0 2,563 1.00/1.00 vMB 9
703,184 703,184 000000000000000000031c2b0be45ee771f7dff42054a2f347f060ff01012804 3,310 1.00/1.00 vMB 20
703,183 703,183 0000000000000000000774078e38fb6978e113b68b97ba9bf80fa0f7bf95ae77 1,590 0.96/1.00 vMB 4
703,182 703,182 0000000000000000000841d456bab003a4f05ded7a8a2eb56300a8d3f63a806f 1,588 1.00/1.00 vMB 8
703,181 703,181 0000000000000000000b22600e4af052af7dc4b82c263e1b7db59edf2d52c3ac 2,996 1.00/1.00 vMB 12
703,180 703,180 0000000000000000000baa62642204f709d8bfa15a0410c86f271cb0248269c4 670 0.29/1.00 vMB 9
703,179 703,179 00000000000000000005f1d8ec6f889673fe87f04a1b582c5ce9eef6a8809d33 350 0.14/1.00 vMB 9
703,178 703,178 000000000000000000096f8e2ec3e9c04ff5c9480506e735081edb5e40c0b5e2 252 0.07/1.00 vMB 10
703,177 703,177 00000000000000000006b9d02a084dab5cf3f6ed1bc5d90c42bfdc0550e64029 251 0.07/1.00 vMB 12
703,176 703,176 000000000000000000042aa34d15c48cf62eb19d5ad4f932081f93afebaacd9b 331 0.10/1.00 vMB 12
703,175 703,175 0000000000000000000883952f32e0ff94b4a9972186336d71eac3127b337028 258 0.10/1.00 vMB 15
703,174 703,174 0000000000000000000e9161c47c363352ef5067936342484bed6bc87d277652 1,754 0.89/1.00 vMB 8
703,173 703,173 0000000000000000000226f60a0131c24ca089b3feba8feb14c672ffb41590e9 187 0.04/1.00 vMB 15
703,172 703,172 0000000000000000000b9a04c94c4053569fc9812b52631a71ec78d0c8b3a694 1,114 0.43/1.00 vMB 9
703,171 703,171 0000000000000000000cd5e87474a562ad0e25c2cbd6e134ef7063b501d8bbd4 1,780 0.89/1.00 vMB 11
703,170 703,170 00000000000000000007f941f0c0804931b929900028d5ba202f9268798f4e31 627 0.32/1.00 vMB 10
703,169 703,169 000000000000000000059e15952673e1502897fc3329f83c7236ba3ad26d69e5 836 0.28/1.00 vMB 10
703,168 703,168 0000000000000000000cf04bdd13d227f4f41b7a712f1c4cf57641f3be14c619 731 0.24/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.10 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: 727.88 GB
    • Received: 18.47 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.