Loading Tool

Explorer IconExplorer

Memory Pool

79,110 transactions
29.35 vMB
0.12417117 BTC
Random Selection Loading Transactions
Max Size: 176.70/200 MB

Candidate Block

Mining Attempt ac4710af95e9de4615f29d8cac6a86aa1dce4fc5f76a5e921bd9055ff20be16a
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root b2d33f98589839151a50f6a344f2761d8be69fa4c3861d94e33577cb288a1a4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.04493415 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (459,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,170 456,170 000000000000000001f7b3834c4104621c656d2b2d547e718ffd885dd27d4c21 2,535 1.00/1.00 vMB 194
456,169 456,169 000000000000000002529e70501965b81b87b9811d59c984d7db2423c25fb85b 2,182 1.00/1.00 vMB 196
456,168 456,168 0000000000000000005e8dafc0477a496e4208884859afd4c0200d0e0cd224e9 2,433 1.00/1.00 vMB 250
456,167 456,167 000000000000000000fcda278f4f2605c0d0f7619b56a0c88c5284ec6cca1008 2,374 1.00/1.00 vMB 150
456,166 456,166 0000000000000000019fc1dc821735392d11c04fc59743965232cbcf9da56594 2,524 1.00/1.00 vMB 156
456,165 456,165 0000000000000000021f154ffd935de592f5a7459eb8f165b2c24324d57de398 1,957 1.00/1.00 vMB 135
456,164 456,164 000000000000000001353d755f7d76b9c11874e15e0290b8a2f3c0f346225b28 1,997 1.00/1.00 vMB 158
456,163 456,163 000000000000000001c113310bdf91770cd7e6091c4695d610b3098609fb848e 2,499 1.00/1.00 vMB 209
456,162 456,162 00000000000000000146d2d6517276029a0a8b7969d6175a9219dfcbecc78157 1,488 1.00/1.00 vMB 156
456,161 456,161 0000000000000000023b1e7f32787df871b8da4f62d203316396bbcb85757654 744 0.25/1.00 vMB 220
456,160 456,160 000000000000000000cfb84ebd4c6b33ca3ccfe5013b59d841df41b41522cf3c 2,172 1.00/1.00 vMB 197
456,159 456,159 000000000000000001b191be05128d9092ec4d0a421ac8d0cd2127ebc0f68472 2,283 1.00/1.00 vMB 199
456,158 456,158 0000000000000000018f30099eaa03588b1d7e060681ec82039efd818fb91ffd 2,881 1.00/1.00 vMB 227
456,157 456,157 00000000000000000083dd4aba0284eadb27f67306182e3c4b38e7222e73c6d6 2,055 1.00/1.00 vMB 208
456,156 456,156 0000000000000000018e56c76df24593e4a336ab48dd2ae219361914122d68d6 2,290 1.00/1.00 vMB 251
456,155 456,155 000000000000000001e1bcc228ab661c30c2b36a1fba882d0c8f2dc47dfe128e 419 1.00/1.00 vMB 416
456,154 456,154 0000000000000000020eb14a9356c2b83c17fd215a3ec70d7142189829673ab5 1,354 1.00/1.00 vMB 179
456,153 456,153 000000000000000000fcf4ef3d1273bd0593b8df56923596676e06ce63ada0b0 2,351 1.00/1.00 vMB 186
456,152 456,152 000000000000000000c745cdd20007dc1ee5be4ecb7e40cc094e51790a413b59 1,877 1.00/1.00 vMB 236
456,151 456,151 000000000000000001caf840144846a53eb1c247378ed87227e19eedeb1b9b95 1,104 1.00/1.00 vMB 228
456,150 456,150 000000000000000001adffc1f705a762598e27fc36b887ffd67ae1bb970e9f65 872 1.00/1.00 vMB 320
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.