Loading Tool

Explorer IconExplorer

Memory Pool

56,483 transactions
32.12 vMB
0.18227468 BTC
Random Selection Loading Transactions
Max Size: 172.93/200 MB

Candidate Block

Mining Attempt 61693dfc54b1ad9fede64537db84323f236c6bd08866df295ac7ef1d9e88e643
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 44af33795df08bb09d99712e0781c6643074d5cfa7e10ed783c4e4e55e60ab46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.07197967 BTC
Feerates: 465.21 > 7.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (409,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,182 505,182 00000000000000000040554e2b6aec90df772a34d70e45807fbfb88be44f87d5 2,742 1.00/1.00 vMB 415
505,181 505,181 000000000000000000236405d86a1b7814daeaab6f8329effb901b632317ca77 1,875 1.00/1.00 vMB 456
505,180 505,180 0000000000000000001dae1b832d912694ce87dc918c47a5dbf195fb50906b75 579 1.00/1.00 vMB 82
505,179 505,179 00000000000000000036ba4f45f7312fadb29ff2d0b2ef50f372dd4120de5304 1,105 1.00/1.00 vMB 117
505,178 505,178 0000000000000000006c4e21f4a94c0a0f14edbb6e54e12dffc90a0d538d63e5 663 1.00/1.00 vMB 152
505,177 505,177 00000000000000000031a5cbb573027ca93e4dc7c5bc2352c02fe6cd90700925 1,052 1.00/1.00 vMB 185
505,176 505,176 00000000000000000016e13c5a178c70b7c8067a11c540d8859d0ce9684d34b9 666 1.00/1.00 vMB 99
505,175 505,175 000000000000000000335ab4eb6fac3be158ad4d52c8391ee447514691609add 1,669 1.00/1.00 vMB 307
505,174 505,174 0000000000000000004b55ab402c79e6914af5c9f23c80a2a12fa9b4b11b594a 1,080 1.00/1.00 vMB 199
505,173 505,173 000000000000000000192b7cecf1bb5c7c5d963bfef6f2f604848040702e263c 972 1.00/1.00 vMB 181
505,172 505,172 00000000000000000069b71515a757336e61c52ed0d22785978c4e98ed3534ed 1,374 1.00/1.00 vMB 229
505,171 505,171 00000000000000000058120fd4c68f21bd2691b5dbea60b61b5b300c23312aa3 2,192 1.00/1.00 vMB 405
505,170 505,170 0000000000000000002b6a3fb9bde49852f34927bbbffcc9751b956b53964b99 251 1.00/1.00 vMB 124
505,169 505,169 0000000000000000004b31cd87fd2d503088e1a05a0944f86b1457a1d74b4c31 602 1.00/1.00 vMB 161
505,168 505,168 000000000000000000204cc372f56d3792a93a4af6ad8ef0a4efd5b4c09dfb07 1,200 1.00/1.00 vMB 267
505,167 505,167 000000000000000000732888968dc484291e1531ec6a6238442e0a5eef0c7c48 1,586 1.00/1.00 vMB 305
505,166 505,166 000000000000000000199581b98447fed920f47b06e8954fd39b2524c25d206f 1,031 1.00/1.00 vMB 117
505,165 505,165 0000000000000000002e0eb13bcfa869de414dcce0f6d8376ee55645f25951a6 2,470 1.00/1.00 vMB 477
505,164 505,164 0000000000000000004d70e580c51a6a122d0d72aa1e69cb3ac219f65b917fa1 1,553 1.00/1.00 vMB 255
505,163 505,163 0000000000000000005f0ded80e5cbd0a67796920c96cf07d8f46438dd212e37 914 1.00/1.00 vMB 225
505,162 505,162 00000000000000000016bd0761d8e3a3439b2d6bb4f38ba9a873a4657edb9125 497 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.