Loading Tool

Explorer IconExplorer

Memory Pool

77,199 transactions
28.78 vMB
0.07899648 BTC
Random Selection Loading Transactions
Max Size: 174.09/200 MB

Candidate Block

Mining Attempt ee535d642811a6f263ba653a4a4a4aa6423df5f9f179d7e954e4f89748262236
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root d35fcbf138982be12024b32e83ebea807d7995e3173dfab3e6f1d1d876fe6cec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.01915165 BTC
Feerates: 100.17 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (244,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,519 670,519 00000000000000000004f0cb9a795ea14e0e0a8d4915c9255739b0a9cc5d5ba2 1,002 1.00/1.00 vMB 84
670,518 670,518 000000000000000000052fbe6fcd76343fc4a82117e5e66556008c516536decf 1,796 1.00/1.00 vMB 22
670,517 670,517 000000000000000000039c4ebd5567e231058e08b4649de1f71ccce8876a3a14 1,615 1.00/1.00 vMB 23
670,516 670,516 00000000000000000003d92bc4563a868ad8279ddb9b0a5f3ed3187cfeb18b48 1,895 1.00/1.00 vMB 57
670,515 670,515 000000000000000000041621953db47d2fdeb4c4b6d0ec550cb116769abff394 1,717 1.00/1.00 vMB 16
670,514 670,514 0000000000000000000407850b04a7dd3c359d2711468f67926892d16f2c41d9 2,444 1.00/1.00 vMB 83
670,513 670,513 0000000000000000000ccb336d03f6d6547dbdce1482c2f9b84a0726d0b8aa8d 1,159 1.00/1.00 vMB 33
670,512 670,512 000000000000000000019eb8f17ebcbb2d1c9660487ff27852c04e4fca6ac844 2,166 1.00/1.00 vMB 82
670,511 670,511 000000000000000000030c5f63da70e692176ef84df663ba190952ee9fc67fde 1,290 1.00/1.00 vMB 21
670,510 670,510 00000000000000000004c0a9f75fde4ca3773fa3ce865bc549a44f11a4e2d544 2,162 1.00/1.00 vMB 73
670,509 670,509 00000000000000000006d09c35d49497f3f23121dbf2f2018ccf3096bcc53ce6 2,329 1.00/1.00 vMB 98
670,508 670,508 0000000000000000000c2fff6b69957780e5dabc034797979fcfcaebc92b4a80 1,548 1.00/1.00 vMB 149
670,507 670,507 00000000000000000006e940f79a26bf2a351a170d04baba95d87b16b3c4a58f 911 1.00/1.00 vMB 56
670,506 670,506 0000000000000000000bf7610d1a844ae477f94d5b6682bb2e2f213dcccacadd 1,289 1.00/1.00 vMB 26
670,505 670,505 0000000000000000000433c944ffbdef397c21f86408514a57b641c050f73240 1,186 1.00/1.00 vMB 55
670,504 670,504 0000000000000000000ba2065d451f6dd4eea08737f8f4421d392fbd67ba9c33 1,601 1.00/1.00 vMB 97
670,503 670,503 0000000000000000000b6b68501f222a44184de93b9b27c1bef91f839409f424 1,983 1.00/1.00 vMB 65
670,502 670,502 000000000000000000062d5c22d80eebdaa7939b932ef23df372970a1d88afd9 868 1.00/1.00 vMB 24
670,501 670,501 000000000000000000072c6ef138bb98d6521fcbd037752a5fdb365ea05b5625 1,740 1.00/1.00 vMB 30
670,500 670,500 00000000000000000002d5df4a5331cb24106c745010f797fbc48234f2a04251 1,412 1.00/1.00 vMB 29
670,499 670,499 0000000000000000000a4897e7aa310a0f9306a27e4e41750c176ec54b91f933 2,814 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.63 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: 672.13 GB
    • Received: 16.15 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.