Loading Tool

Explorer IconExplorer

Memory Pool

78,339 transactions
28.73 vMB
0.10579032 BTC
Random Selection Loading Transactions
Max Size: 174.73/200 MB

Candidate Block

Mining Attempt bfc123bf567fe8d7a7c14ca50db6037866aceebd673c15ae52e98c2b5cb793a9
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 65c14b4481b40bc1f5a564aeea44eadc7e84a9ab48ea79c6fb2b7dd4b0e2e5c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,938
Size: 1.00 vMB
Total Fees: 0.03773689 BTC
Feerates: 602.26 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (763,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,653 151,653 00000000000004703cfcca402af55d7ce0b31334186a5b5421ecf3f9ac7912a2 113 0.03/1.00 vMB 73
151,652 151,652 00000000000002ef8be4b1b491d69ca63a1211a0bd8c0ccc79abaf910b3e41cd 102 0.03/1.00 vMB 192
151,651 151,651 0000000000000a5cd40407bfc0dc652cf0744fee13253f6388d52dd4309fbbc8 17 0.00/1.00 vMB 11
151,650 151,650 0000000000000206e26e6805a23e59cfb46368fa8353b574c56544e53cbf18e8 25 0.01/1.00 vMB 287
151,649 151,649 000000000000066c8c9f0bced6fd33af2ec038f23de6934043f857cc121073a8 33 0.01/1.00 vMB 342
151,648 151,648 0000000000000578cd8df840b45be86eb5c6941fb6afa897bc97fb8b05689b86 7 0.00/1.00 vMB 1,201
151,647 151,647 00000000000001a5b22a2e9d79053b22e81b10d1c8626e3a6815e1ea977eb416 69 0.02/1.00 vMB 15
151,646 151,646 0000000000000bfd0dae8290eb2669a59db15a7d2e0831add6634e1f05a2272d 76 0.03/1.00 vMB 69
151,645 151,645 00000000000007cfbb314fdf775bc484dbc4596047a9bdc850afaa06d1625607 24 0.01/1.00 vMB 111
151,644 151,644 00000000000000b6cce54fb44fc7d9002a75ba5c05084a097d80c16bb025e0a4 47 0.01/1.00 vMB 183
151,643 151,643 00000000000008e46683b6937e16648a60df082d86a642fe779f499bdd1f7ae7 140 0.04/1.00 vMB 90
151,642 151,642 0000000000000b695652685e20ead2e34e07bb2be1bc65dc8ba13717da79bd0d 1 0.00/1.00 vMB 0
151,641 151,641 0000000000000d3fc3f683f95d57a43ab989e5e2893df5c2add3fd3cb814a700 15 0.00/1.00 vMB 680
151,640 151,640 00000000000008dc50a072a06b6eb610cbe1541b88602cb19407d7a89a002479 29 0.01/1.00 vMB 210
151,639 151,639 0000000000000951f573f6250c8739344d1599f636cb89523512ee920f81f56b 4 0.00/1.00 vMB 38
151,638 151,638 00000000000000aa8419ae01a47dd66f02ba816fb6efa3a7d128a19d15ad5c5d 18 0.01/1.00 vMB 335
151,637 151,637 0000000000000d0040af0c73dbfc52b6048b8c9608874c87cd1b8f4c43d3d4ef 22 0.01/1.00 vMB 162
151,636 151,636 00000000000007d3c938a827a8966fee04104c058abb2c5338733320137416ff 29 0.01/1.00 vMB 314
151,635 151,635 0000000000000b5cd35f45419d6136804bf4ee836c1b59009696d7f35322d50f 21 0.01/1.00 vMB 274
151,634 151,634 00000000000003482fbed5010312fc969a02364ebbf2b6b14b6e36d3ed193e6b 2 0.00/1.00 vMB 0
151,633 151,633 00000000000006c825df67c8bd7afe0bc802d34a75e100894246e1cbb7f68ed4 11 0.01/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.92 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: 714.39 GB
    • Received: 17.53 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.