Loading Tool

Explorer IconExplorer

Memory Pool

49,204 transactions
29.87 vMB
0.09022050 BTC
Random Selection Loading Transactions
Max Size: 159.79/200 MB

Candidate Block

Mining Attempt 3ac9916de8497a238e3c9f3fa13a26c2fa0efed9e8d59b1b14754b83228d9e05
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 81b9d89355dfc73025252f3c580b8ab0de551a0e8533aedd107678faa464bbf6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,740
Size: 1.00 vMB
Total Fees: 0.02464459 BTC
Feerates: 51.03 > 2.47 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (738,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,155 176,155 000000000000036169b5491da3420cc9728b6a552ac9ba23d1a8fffb5d38fa5d 73 0.04/1.00 vMB 99
176,154 176,154 00000000000007a68b7de807fed07fdbcbbc39d112260ad65e4aabaa6b751fc8 75 0.03/1.00 vMB 39
176,153 176,153 00000000000001b7e053fc60afcb91493ec1fd20d015abff6819de0806758d95 80 0.04/1.00 vMB 42
176,152 176,152 000000000000083ce6ef4abf39ea4856d231182ace359e7ecddaf0c31fd39d83 9 0.00/1.00 vMB 767
176,151 176,151 0000000000000a4b0dc55a075a8fd303dc2fb9b9a90e42c02255c5659e45709b 101 0.04/1.00 vMB 222
176,150 176,150 0000000000000778e30abbfa3b4156e453e1605b7acbf83961218c7cc4da8256 94 0.04/1.00 vMB 101
176,149 176,149 00000000000007b2a037eaaefc848e0ad8f41667589f7d5a0aca3e78c8003ac0 109 0.05/1.00 vMB 122
176,148 176,148 0000000000000741839384a0f9959dbfe5f9d37cea3d3264eecd5e32b13e4d6c 47 0.02/1.00 vMB 164
176,147 176,147 00000000000003e60fe45b07f68e626611179c18b2452f5534b4fbb4bbeacf26 23 0.01/1.00 vMB 11
176,146 176,146 000000000000050a20f0e7085a10bc756ae5f26c4372496e3cf685d9c73567be 12 0.00/1.00 vMB 495
176,145 176,145 0000000000000097d1a82ef315b8f986b681d30c1b0abe25c804b216bf1f985d 3 0.00/1.00 vMB 0
176,144 176,144 00000000000002deeaa329472a73644a8acfef565888d2f9f3f419d754b67a88 39 0.02/1.00 vMB 146
176,143 176,143 0000000000000207ec890a578c3c2dc0fae5425d6d2ff09420f812a6cc95b736 4 0.00/1.00 vMB 459
176,142 176,142 00000000000003037397b3328cd463de43664ec5f7a68b32a936ac903f01d675 104 0.03/1.00 vMB 42
176,141 176,141 00000000000004536de295a3a87f258047863c6e6b633e5151e4aa8903dae327 27 0.01/1.00 vMB 111
176,140 176,140 000000000000015fe6f0fb1596d1a71c8c85de2ead7e57b2f1a021b51caa4c90 105 0.05/1.00 vMB 91
176,139 176,139 000000000000095cddf15ff08bd60c69c5b80c210bc3124d39d4c6e69d5c38ca 116 0.05/1.00 vMB 306
176,138 176,138 0000000000000598b3ae1de81f56b8e8f78d766e5eda016a28db9760e86671ac 36 0.02/1.00 vMB 61
176,137 176,137 00000000000005a66230b61c43b957c1fbb69b46c0f0287cd9f29893bb892b4a 75 0.04/1.00 vMB 328
176,136 176,136 00000000000002a5d1079528e1ce2db8e09e988c5993af104e9bd2aa2d6951c2 2 0.00/1.00 vMB 0
176,135 176,135 000000000000000d5a94d6fc5ca040ff8c3e76528895a5be264f253e8b07903d 142 0.04/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.06 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.09 GB
    • Received: 13.40 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.