Loading Tool

Explorer IconExplorer

Memory Pool

73,746 transactions
27.37 vMB
0.06397468 BTC
Random Selection Loading Transactions
Max Size: 167.10/200 MB

Candidate Block

Mining Attempt c5b155d9620f4e2d3fc2cc016650130d2017fbb9d53f1c070014591aa0d07ea1
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root cb67db5bf90edbbc5708c9b93d092a5d08b9bd43a1594e08526ab57f2ae8d3ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.00565152 BTC
Feerates: 73.20 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (422,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,516 492,516 00000000000000000004965be5ea9a27f8766f7a4b5188105558924bee186ec3 2,311 1.00/1.00 vMB 273
492,515 492,515 0000000000000000009eff928353fc4254ce173f1da8f7f1c322ae2a231e2e65 1,692 1.00/1.00 vMB 237
492,514 492,514 000000000000000000b221c9ea72f98e655738c8c3d3aecc65470aab46cdf39e 2,500 1.00/1.00 vMB 209
492,513 492,513 0000000000000000003e455f122dc1d8a0f0b05d52bf592c57bb20ad55cab330 1,841 1.00/1.00 vMB 197
492,512 492,512 0000000000000000001129edea65766ea05e8b21ec699a2c81f644f9e28b1c5a 2,552 1.00/1.00 vMB 221
492,511 492,511 000000000000000000b5684321d81ee3f003d84aaf8d49ddf69e6e742887b418 2,773 1.00/1.00 vMB 249
492,510 492,510 0000000000000000003de0d4ba3011fce3e6448eb91ae21116e7c6eff7ec21d4 2,417 1.00/1.00 vMB 196
492,509 492,509 0000000000000000003a7b9500af8e30edec0eb62de93cf0432fa901ac51f014 2,428 1.00/1.00 vMB 221
492,508 492,508 00000000000000000082f634a47cd42bceb3ae554b7c8bd6012a360ea958c716 853 0.98/1.00 vMB 83
492,507 492,507 00000000000000000055762f6a2531b8496ba8636a2c9718240f359c8b35d44d 2,099 1.00/1.00 vMB 163
492,506 492,506 000000000000000000a85315cca43d47ff9462ad1692d36be25aa21206bda547 2,443 1.00/1.00 vMB 68
492,505 492,505 000000000000000000769b1bd53cefda99ad0a86a14d7e13c7259dc42584205a 2,702 1.00/1.00 vMB 227
492,504 492,504 00000000000000000018ed63a7b3b0da17ec9bf87a8a10c8cb5370eb6e4589e4 1,985 1.00/1.00 vMB 95
492,503 492,503 000000000000000000833f6aa169972840a58e2162e9470c670e7627bccfac8d 2,123 1.00/1.00 vMB 215
492,502 492,502 0000000000000000009ebd8ff83c8f45ad1e8927e06107b4509cbaebe86db819 2,264 1.00/1.00 vMB 177
492,501 492,501 00000000000000000086547633801b42779871750cfb6432d2b2e9990145fe2e 2,324 1.00/1.00 vMB 231
492,500 492,500 0000000000000000000a8af5de55cdd18164935c3e106e443b48292dd9b586ad 2,524 1.00/1.00 vMB 269
492,499 492,499 00000000000000000093c4699fb047005c6baa9788def2722aea26b22489fd4c 1,487 0.89/1.00 vMB 144
492,498 492,498 000000000000000000681ce7cf1ebf92c2882c9818611f5cbc8fa0d78c7c4b0d 2,214 0.95/1.00 vMB 235
492,497 492,497 000000000000000000b6b5d51c52952347aae0b3d92e2602e654fe291e42b2d7 2,457 1.00/1.00 vMB 248
492,496 492,496 00000000000000000051a62ad343c0a107948a1cfd3b2a46f88735e11f32b723 2,032 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.