Loading Tool

Explorer IconExplorer

Memory Pool

44,689 transactions
27.30 vMB
0.10124111 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt e6a03be060f0ddcc85b755f2b044eb1597f9c4970896707e26d65a4d9e72425a
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 93809c585143f024da5fd848ee03d0b793e45848be1e26500dea126f06bc5643
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.04599997 BTC
Feerates: 151.16 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (250,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,136 664,136 0000000000000000000a48af798338e9d8ca6636d258b1593c5eebce7d4671ab 2,863 1.00/1.00 vMB 82
664,135 664,135 000000000000000000066a63045b47e6c59ab2f8efa7a1137989ec64a853a08a 2,254 1.00/1.00 vMB 65
664,134 664,134 0000000000000000000a13928c3504188d9b2a39452979d0a66fdf8402d4d570 1,644 1.00/1.00 vMB 14
664,133 664,133 0000000000000000000a1894d3b1c59c2782b513a188bb76b89dd685a1580b1a 2,256 1.00/1.00 vMB 36
664,132 664,132 000000000000000000093f4e63439f16ee033b7e73ec4edb365058d0bdd55bad 744 1.00/1.00 vMB 20
664,131 664,131 0000000000000000000a2c77d6d76818cb2a1f1f3f748966544948db3a5255bf 1,948 1.00/1.00 vMB 12
664,130 664,130 000000000000000000033ecd9b3c20acd8734903bc417107323aa3cf02a9a5ab 2,013 1.00/1.00 vMB 28
664,129 664,129 0000000000000000000141cf84d7d6e08d1693b14bc9b7e2d3d64901e303babf 2,396 1.00/1.00 vMB 12
664,128 664,128 0000000000000000000423cde1d36bc1e0f139620e9772ced57afbf5cfee1175 1,336 1.00/1.00 vMB 56
664,127 664,127 000000000000000000019310a74c6e19a4f7a04f0b3b8ed6f57712e99ca70aed 2,637 1.00/1.00 vMB 73
664,126 664,126 0000000000000000000917a3a617c49ad02b5de54ea0a31d0048d58ac1472d3c 2,013 1.00/1.00 vMB 22
664,125 664,125 00000000000000000007693719564538a29f43f8fc028844c301d1e8e0735dcd 2,240 1.00/1.00 vMB 28
664,124 664,124 00000000000000000005c36e9450aaf8e507f41e323294af46aec15300ae863f 438 1.00/1.00 vMB 3
664,123 664,123 00000000000000000007a9487cc812bbaad7c99c59a1756a1b4936f1a9904132 2,136 1.00/1.00 vMB 29
664,122 664,122 00000000000000000005bc19f091465f246ccf75430e56a32a1b11e724d04993 1,691 1.00/1.00 vMB 24
664,121 664,121 0000000000000000000c718430134c26f9a32aab26e45a8fd14c6d31db19f40a 986 1.00/1.00 vMB 15
664,120 664,120 0000000000000000000e3545f12cc6ec66b67c0a48b5ba1e4dbb1e4ceb19f32b 140 1.00/1.00 vMB 1
664,119 664,119 0000000000000000000a336bcc862bb1960900b5e6253ba6b3035dd8f9dba653 2,367 1.00/1.00 vMB 24
664,118 664,118 0000000000000000000e919996e2ae88f9dfed12f6189e3003e1057e23f37749 414 1.00/1.00 vMB 6
664,117 664,117 000000000000000000069e0a80cd0b334a9c4ebc038eb8bac9e845f2f714b146 537 1.00/1.00 vMB 7
664,116 664,116 0000000000000000000eb698590a93c035a2b94cb6229f934cd844ed138d64bd 460 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.