Loading Tool

Explorer IconExplorer

Memory Pool

83,680 transactions
31.27 vMB
0.09753336 BTC
Random Selection Loading Transactions
Max Size: 191.89/200 MB

Candidate Block

Mining Attempt dda9be52ce01752fa60d0841cce099e9930c875c1b4795a03f595d3e2fe91940
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 922e8f8e6933764513fd8ba3298bc1166882ee19522f929601d1839b0a0e67f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.02690373 BTC
Feerates: 301.57 > 2.70 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (90,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,189 825,189 00000000000000000000937d11fe3185110ce4244f70bb39782b4c3ed6484a3a 3,127 1.00/1.00 vMB 87
825,188 825,188 00000000000000000001527bba28f7b5652599a2d4213d1fa2b69eecafe90b82 2,375 1.00/1.00 vMB 49
825,187 825,187 000000000000000000012a300541c9071c19c7cb1c19bdbd8a55a2b1379af5b2 3,346 1.00/1.00 vMB 70
825,186 825,186 00000000000000000000d7ebd8bd8d73b1d27674e13b62598eff54c99243b7fe 2,991 1.00/1.00 vMB 69
825,185 825,185 00000000000000000000267e363d2fb62ce3d8984437ccc21cc6a1005e3bf033 3,100 1.00/1.00 vMB 55
825,184 825,184 0000000000000000000061a146d29236cb77cfff4cc676d44989e5e5ffa0714e 1,306 1.00/1.00 vMB 35
825,183 825,183 00000000000000000003cc0d7d51b84a87ed5b436b2f030bb4aa4bd76ad7cea9 3,623 1.00/1.00 vMB 66
825,182 825,182 00000000000000000001aa98b78670bc8fb580212ec267073b4a3d72aa47328c 2,644 1.00/1.00 vMB 39
825,181 825,181 00000000000000000001a79d1975ec91e1b56d917ba0b7d512d85f7ba2987b9c 3,567 1.00/1.00 vMB 76
825,180 825,180 00000000000000000002f7bb235ee2512d969e49628a203c886207a15bce7fa1 2,915 1.00/1.00 vMB 46
825,179 825,179 00000000000000000002776d0e43411a88cae45efd0278caf6dbd207262374f3 4,863 1.00/1.00 vMB 76
825,178 825,178 0000000000000000000048767483a3267d8aaf2969ef7f4d500df3f5dab3582f 3,601 1.00/1.00 vMB 65
825,177 825,177 000000000000000000009075a598ead1dd2ada99ec2c272513cfac5dbdbb1ad7 3,174 1.00/1.00 vMB 77
825,176 825,176 000000000000000000035826f63c892190389daae72ef70cb0a75be0fc143559 3,525 1.00/1.00 vMB 84
825,175 825,175 000000000000000000023e72934738fa9e1618a6462967d6844fbf38cee6f6f2 3,323 1.00/1.00 vMB 118
825,174 825,174 0000000000000000000167f359c21a75c462de1fbcb31be89251b3ceac20dd99 3,185 1.00/1.00 vMB 138
825,173 825,173 00000000000000000001a205d787d80a0a146830581c33e026a83161a56282c2 3,074 1.00/1.00 vMB 80
825,172 825,172 000000000000000000029a62ae4a523ba7da409283433740693de21c6527c1a8 3,526 1.00/1.00 vMB 67
825,171 825,171 00000000000000000000be7d1026d8c4aa0b8a903bbe1d2c53e0e8deab0d97d4 3,035 1.00/1.00 vMB 42
825,170 825,170 00000000000000000001baa920d74b2aa5b2f6c7ff43df00599e2015f1091b49 3,160 1.00/1.00 vMB 43
825,169 825,169 000000000000000000008498bb93ebdf47d9896fbc322a6f09bc615055e2b94d 4,189 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.78 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: 709.58 GB
    • Received: 16.92 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.