Loading Tool

Explorer IconExplorer

Memory Pool

45,982 transactions
28.77 vMB
0.13991604 BTC
Random Selection Loading Transactions
Max Size: 152.25/200 MB

Candidate Block

Mining Attempt f5824f3a75ad4bf3f95c14e506d39cc1cfa90d6cfb833dad10b63b6defc3c912
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 0e26648de530d645858e5c4a72c9e2787d3ed616b78df7d59597c635b3d614ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.07901627 BTC
Feerates: 15,654.48 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (444,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,209 470,209 000000000000000001252d6eea89b3b8fd7b1f54a9cae4bc93dc220d3c178c86 1,972 1.00/1.00 vMB 385
470,208 470,208 0000000000000000001bda489886d11f48ac6af729b945cc8d096ef9ef12a494 1,616 1.00/1.00 vMB 326
470,207 470,207 00000000000000000181d5fa627010697d2bc73b3f2791526433810dc0c8b380 1,950 1.00/1.00 vMB 194
470,206 470,206 000000000000000001564b3e9390cf6e0d75918b5f78fecaacd6459caa5b51b1 214 0.10/1.00 vMB 392
470,205 470,205 000000000000000000abeb24fd9b619eb0b307aee602c8439f04ea192b393fa2 2,516 1.00/1.00 vMB 436
470,204 470,204 0000000000000000018c3db067220d5c3cfca4d422f2fcd9e836cacdf823e103 1,579 1.00/1.00 vMB 300
470,203 470,203 000000000000000000f47f29c0d4149950dfa9e3f9f7b3877688bccd67793466 1,337 1.00/1.00 vMB 128
470,202 470,202 000000000000000000c24f1681a63445eceb28d2a9f3b8fae91ed044f5c8abae 2,297 1.00/1.00 vMB 357
470,201 470,201 000000000000000001103ab736e4fba99fd9d4b35723db44c0f82f883041aa7d 1,875 0.99/1.00 vMB 414
470,200 470,200 00000000000000000148703856b6555ebd398aed4d5ee53c97d087318785cd58 2,027 1.00/1.00 vMB 163
470,199 470,199 000000000000000001419e37df26cc42bcde3c44ae68434dce917d8f72694fd3 1,764 1.00/1.00 vMB 252
470,198 470,198 0000000000000000017cdde53f84089150b58f60a12484312ca95925d76538b7 1,850 1.00/1.00 vMB 225
470,197 470,197 000000000000000000fdd3557e0e3c765ca1d94a707aab13aaaa378476f1b7fc 2,314 1.00/1.00 vMB 241
470,196 470,196 0000000000000000005db5821df9ca908a2cc6fb87430385081c1ec3c2d4485f 2,150 1.00/1.00 vMB 429
470,195 470,195 000000000000000000ecc40b92c3c23167cd5cbc9edc62e3f1cd854b6c45c7a9 2,007 1.00/1.00 vMB 198
470,194 470,194 000000000000000000a97b0751ebdd6655ee414862f24d9f6648d27a6894cf55 2,358 1.00/1.00 vMB 264
470,193 470,193 00000000000000000192703c8b056ec563cb4b6dd3056094d82d1210662fbf08 2,338 1.00/1.00 vMB 432
470,192 470,192 000000000000000000d39b368e4c9cbf43427a92715c3f01467018dfa7adce92 2,066 1.00/1.00 vMB 417
470,191 470,191 000000000000000000f585badd44efe0ffb7447f495a519d647c4c751373c7ac 1,538 1.00/1.00 vMB 290
470,190 470,190 0000000000000000018813572d41e9a4682b71210282aeda03f296903267bc2a 2,396 0.99/1.00 vMB 385
470,189 470,189 0000000000000000015c6e1c0b35834cb075727f3bec7bbe96289805c25af144 1,475 1.00/1.00 vMB 7,982
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.