Loading Tool

Explorer IconExplorer

Memory Pool

9,480 transactions
9.37 vMB
0.02531363 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.91/200 MB

Candidate Block

Mining Attempt baf1409659f8a9a1354be87278b5698ff4159c3461d1eacf56bbb94ec9e802dc
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root 2951a79e90cbf9738a85e9ceeeca3fb389b3de5aacec59a6d169c44941eb5aa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,682
Size: 0.99799625 1.00 vMB
Total Fees: 0.01162126 BTC
Feerates: 101.62 > 1.16 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (747,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,087 166,087 0000000000000b032f86a86c0e43c3df2e93c6b08a6834b88d9e91869a41e81f 96 0.03/1.00 vMB 78
166,086 166,086 00000000000008bf41ec550f65ff5bd1fa34689dc366aaa4c6943a3b012c65f2 51 0.03/1.00 vMB 53
166,085 166,085 00000000000004499580032d8a6527b2ac3401345ae9afd730e701fec4b45f6a 26 0.01/1.00 vMB 109
166,084 166,084 00000000000005879bf126cdd435998d69661240a6442f0600913ff707e5f585 26 0.01/1.00 vMB 218
166,083 166,083 000000000000061178728e53cba7d53b5f880fe1a7b7c604b6246f42600a5672 49 0.02/1.00 vMB 73
166,082 166,082 00000000000001ce0b23e61d21cad72911b4da6622d180d43ed43a64b775144f 30 0.02/1.00 vMB 134
166,081 166,081 00000000000004fc73e447e00edc8edd7f7ffaff4b346d2dc4e987728e1cd9eb 40 0.02/1.00 vMB 157
166,080 166,080 00000000000004757658f52c603bd10127840252477a7dee409700d9aad4616d 81 0.03/1.00 vMB 258
166,079 166,079 0000000000000819ef73dfa3c4a1a6d47bb636918a15f9c91ebb0e977ee415f2 56 0.03/1.00 vMB 139
166,078 166,078 000000000000066560dc6c9487e7b9a2e01a1ef3790eeabe9c37c4c67f298f16 74 0.02/1.00 vMB 224
166,077 166,077 00000000000007c2c8b335c85b97b77140281a0e2f27e7c7833d6596b784dbd3 9 0.00/1.00 vMB 99
166,076 166,076 0000000000000390881e2b8abf34999fe5763d59033fbbf11123ae01c7cfb80e 49 0.01/1.00 vMB 10
166,075 166,075 000000000000047b180d4e8aa804f36bb517eac1cda58cf2c5581c444e309914 41 0.02/1.00 vMB 130
166,074 166,074 0000000000000a5e1d5a891723955856f38b019e4e5030f2560dd8f9c839013f 156 0.05/1.00 vMB 90
166,073 166,073 00000000000001395cd349b5bffbb05fd8418b99a73faf3c467209d5e638a078 39 0.01/1.00 vMB 85
166,072 166,072 00000000000009073c1f2c628d767ee4a4ec55c59b7e5c91e6554fddfbc57620 71 0.03/1.00 vMB 129
166,071 166,071 0000000000000c1ac141e719ca53b65a0820545d25e658d433d3b997edfa450e 88 0.05/1.00 vMB 290
166,070 166,070 0000000000000044b92ad61c6507974927f670eb71ca7720260a0982ea29f4fa 42 0.02/1.00 vMB 108
166,069 166,069 0000000000000bd560a7cebc7209c1047fc6d42028b899ee712869523960d348 27 0.01/1.00 vMB 46
166,068 166,068 0000000000000b808d08363b49c6545b7056f519bdc83d6f7c25e6fed6d29ddf 21 0.01/1.00 vMB 82
166,067 166,067 00000000000000624c70286eca47b8642cdf97b237b386e08764d4cf5f5e2447 10 0.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.96 GB
    • Received: 4.39 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.