Loading Tool

Explorer IconExplorer

Memory Pool

33,078 transactions
25.70 vMB
0.07620320 BTC
Random Selection Loading Transactions
Max Size: 128.65/200 MB

Candidate Block

Mining Attempt 6a91902aed0ca5d42561405f79df9a28330eb6ba7bc2d009367d4a99034f8dc2
Version 20000000
Previous Block 00000000000000000000642395af6c167a3a00b6dac8fbc226ea1889e0a9bf07
Merkle Root d44660bb9c8268e25dea20a9e79fcc2cac41e1c976faee5c120f45e1f3dc5297
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.02880237 BTC
Feerates: 526.32 > 2.89 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,208 (813,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,259 100,259 0000000000017332c5cd0e32ca809c8ee469b09cff53fe8d57b65d1092864011 11 0.00/1.00 vMB 0
100,258 100,258 000000000002f4168b0c5ce4850973b7490840295240aaa1b5b23e74569be4f2 1 0.00/1.00 vMB 0
100,257 100,257 000000000001f064cfdb4acd27e08323fd11fdfc012386e5c2482e337937336a 3 0.00/1.00 vMB 0
100,256 100,256 000000000001c2fc8ba5c1a87489094dbfa3d7f638ba46868f0f081bab8cd571 4 0.00/1.00 vMB 0
100,255 100,255 000000000003f5e0357857703c7b14ffe069714fe76ff74c02eb94875e3f26ba 7 0.00/1.00 vMB 0
100,254 100,254 000000000000b6b54d358acffd3090f2ea2e99f1b0cbd59410d38a1550ce7170 6 0.00/1.00 vMB 0
100,253 100,253 0000000000031c7b5675a198140ee17695dbc6d95b51ab026c896f1f16c50f7c 3 0.00/1.00 vMB 0
100,252 100,252 000000000000996cab6a4b0a0a48d278ca361b03a25bcdc71496ee6bacbd757e 2 0.00/1.00 vMB 0
100,251 100,251 000000000000176f6c8bd4422ce7446f451bac2a4033e7a9ace1488141979a19 1 0.00/1.00 vMB 0
100,250 100,250 000000000001695765ef398b18814a446185e5085bf0f6a273c07a3f2cb85d1e 3 0.00/1.00 vMB 0
100,249 100,249 0000000000013be3fb367f32ceefe418bad05a80c4f20c8a2628340032fdb8f5 3 0.00/1.00 vMB 0
100,248 100,248 0000000000009d4285d0b7e594d4956d7c7fc79bd8118a55e0605e8789f65ce4 12 0.00/1.00 vMB 0
100,247 100,247 000000000001f9a353d3d98fa92c0a5fb3bd0b6790a46c27948525ac20d4873c 2 0.00/1.00 vMB 0
100,246 100,246 0000000000039dc71b6b731e04ecf41e48c3acca3b237bd142867b8986e5a708 7 0.00/1.00 vMB 0
100,245 100,245 000000000004649a57a86a7db72cf104e711d01314346146216dafc1e60d0248 4 0.00/1.00 vMB 0
100,244 100,244 0000000000028ff57298c1356ed2a70391eac3093bf4aba2b08a852b66246524 2 0.00/1.00 vMB 0
100,243 100,243 000000000003f2f7501f543bc0f8072f4503e35346a3a393142276429f064e7b 1 0.00/1.00 vMB 0
100,242 100,242 000000000001d9c7c4a06a4e6329f2d6258fb6f395aa025b254294eb0b6bb742 2 0.00/1.00 vMB 0
100,241 100,241 00000000000403729d60fabbe1c12eacf85e6ec9bdd9f46389afbd8ab2ed7e26 2 0.00/1.00 vMB 0
100,240 100,240 00000000000038d4c4a0772b9836c105bfc2ad9fc6cac73f5b3b0813108a7882 1 0.00/1.00 vMB 0
100,239 100,239 00000000000130eaf509c1f0d86971a0ece8111b429e74b5d0a547996ed913df 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 573.89 GB
    • Received: 8.09 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.