Loading Tool

Explorer IconExplorer

Memory Pool

42,344 transactions
26.63 vMB
0.07522933 BTC
Random Selection Loading Transactions
Max Size: 138.62/200 MB

Candidate Block

Mining Attempt f6ee4d15ccd225ed2a0538f2e0e1da2f84138325178ddd9f8e5554a444dd8570
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 2e785650c72107a76e055934e141537d6838fcbd818b1c711ad3cd58c037d080
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.02603625 BTC
Feerates: 99.53 > 2.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (450,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,415 464,415 000000000000000000be8e8409bc82b681f01100f1f65afce7a8ebfeec07f16e 2,558 1.00/1.00 vMB 188
464,414 464,414 0000000000000000008bdb10f07306ddcf4f91079b52eaa119f9e7bef7c32d55 2,099 1.00/1.00 vMB 138
464,413 464,413 00000000000000000035fa776aa5c7f7d900dee9a634a652a7af9b60c4278257 2,367 1.00/1.00 vMB 174
464,412 464,412 0000000000000000013d2ffd1e97b7e2164a7a63935f28985f3d008aa82b9f99 2,145 1.00/1.00 vMB 172
464,411 464,411 000000000000000001988f1b7f1c06df8e53b46424f6b7cb20f2040ab94342b3 2,310 1.00/1.00 vMB 186
464,410 464,410 000000000000000001909aabd1af17130556ee4a7388dfd1e9ca175030993673 2,244 1.00/1.00 vMB 130
464,409 464,409 000000000000000000359dfe958e77daca74b6578b940fd2c04f0eb44a9eb307 2,565 1.00/1.00 vMB 208
464,408 464,408 00000000000000000201c403619087b80ee4a1c484ff43c7687dd0ad5d53deb0 1,898 1.00/1.00 vMB 126
464,407 464,407 0000000000000000004fed46c734ba16713547d1b78d2b4dd6d86e5ace04f7c4 2,322 1.00/1.00 vMB 137
464,406 464,406 0000000000000000019185c76c53f1b2077f87e847b7688553355a5a65796452 2,382 1.00/1.00 vMB 147
464,405 464,405 00000000000000000166ce623c726f30f7a9d96f3cd33bc81620590ae93f387d 2,586 0.99/1.00 vMB 185
464,404 464,404 00000000000000000036d4ce6c6d822a392f46b462042d02696ff33632dd520b 2,092 1.00/1.00 vMB 148
464,403 464,403 000000000000000000219228882a7350d46c1719b62f83f13bddca44d77a7d60 2,841 1.00/1.00 vMB 251
464,402 464,402 00000000000000000006a38f640a81e45600675a6326a34c64c3cde706746334 2,039 1.00/1.00 vMB 202
464,401 464,401 00000000000000000194e557ae23ebb96cfb32cefe0d83d1e6744d53c5b493a3 2,246 1.00/1.00 vMB 164
464,400 464,400 000000000000000000faf2c348599e44b8f243dd836832d0c15fc407fc016958 2,432 1.00/1.00 vMB 219
464,399 464,399 000000000000000000d2ce7e6f6a87bece0f6b450b4378d0a21188a29958b381 2,290 1.00/1.00 vMB 261
464,398 464,398 000000000000000000938ca2a790941e04ca2de885bd2b081c9016bb0969fdd3 2,639 1.00/1.00 vMB 203
464,397 464,397 000000000000000001425f846659019cdb2822b5b16d9c66c1c64962b399a21a 2,090 1.00/1.00 vMB 134
464,396 464,396 000000000000000000330adec1c166161a70a2390535a60334844ca0cab24138 2,384 1.00/1.00 vMB 179
464,395 464,395 000000000000000001d5e2d3580d5fa55cb520bd62dcd6a0e8fff681b9410524 1,397 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.90 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.