Loading Tool

Explorer IconExplorer

Memory Pool

46,908 transactions
27.49 vMB
0.10355191 BTC
Random Selection Loading Transactions
Max Size: 146.46/200 MB

Candidate Block

Mining Attempt 92ded8ca66dec244a76364b6128f1ab8027c233c3137109a248a4d06f703adf5
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root c233fd37655c333a6de8ed79dea8b01c364576e345c1a6ce2a24a1516fdb5328
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,074
Size: 1.00 vMB
Total Fees: 0.05219829 BTC
Feerates: 101.66 > 5.23 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (415,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
499,373 499,373 00000000000000000026a3706805df1c659fd5e61306e5e60a78590fa81e88e3 2,348 1.00/1.00 vMB 368
Previous 10 blocks ↓
Total Size: 781.98 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.26 GB
    • Received: 13.02 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.