Loading Tool

Explorer IconExplorer

Memory Pool

87,166 transactions
31.64 vMB
0.21793230 BTC
Random Selection Loading Transactions
Max Size: 192.05/200 MB

Candidate Block

Mining Attempt 4390f930ea6ad320a085d213e59695c9683d187033d2300bb3e78a35bbda49d8
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 8da972edf0175a0222dd5fe2ac18ea4867cf1601ba844b21e7f9451acdc69f69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,589
Size: 1.00 vMB
Total Fees: 0.10926036 BTC
Feerates: 502.67 > 10.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (254,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,218 660,218 000000000000000000077e1b24226f8acc76d9e9a764c62ad98c2516cdd068a5 2,685 1.00/1.00 vMB 29
660,217 660,217 0000000000000000000afb077c2e635c9b2af928ae1d178da1d921525b4be588 2,237 1.00/1.00 vMB 86
660,216 660,216 0000000000000000000123da7117b4e67214863f75aa8712177700515bfd6de3 2,275 1.00/1.00 vMB 34
660,215 660,215 00000000000000000007e4e823ec76e0db528a8b4f4f6ffea63dcd12458407d4 2,935 1.00/1.00 vMB 69
660,214 660,214 00000000000000000006128d11ba17329541417ac75054e8ad83a890846bd3d6 1,995 1.00/1.00 vMB 29
660,213 660,213 000000000000000000024350bae25e37e5eadd8198719458ce80be3d901dddf7 1,580 1.00/1.00 vMB 7
660,212 660,212 000000000000000000035d00cde0c20cce2477ab8348c0bbd0a3dcfac52ed911 2,499 1.00/1.00 vMB 12
660,211 660,211 0000000000000000000ceb49a78b654779a0014c607cd7f5ec83ab3d6200f85f 2,653 1.00/1.00 vMB 23
660,210 660,210 000000000000000000019033bc477f6f375b205da51858a3a9c08ff917e48525 2,850 1.00/1.00 vMB 58
660,209 660,209 0000000000000000000385857d4e0cc02d21b24b1009c352b6965b9a12da3679 2,683 1.00/1.00 vMB 10
660,208 660,208 00000000000000000006ccebaf2e0281e9ad2f6653428f956ae9f2d3d18bd53a 3,184 1.00/1.00 vMB 80
660,207 660,207 000000000000000000082dbdc8c6d03ec965f65025663694dfb8090f814223fa 2,278 1.00/1.00 vMB 53
660,206 660,206 0000000000000000000b21cb3ca7c20079a1a03fd3c89cb16261e8d709fb22fd 2,650 1.00/1.00 vMB 15
660,205 660,205 0000000000000000000c4e66e66ba6bc7428c722911c7955dee5b65781cb7fd6 1,874 1.00/1.00 vMB 74
660,204 660,204 00000000000000000001b1ba7cfe6b2e50b8a2352da30719df39ae28ac1e8f1d 2,830 1.00/1.00 vMB 49
660,203 660,203 000000000000000000076bc5b421f1ab60530c19befa504cc6e13996685ca3ef 2,917 1.00/1.00 vMB 75
660,202 660,202 000000000000000000042abdd4afd079c3df15ee5e5b65dbe608af8ee246b429 2,198 1.00/1.00 vMB 51
660,201 660,201 0000000000000000000bd3328dea4b8864b9bfe5a8589afd1e4f5e2f3bbd19af 2,227 1.00/1.00 vMB 36
660,200 660,200 0000000000000000000530dfbfe4ed0ae92956190ed9ed77de9e4b7bff19fefc 2,595 1.00/1.00 vMB 36
660,199 660,199 00000000000000000004d0545abd96afa579f3150eae8b137d335492cd6f4b7e 2,826 1.00/1.00 vMB 28
660,198 660,198 00000000000000000004b86dafd4d0e2cd35120266d0b532910013cdfe554f49 2,526 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.