Loading Tool

Explorer IconExplorer

Memory Pool

50,340 transactions
29.88 vMB
0.11712625 BTC
Random Selection Loading Transactions
Max Size: 159.47/200 MB

Candidate Block

Mining Attempt f2475c5b7a6c57b8c616b0cfd133af37199e4e6ba086fe1beab14c1e91eb97ae
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 8a2f386c5eb7c959d050360f6217dc9d6ab92fc7245da025e5d5a895885f9069
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,326
Size: 1.00 vMB
Total Fees: 0.05254051 BTC
Feerates: 301.60 > 5.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (244,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,410 670,410 0000000000000000000bbfc7d3e0aadccd3d74061ce096d65964512ad87074e5 1,476 1.00/1.00 vMB 62
670,409 670,409 0000000000000000000c8aec799295af5d37e5c8d5d31bd9a939dbf6c5f1fc5a 1,086 1.00/1.00 vMB 127
670,408 670,408 00000000000000000004288bc6bee089a651948a119f2488187eea3e3689c196 1,324 1.00/1.00 vMB 162
670,407 670,407 00000000000000000000e52ce3fb8cc5e537c9f751ccbcc5c416823a9c903075 1,318 1.00/1.00 vMB 36
670,406 670,406 00000000000000000009c494aa4c76f83069eca95f7c539241e6c087a251e85d 2,135 1.00/1.00 vMB 38
670,405 670,405 00000000000000000002c90a7e253a609bedf7127a382c0d30eaf0ad38e33d24 2,044 1.00/1.00 vMB 66
670,404 670,404 00000000000000000005795949ca7f96bc089b9fdc2f18a23278cb1478e5844f 2,968 1.00/1.00 vMB 132
670,403 670,403 0000000000000000000d1a0e2d0d7ab590ad11dc40975fc28aaf8c610e8748bb 1,959 1.00/1.00 vMB 113
670,402 670,402 00000000000000000000ab5bafebeb4ca2dd9f354b30bdc96d0232fdc390c1a0 1,681 1.00/1.00 vMB 40
670,401 670,401 00000000000000000002a89d04ad0267645257c074678833a8ca3a2b0c45baa2 2,189 1.00/1.00 vMB 35
670,400 670,400 000000000000000000032132680f89ffe71aac3c63ec186cf60eeade4faaa2c8 2,217 1.00/1.00 vMB 82
670,399 670,399 0000000000000000000978c2e2fc9467d49c463a268509735d29a74dd38e0949 2,074 1.00/1.00 vMB 80
670,398 670,398 00000000000000000001d1e8bd3da8ecb0ed24b8746d70bb769c3dd275132373 2,386 1.00/1.00 vMB 66
670,397 670,397 00000000000000000009d673d6c914ea687c42de42647a1e1fd3919cd9c7b5b4 2,265 1.00/1.00 vMB 80
670,396 670,396 000000000000000000025c9e9b0af7510f1e92406308dbbf0092f6db2f503352 2,451 1.00/1.00 vMB 78
670,395 670,395 00000000000000000009ef3d1923aa429a9786901aa6c995c014a503a3b0b8b5 2,142 1.00/1.00 vMB 41
670,394 670,394 00000000000000000007a66e235d3961dd6ffadec4b86a226b8151c72b141fd6 1,755 1.00/1.00 vMB 76
670,393 670,393 0000000000000000000407d0f59ea9a949284a268807bc3afb9f4f947b6e37eb 2,639 1.00/1.00 vMB 154
670,392 670,392 00000000000000000001d5fee9da864abebfa50023c8c5dbaf862705073387bb 836 1.00/1.00 vMB 168
670,391 670,391 0000000000000000000971b734d1f334761784bb858dc903fb8f04b42e027068 2,354 1.00/1.00 vMB 69
670,390 670,390 0000000000000000000bc37a017a4df8df1da0f4cd9dcba2bf147bb9f5c19c26 2,627 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.