Loading Tool

Explorer IconExplorer

Memory Pool

25,099 transactions
6.81 vMB
0.04349149 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.14/200 MB

Candidate Block

Mining Attempt 5c5b3810bd731aa5d299b255dca3af3cc776c966785fc1b7341ca9fa157a4d80
Version 20000000
Previous Block 00000000000000000000959c0308c4656bdb7b0822aa4e9eacb8878a36969eaf
Merkle Root b1219f480f4298b6c6d251f52f5de997ce7efe8b25077a1ef93bb03d39ea0c03
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 591
Size: 1.00 vMB
Total Fees: 0.02169563 BTC
Avg Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,114 (725,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,232 187,232 00000000000002ac708dc01b2c4f9539309cb652583e90b8649f4b7c1ea240d3 0.03 MB 47 40
187,231 187,231 00000000000001ca7c0cde608926d3ed647c16b7f6bbd0a39da2e91ebfc82825 0.23 MB 579 129
187,230 187,230 00000000000009776cb98fd11b93ca5e94cad6759427fae8b9570db81db33fd1 0.25 MB 725 143
187,229 187,229 00000000000000cc44dfc0599235fc725b82020ab7ffaf657cfe9debe3993012 0.25 MB 498 187
187,228 187,228 000000000000013d64e35e789d593538a790cfae21bde951a0ae1225648b66d3 0.05 MB 125 111
187,227 187,227 0000000000000497baf78e8c3595873aa0f52da693e8164e71890d2572cff9d0 0.08 MB 246 27
187,226 187,226 00000000000001a7957a6a281d02ebd348c6d34abde35d9a3d89a1ad27d5664a 0.12 MB 250 280
187,225 187,225 000000000000087219768435fb7121c68e35d8dd1804dcb59e51c67047c88bf6 0.00 MB 10 0
187,224 187,224 00000000000008e66a7dcafea263c01e1de1a5feb2b8c12bd60bbf39be3533c4 0.17 MB 423 151
187,223 187,223 00000000000008a424ee2f1c98e89c47c4ff45a1146028e0712c35f4d6573da4 0.01 MB 21 87
187,222 187,222 00000000000004fc0b5aa53c5a0242b4d8d19b141180586a9a4a87ab5ba11247 0.02 MB 58 94
187,221 187,221 000000000000078004378cb51ee87e1d7f9c167d699da3c9372b4c18511009f4 0.18 MB 398 135
187,220 187,220 000000000000084c95101eaa9ba7261a5fc8eeee081ada062e328e7faba7ccfb 0.16 MB 400 148
187,219 187,219 000000000000017c99857084317204c0f04fd1617ae2eecb78c92fef61c501cb 0.05 MB 121 97
187,218 187,218 00000000000002d29b128f11b77b447e4f1a3c6c3bb461a343ba7f736b7df50b 0.00 MB 9 0
187,217 187,217 000000000000013f560338f39719056cdd11fea7833aba2120d399b72066f13a 0.05 MB 133 151
187,216 187,216 000000000000034fb8442672a9896ab6fa624d3959bfc9aa7d12b06b32088269 0.11 MB 256 116
187,215 187,215 00000000000003fde9f5095caa3eea9366abee36d5a01ac741689bd74678f5e2 0.04 MB 61 67
187,214 187,214 00000000000004f891f95df44a1072c385fa0e37ae2acfc66842d2414b7e0133 0.30 MB 747 140
187,213 187,213 000000000000064e83626697ae06c3f0a1c7156b0425fd9a18d36cec919f0d44 0.02 MB 75 7
187,212 187,212 000000000000025a40fe77b01cd812238d7cab40f676c02462caebda713cde31 0.05 MB 116 93
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

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