Loading Tool

Explorer IconExplorer

Memory Pool

42,358 transactions
31.85 vMB
0.09698627 BTC
Random Selection Loading Transactions
Max Size: 159.83/200 MB

Candidate Block

Mining Attempt c2d76b2c30bf5af17c1e25b6fdc2287a5c3c53818e499f9450753e70f00fde91
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 8a9cb22d66ccb4ae7a6f07fd164438f768bc2a88bf02f6fbcfe194eb9f389b45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,430
Size: 1.00 vMB
Total Fees: 0.03065966 BTC
Feerates: 401.97 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (459,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,531 455,531 000000000000000000291394e5d026ee0d8395a4944de9c6b3d8445fcd6a5458 2,793 1.00/1.00 vMB 196
455,530 455,530 00000000000000000046ec5a36ef7da87fe47d39a78a04b796359cdfcb5b73f2 2,526 1.00/1.00 vMB 212
455,529 455,529 00000000000000000237af1d190a6dd3ef6bb8152fbb9c485f2098b5f801ec62 1,735 1.00/1.00 vMB 143
455,528 455,528 0000000000000000006bd8b890bf287b9cf09a2570debe9fd7b70d35c6962e80 1,780 1.00/1.00 vMB 182
455,527 455,527 000000000000000000e9ebf33056f2b1bf22b29b2113ab60c9fcc4b7294e3831 2,100 1.00/1.00 vMB 156
455,526 455,526 0000000000000000006582fa30c3f28fef19192b86a824587a259b3e8d3518db 1,960 1.00/1.00 vMB 141
455,525 455,525 000000000000000002226cab64bc0c154c8d38b1bfadc2c4e455aa6f7ebd0d65 2,243 1.00/1.00 vMB 171
455,524 455,524 0000000000000000023f15f02552513bd34866e489ea615b06291e671102a3f0 2,508 1.00/1.00 vMB 172
455,523 455,523 0000000000000000010406a806a28b1c0a417677212e397b900266b2a3cec5ee 2,584 1.00/1.00 vMB 86
455,522 455,522 000000000000000002243e00cf03815fb65379d78f2e2168aeab043157913f09 2,835 1.00/1.00 vMB 224
455,521 455,521 0000000000000000004bc1fe123e2b8f84e8b864d76db1101514c3ea644620cc 2,584 1.00/1.00 vMB 197
455,520 455,520 000000000000000001df8989d57d3eb9d4a6835b5a3ee085dd6199d948dd160d 2,481 1.00/1.00 vMB 237
455,519 455,519 00000000000000000026123d989591c4c20fa6686b8237d53d91bd1037970279 1,947 1.00/1.00 vMB 149
455,518 455,518 0000000000000000016125adf8b6f41d94904d583b141df70720b9e82a0a0440 2,447 1.00/1.00 vMB 180
455,517 455,517 0000000000000000011bfc0b935ee3bea3286035386b979290634f45e59b0161 2,717 1.00/1.00 vMB 167
455,516 455,516 000000000000000001d791cd9a9f79e2c606ae38aaa2c95ef939051e58dc1aa9 2,399 1.00/1.00 vMB 153
455,515 455,515 000000000000000001daf7c1945f5189d83e769035e1a54d98551f247150dca2 2,113 1.00/1.00 vMB 209
455,514 455,514 0000000000000000020072ff53d2d52ac24b70e1712ca11757eac55cf0961bb4 1,782 1.00/1.00 vMB 150
455,513 455,513 00000000000000000082d182173be59fa714bff33ad5734e658d63438bc6f12a 2,349 1.00/1.00 vMB 149
455,512 455,512 00000000000000000071d6df97fbcdea855d81182ffe1d928a6d2a93b48389dc 2,085 1.00/1.00 vMB 165
455,511 455,511 0000000000000000015ed006aeb757d7cfb6823106a82fea1120296bfdcab2ce 2,181 1.00/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 781.62 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: 624.92 GB
    • Received: 11.57 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.