Loading Tool

Explorer IconExplorer

Memory Pool

45,823 transactions
26.76 vMB
0.08568625 BTC
Random Selection Loading Transactions
Max Size: 142.17/200 MB

Candidate Block

Mining Attempt 403317159ea81a0db38b3aac1c7ccf1de5b45656caed77de71b3ad4f67edf663
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root a0a0284a0031cc4e78e4689ace5115800eb5fdc6ad39d1ccf8c6a37d2c00feed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,545
Size: 1.00 vMB
Total Fees: 0.03638910 BTC
Feerates: 101.64 > 3.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (415,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,394 499,394 000000000000000000722374f1025c06fdbb95dd4c658d8d4abe00de502257c0 863 1.00/1.00 vMB 124
499,393 499,393 0000000000000000004d0df3321cf50a2c56f4e31e279744926d51e9546269c5 1,749 1.00/1.00 vMB 277
499,392 499,392 000000000000000000a28c9e9daa842b97a1a918231978374f6bfd9efab8fc4e 2,887 1.00/1.00 vMB 342
499,391 499,391 0000000000000000002bc89505e90ee7e5dd32647a7a6c65a05b63f25b86c77a 871 1.00/1.00 vMB 161
499,390 499,390 00000000000000000055167e9af1cb0ec34e685629d32d4f66152b8a621886d2 1,298 1.00/1.00 vMB 192
499,389 499,389 00000000000000000052375802d3238ea9bc1b96962a7b40687b42c37936ff47 1,798 1.00/1.00 vMB 319
499,388 499,388 0000000000000000001d4011bbda617c4eafea4ab7f11e7e05b6d998a22e724c 1,831 1.00/1.00 vMB 313
499,387 499,387 00000000000000000029a1981583bc0bdcc8918cd4e8aa4774f9dd27067b3e89 1,594 1.00/1.00 vMB 196
499,386 499,386 000000000000000000171b9f7a32f3c23ada3d7aca5d88c111f75eb9d879f2b9 1,843 1.00/1.00 vMB 254
499,385 499,385 0000000000000000001316b30933e582bee31b56aaf739f616f970b6685fb296 2,828 1.00/1.00 vMB 353
499,384 499,384 00000000000000000032cf76aaa505c3526938c1567c567660dbb2871ce4e57d 433 1.00/1.00 vMB 419
499,383 499,383 0000000000000000009f9437c19fc745fb903b0b486ecfb2859d9caa4244f2d5 2,141 1.00/1.00 vMB 382
499,382 499,382 00000000000000000082cb3f2fb06a001e3802f4705a37177363156617682a85 2,776 1.00/1.00 vMB 357
499,381 499,381 0000000000000000008b01bdd46a3acf0b79a8612dee8e0b831c6629bb7d363f 2,021 1.00/1.00 vMB 337
499,380 499,380 000000000000000000649f49123a14f6fcf072d9ca7f60a3b0e6f8958fb275f3 2,598 1.00/1.00 vMB 402
499,379 499,379 00000000000000000024fd07bd042ab5f27109e10aaa8c9194df6d49b906cfe5 2,839 1.00/1.00 vMB 426
499,378 499,378 00000000000000000075d139ac452f18644a9a97984a35d34535c36d18e67862 2,911 1.00/1.00 vMB 426
499,377 499,377 0000000000000000002e23e5c30168ed18118b1c2aa462c2ecb63c5d8bc09180 2,560 1.00/1.00 vMB 471
499,376 499,376 00000000000000000080171a667b512ff68fe437f8d2f5f596e90baf0ca28cae 2,910 1.00/1.00 vMB 439
499,375 499,375 00000000000000000028f42fa243dbd9480d4c317c3fb5890c41e2f467bf528d 2,927 1.00/1.00 vMB 432
499,374 499,374 0000000000000000003b6d9e2adb8730e69f783103616d31d562b1725706e84e 2,046 1.00/1.00 vMB 297
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.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.