Loading Tool

Explorer IconExplorer

Memory Pool

84,628 transactions
31.88 vMB
0.11203922 BTC
Random Selection Loading Transactions
Max Size: 195.00/200 MB

Candidate Block

Mining Attempt 06224c350e1310be10015aaf764ba179348fb06656d7d0fe9a73c050479d2cdb
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root f8d8e85fe2262954a2ab5bf6cbc3f8180c64c50f604f1b8ca023031690df6d34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.03491865 BTC
Feerates: 203.60 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (492,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,437 422,437 00000000000000000501528e41558072bee4cb982e590c553dfae00958a81beb 2,106 1.00/1.00 vMB 63
422,436 422,436 000000000000000001818b33496bd324e2727fcad1c295ce89c6e26c33ad9d0b 1,893 1.00/1.00 vMB 92
422,435 422,435 000000000000000001aaccbcde1920e418b517ec9b5963efdabf47675e54e267 1,594 0.90/1.00 vMB 52
422,434 422,434 000000000000000003e263cdebf9c53c3b107eed4c3ef83b1fe956fdafb5879d 2,132 1.00/1.00 vMB 71
422,433 422,433 00000000000000000211f56a2259c4c8c400bfef9a8230ee0a83d37938bd7cd4 1,971 0.93/1.00 vMB 95
422,432 422,432 000000000000000004d43e6c3f91186083ca3ca44d0d8e0c8b9e5cc41bdadfc8 1,544 1.00/1.00 vMB 31
422,431 422,431 0000000000000000022a98a45e7b92ea0ecf2b2de628011a6add72ab18361535 1,747 1.00/1.00 vMB 77
422,430 422,430 000000000000000002b43b64ab22a7fa49d9bdfe8f55b4e837ce76877c9a37df 1,509 0.75/1.00 vMB 43
422,429 422,429 000000000000000002ac32b9a5168accc1ebcee90e9bceb3d2ea305c997d2a11 1,995 1.00/1.00 vMB 74
422,428 422,428 0000000000000000020d1432f358147759cfcf39057887faf86a07ede7c05b08 2,330 1.00/1.00 vMB 60
422,427 422,427 0000000000000000005b0ffa46fd6942fc618a98ef87ab670463e4d35e95fd5f 1,626 1.00/1.00 vMB 101
422,426 422,426 000000000000000003495a59e280c9470bdf2679313690698a0404a168e5c5cf 1,593 1.00/1.00 vMB 79
422,425 422,425 00000000000000000067428fbe51ad15acba5d093ffe9227f5e2df9f740b6193 2,494 1.00/1.00 vMB 68
422,424 422,424 000000000000000000f12a37307a3c46d626d8521d5a004767ebf7f448d7c597 34 0.10/1.00 vMB 71
422,423 422,423 000000000000000003eef8330163d54255ffb4df9e12cabc855481b598e6f824 1,458 1.00/1.00 vMB 98
422,422 422,422 00000000000000000400adac9928f2a7459a8d4b3d8beb3dc1564b48fa19f5cf 1,403 1.00/1.00 vMB 55
422,421 422,421 00000000000000000136ee40953f4c6591ab32ab13dd257fd456624c8f5da517 1,921 1.00/1.00 vMB 50
422,420 422,420 000000000000000000e7044741150807958104eb98506c39e2b1194bf21a0075 1,830 1.00/1.00 vMB 80
422,419 422,419 0000000000000000003037c4e26c22947076c5028f476c9dbe62d79608292dc8 1,539 1.00/1.00 vMB 55
422,418 422,418 00000000000000000396a2f4ee83d4e468557d1fc852c0fd5793b648b5c421be 1,493 0.91/1.00 vMB 43
422,417 422,417 0000000000000000004dee281abd6c3d2ee3311842424fa8cc3660b0ffb92aa1 1,393 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.