Loading Tool

Explorer IconExplorer

Memory Pool

79,219 transactions
30.09 vMB
0.08410624 BTC
Random Selection Loading Transactions
Max Size: 183.26/200 MB

Candidate Block

Mining Attempt fb7d9cb6fbf55e09bc260ce9ac0ccd8cade5621257d6731899bf2ac5fa7a00d4
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 286ea9502ed66cd14e4f546a0e795dabb0cf1d2252147322b1157f93dd505ec3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,871
Size: 1.00 vMB
Total Fees: 0.01724047 BTC
Feerates: 300.83 > 1.73 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (265,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,134 650,134 000000000000000000039de6d7d0f16b7db0eaf45d94f4c2e907837f7a10dedf 393 1.00/1.00 vMB 10
650,133 650,133 000000000000000000003f943feb3a452ec10af77b4463f2e20fd599b9cf9c9c 1,396 1.00/1.00 vMB 17
650,132 650,132 00000000000000000008b3f7efbeaa635b35bb45a02bae1555e2daa4fb61eefd 2,110 1.00/1.00 vMB 7
650,131 650,131 0000000000000000000e91fb929ebf860d0fc29589f1bbbde84f6ec49fa69559 2,876 1.00/1.00 vMB 50
650,130 650,130 00000000000000000001de6a0dc083282761d12aab07ab465add27bac3870064 976 1.00/1.00 vMB 11
650,129 650,129 0000000000000000000a597bb2175cb52afa337894500603a7a95bd0be9a6fa6 2,146 1.00/1.00 vMB 8
650,128 650,128 000000000000000000024016bc83bbe6520af945d3d77da8d24d6d5e35e5b0ea 2,616 1.00/1.00 vMB 25
650,127 650,127 0000000000000000000697c4cd1789f41c9bee4c79122ea8cdc0814241782390 2,779 1.00/1.00 vMB 20
650,126 650,126 00000000000000000002e07a52f8266d81dd9e7e923186d9b36d9ac141dcd2b5 2,038 1.00/1.00 vMB 34
650,125 650,125 0000000000000000000a0507de0d4f0170ae4ed8fdd71e4fa7166e926c973b07 2,501 1.00/1.00 vMB 52
650,124 650,124 00000000000000000007a8f9b3a49afe2671d8d269a6a04fce715fc366eac363 2,580 1.00/1.00 vMB 7
650,123 650,123 00000000000000000000683554b5c7878b2722e9afebef6fffbdb651f7a18369 1,918 1.00/1.00 vMB 42
650,122 650,122 0000000000000000000c527ff4796faf3d27c3dd156b52c4b7e51a4a5ddea0ff 1,881 1.00/1.00 vMB 87
650,121 650,121 000000000000000000050bd980d18b9b65a05e55ed1c2e5922d1b8a1c4fc8203 2,191 1.00/1.00 vMB 50
650,120 650,120 0000000000000000000e706448f2111e3e163e7675bd748586202d78d0946472 2,109 1.00/1.00 vMB 6
650,119 650,119 00000000000000000007141bb904309feb9b65f31461c11e8f9192f205255bbb 2,635 1.00/1.00 vMB 55
650,118 650,118 0000000000000000000cb6f1817250214ab9cc373663ca49ef5cad3c515538c5 1,877 1.00/1.00 vMB 17
650,117 650,117 000000000000000000016255ade1341e9270b24147389876a5c2c3d4dd6a268f 508 1.00/1.00 vMB 6
650,116 650,116 0000000000000000000b054f518de2834dade23e1020159f4e38637572a1de97 2,292 1.00/1.00 vMB 11
650,115 650,115 0000000000000000000bc040adefccc685941ce26ef0fa9fbea4522ea8474ed5 2,652 1.00/1.00 vMB 47
650,114 650,114 00000000000000000000e517d7e9474f162f43f608f819e8e4e3e7dcb0bebd87 1,256 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.