Loading Tool

Explorer IconExplorer

Memory Pool

83,247 transactions
30.70 vMB
0.14482498 BTC
Random Selection Loading Transactions
Max Size: 184.76/200 MB

Candidate Block

Mining Attempt ea6a9526e58e87da2e3ff1b944488cbcc5450a1424c8b8c274e43e04499a46fe
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root f124ee7a2c564fbe0efb08bc5f7bdedaaf07cea401d5a4f149bdf7c12e558251
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.07988188 BTC
Feerates: 150.77 > 8.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (342,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,216 572,216 0000000000000000000d44c8652d8c5cf2c94de306a74d079903a2140ce9a83a 2,608 1.00/1.00 vMB 46
572,215 572,215 00000000000000000020b1ca7162317ff67bfc85b673b4adb3f714f034ba5407 3,267 1.00/1.00 vMB 74
572,214 572,214 0000000000000000001fb388a2db81e943395f0a1d327c2708ff036dcec8e7cb 3,137 1.00/1.00 vMB 74
572,213 572,213 000000000000000000254889a31438819f68c3ec485ec5088041d548d6962309 3,000 1.00/1.00 vMB 33
572,212 572,212 0000000000000000000d51aca1acd0313e4dd8bdbe5f64e72d3d2ac18548dd8d 2,686 1.00/1.00 vMB 37
572,211 572,211 0000000000000000000b723ee9f7e637c8a32179d0db990fdb95c9054f79771a 2,714 1.00/1.00 vMB 13
572,210 572,210 00000000000000000026bc88fe4b79091ead4fa29ccb0e0af6ca7e559acca306 2,260 1.00/1.00 vMB 25
572,209 572,209 0000000000000000000ea6bfff25a8c19458fde7127f56c562588b4711d96cb7 3,141 1.00/1.00 vMB 61
572,208 572,208 0000000000000000000d603bde9e2da6369a6b6edbfb31c594ccb3c03bf04f42 3,158 1.00/1.00 vMB 81
572,207 572,207 00000000000000000002edd5d93982ef1957d74a90407c7fe094bfd06eb0c171 1,420 1.00/1.00 vMB 17
572,206 572,206 00000000000000000027a7c54c13b83ff9be66303acbf712c6eb0f9b9bb3b7d2 1,738 1.00/1.00 vMB 10
572,205 572,205 00000000000000000019bf6775a5ca08a86db80134a87fc8e9de0ebcbdbff069 1,287 1.00/1.00 vMB 15
572,204 572,204 00000000000000000020285da1de7ab4a5c6ebae28a8898483ac8e0d1ac5b5c5 1,975 1.00/1.00 vMB 26
572,203 572,203 0000000000000000001c5caa568db9da8891cf450f61d774107a9fb1d87cc609 1,867 1.00/1.00 vMB 43
572,202 572,202 0000000000000000001b166dd87d6956f3b1a777b6c93171663d7faa8408a724 1,330 1.00/1.00 vMB 35
572,201 572,201 000000000000000000157f5b6c4a1e1139606449ea3d2d4ca3f80058ea86edf0 2,565 1.00/1.00 vMB 51
572,200 572,200 00000000000000000009d24ca524874f409fee2c2984991a08ff9acc0277c53b 1,928 1.00/1.00 vMB 32
572,199 572,199 00000000000000000002a6745c5cb0b29d15cd97b8b094c0c99bd5db02dcef8c 2,097 1.00/1.00 vMB 58
572,198 572,198 00000000000000000007812430537f25d5eb76592b19118cd53c47264592ddcb 2,109 1.00/1.00 vMB 64
572,197 572,197 000000000000000000091ff002bddf38a996f2edd837d881736a1ff10267303c 2,774 1.00/1.00 vMB 85
572,196 572,196 000000000000000000048705a50f46ac24d8da684c45a6a1e5dfa414fdc0c6fa 2,372 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.