Loading Tool

Explorer IconExplorer

Memory Pool

40,717 transactions
29.07 vMB
0.09386844 BTC
Random Selection Loading Transactions
Max Size: 147.82/200 MB

Candidate Block

Mining Attempt 49370b2e170999ba875c14d2ec88917b44716dc112edad99927761999a5278f4
Version 20000000
Previous Block 0000000000000000000139927d84a510b18a8af0488a36abfc20135ab1be683b
Merkle Root 17988e4fdd39903e4f5110e07330b86ccd5b75d5b88e721fa08bea0035a572d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,491
Size: 1.00 vMB
Total Fees: 0.03724059 BTC
Feerates: 101.64 > 3.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,577 (243,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,411 671,411 00000000000000000005b289d5049c2d67113f0cfca39108bbd4b80b2959dd60 2,219 1.00/1.00 vMB 38
671,410 671,410 000000000000000000036b2866962125cffc6c5de933b04a6e62bda9d3be623c 1,390 1.00/1.00 vMB 50
671,409 671,409 000000000000000000054a047360549d46236bf68211ffc4f5f9e0132ad2e0fd 2,269 1.00/1.00 vMB 117
671,408 671,408 0000000000000000000af1e8748c73ee7747f744d2bd50e7ac98cc4b0ad2062f 1 0.00/1.00 vMB 0
671,407 671,407 000000000000000000029940e1c803f6d9dabcf4ff57af4b5e930203a95a3b34 2,550 1.00/1.00 vMB 47
671,406 671,406 00000000000000000007c56e5596894b9f9ae1f038e1c76a3fbd366c085feee0 2,173 1.00/1.00 vMB 116
671,405 671,405 0000000000000000000c3f681887f0abc8f62e6703fffb55428af7a672fc0d93 1,708 1.00/1.00 vMB 47
671,404 671,404 0000000000000000000659607e55fa1848587cfbd795ec501fbde51d75b4d96f 2,712 1.00/1.00 vMB 84
671,403 671,403 0000000000000000000afcc2f0c30a3b66ac9e1ae1d98f86ff83c1586ed0f35a 2,718 1.00/1.00 vMB 103
671,402 671,402 000000000000000000037863523b4c8e3980e7dcd5ece1834c893f1d558671e5 2,002 1.00/1.00 vMB 116
671,401 671,401 0000000000000000000829c96512ec0fa10a6811665637d5107450a0ff36e926 819 1.00/1.00 vMB 118
671,400 671,400 00000000000000000006e66e2e90d7c380933da04253f6a6a5f9d5d41c40878a 3,083 1.00/1.00 vMB 92
671,399 671,399 00000000000000000003e16a678f039d14503a362930f5320d7d58a3765fc7a3 3,235 1.00/1.00 vMB 136
671,398 671,398 0000000000000000000bc9286c7aea1a12647362f76d194e175f6fbe02a1c311 2,157 1.00/1.00 vMB 46
671,397 671,397 00000000000000000003123a37eebec1ae7fc6609199cd99a89af335ffcdd402 2,817 1.00/1.00 vMB 123
671,396 671,396 0000000000000000000c98873e6cbeb8095e76c2d770b6f41a7b2b1fbecde7f2 2,930 1.00/1.00 vMB 48
671,395 671,395 00000000000000000009774c85e15084d6ff1b8476a572e10ca7a32b93d94f64 2,741 1.00/1.00 vMB 120
671,394 671,394 000000000000000000021774d4c7cd33bf82f49941d5cd3f7cccb274c706af63 2,913 1.00/1.00 vMB 134
671,393 671,393 0000000000000000000254318d49c7e068824434f48b77de4437b1dc576326c8 2,088 1.00/1.00 vMB 109
671,392 671,392 0000000000000000000c5a28566f79c5a5d6ebbbc94043a61587d4045fefaec6 1,371 1.00/1.00 vMB 121
671,391 671,391 0000000000000000000041ff3d5dceb08f31e5bc3938516a6b833b317921babc 1,402 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 626.41 GB
    • Received: 11.64 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.