Loading Tool

Explorer IconExplorer

Memory Pool

81,668 transactions
30.33 vMB
0.07640529 BTC
Random Selection Loading Transactions
Max Size: 186.28/200 MB

Candidate Block

Mining Attempt b1514e5425a773714dc2f63fe394ba88011714c3d932b5af08b056b6ea960a01
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 1d6c4162ac86653f87758922d049d6b50c0b3b4f24b8965a6d56603d53f60274
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,780
Size: 1.00 vMB
Total Fees: 0.00898562 BTC
Feerates: 150.77 > 0.90 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (444,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,592 470,592 0000000000000000019913b687f1c83684e616e71b27f66e59c8687db871552a 1,514 1.00/1.00 vMB 80
470,591 470,591 00000000000000000152c06c4840d86ee6af03ae1107dd16a853d10f601bc60f 2,157 1.00/1.00 vMB 266
470,590 470,590 0000000000000000017aaf7b4b264c7ab202a0f78e8147d3cc91431ebb821ef5 2,282 1.00/1.00 vMB 291
470,589 470,589 000000000000000000e20db69bc60df74708e3890fc1aba35b41e10ddb3a2d00 1,979 1.00/1.00 vMB 441
470,588 470,588 0000000000000000000bb3e14be070376db118c68c5eb578b7b141617621f70d 2,091 1.00/1.00 vMB 324
470,587 470,587 0000000000000000019475cbb23d83d62a68b04b776f3ab2f14b53328a80487c 1,858 1.00/1.00 vMB 354
470,586 470,586 00000000000000000003c3f2c241621daff3b60d6343877f8e3cc48c23b086e3 2,600 1.00/1.00 vMB 113
470,585 470,585 0000000000000000007dcfbbeffb078efe41bd2559668974ea8b5edc919f0dda 942 1.00/1.00 vMB 183
470,584 470,584 000000000000000000b72baed5f880856c7d52f8410252fa8fe1f2730bbcda65 1,623 0.68/1.00 vMB 385
470,583 470,583 000000000000000000abb96c1adf704c4345dcd43ae8f4e8117e7b9d77787167 1,891 1.00/1.00 vMB 349
470,582 470,582 000000000000000000004e8136768bc03578b42c97d813477a61d1522272df0a 2,241 1.00/1.00 vMB 294
470,581 470,581 0000000000000000019763174ecc1d54e2f2eda424ae954aefaa5ca9a9ff2940 2,356 1.00/1.00 vMB 423
470,580 470,580 000000000000000000fb5a493ff021f32d920df04e66cd24a57dd763a05229e4 1,722 0.97/1.00 vMB 374
470,579 470,579 0000000000000000003e29202fb667b17b1845faf079758d1c595006f267dc89 1,952 1.00/1.00 vMB 120
470,578 470,578 000000000000000000dba4257812f914b28bec522cf2ca9e03f8d303fdc2b3f2 2,225 0.99/1.00 vMB 94
470,577 470,577 000000000000000000cf2250e09dc981aa3f048ea6592b6e885757f239039552 2,334 1.00/1.00 vMB 158
470,576 470,576 0000000000000000016efde93e8effc91e3a1bd53081026bd60d4064e0f87532 2,057 1.00/1.00 vMB 303
470,575 470,575 00000000000000000154468386642e9f26bd3c0799a073c16ce51525b39a5128 1,578 1.00/1.00 vMB 88
470,574 470,574 000000000000000000eeb5638f7515e0294adfd3ede15c7e446918406b062f7a 1,827 1.00/1.00 vMB 296
470,573 470,573 0000000000000000015a50c20c5c3ecaa6a7cfb367453f1432aa8e96790d1789 2,067 1.00/1.00 vMB 410
470,572 470,572 0000000000000000010ab29ed1922854a826a4af3fcd1b9b294366187124092c 1,972 1.00/1.00 vMB 486
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.71 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.