Loading Tool

Explorer IconExplorer

Memory Pool

81,801 transactions
30.24 vMB
0.08453643 BTC
Random Selection Loading Transactions
Max Size: 182.30/200 MB

Candidate Block

Mining Attempt 4e1ab4e89af001a68255d253fd7b953b57c3ad220b09110e60c7cb0b62a1755b
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root fa0ab644e20f76eb99d27b715fa7b3119d54ad7bfabb0f3447eb790cb3b0570d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,941
Size: 1.00 vMB
Total Fees: 0.02259227 BTC
Feerates: 502.67 > 2.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (425,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,722 489,722 000000000000000000fa55fbac093ba8d5596dcb2551547de85b464c39d7c091 2,443 1.00/1.00 vMB 202
489,721 489,721 000000000000000000dfaa74c720b9b8892187a5617c05217a9f56ff92bf17a4 2,637 1.00/1.00 vMB 261
489,720 489,720 0000000000000000008b516ccd2ba055e537a9969b031a44ee5ac632310f465f 2,516 0.97/1.00 vMB 276
489,719 489,719 000000000000000000533810160ee0b5d9dfd207ade826af3b04b9a16f5b3913 1,893 1.00/1.00 vMB 116
489,718 489,718 000000000000000000dff7f914388081d6987453a040e23630ff56737dbe1c95 1,828 1.00/1.00 vMB 98
489,717 489,717 000000000000000000985c1c769ca6e614c00862a0c22eb86253f726731ef2e2 2,637 0.96/1.00 vMB 221
489,716 489,716 000000000000000000b9542742e6e037e3d7b3f54ecd5cd606ae0cd238e03e87 2,488 0.97/1.00 vMB 241
489,715 489,715 000000000000000000241f894d09521e623a2dfa7616f1f6108e4dafdbbc3d39 2,537 1.00/1.00 vMB 265
489,714 489,714 000000000000000000650e6975c63e0109d1fea400795bee32f783e8024afaf9 2,242 1.00/1.00 vMB 146
489,713 489,713 0000000000000000003f3c3ce4cd9b75b73e780d436d523118f1bb45821be69d 2,208 1.00/1.00 vMB 137
489,712 489,712 000000000000000000d169629e3643032699ae8316cd871be232c84c32e713c9 2,115 1.00/1.00 vMB 176
489,711 489,711 0000000000000000000c2957f75f2d3935aa02013c8fef0abee8c146591e0900 1,716 0.98/1.00 vMB 128
489,710 489,710 0000000000000000000fdfa60c055e61b16d6c91becc1c17e0359f473ebaf588 2,307 1.00/1.00 vMB 198
489,709 489,709 0000000000000000009ff68974a5f1a25349cce2e449850e2d0e1a03e2be4bd2 2,382 1.00/1.00 vMB 178
489,708 489,708 000000000000000000780ef0432179e921465fc541fc083475612fe1150e34b8 2,314 1.00/1.00 vMB 165
489,707 489,707 000000000000000000dced46d41af295934168b96cb1f36c7994214dcb9990f8 1,685 0.96/1.00 vMB 247
489,706 489,706 000000000000000000b37a5cbea28a88b3ef521b18e1e419e0225ccfe8a8c9b0 2,170 1.00/1.00 vMB 143
489,705 489,705 000000000000000000c24e15757ec9d64cae85215b458deff63f3b3a5a1c13dc 1,970 0.95/1.00 vMB 185
489,704 489,704 0000000000000000002a7f6ba47ec5a0313c384dc952db3b342493e5847cffcf 2,689 1.00/1.00 vMB 200
489,703 489,703 0000000000000000007fdbeceaaca7a892a285d2c7a7dc33a1a6069bbd8022fb 2,484 0.95/1.00 vMB 267
489,702 489,702 0000000000000000006b468327b8c8f6fb8334ab18b8000111ad839b4c4004e5 2,250 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.36 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: 662.67 GB
    • Received: 14.87 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.