Loading Tool

Explorer IconExplorer

Memory Pool

81,555 transactions
31.23 vMB
0.07745172 BTC
Random Selection Loading Transactions
Max Size: 189.99/200 MB

Candidate Block

Mining Attempt bbfc8aa75463f16cf9a6f7a9036ff9f4c5bc5f8e54ff665cc8ffbaa7c0b62b0a
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 921e8afab20d58c0081b057c43827da5c4f4bdc569f73d4e8fe8d0f604f779d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.01001024 BTC
Feerates: 100.37 > 1.00 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (110,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,676 804,676 0000000000000000000430c31f87063faa495042d0efbe4d1ef25e11874dc07a 1,810 1.00/1.00 vMB 21
804,675 804,675 000000000000000000009c986bfc256f0ed0e14847eea2ed9b8d685f2e39ea71 2,678 1.00/1.00 vMB 15
804,674 804,674 00000000000000000003da5b39035739ea43103f1c06b007fd1c9248e63331ad 2,190 1.00/1.00 vMB 13
804,673 804,673 000000000000000000013803c141b24636f8c833e17aa3d4599acd2c7917fe8e 2,499 1.00/1.00 vMB 14
804,672 804,672 00000000000000000003d2a6edcf122b2162095a105353ee93901b1e48f54d26 4,058 1.00/1.00 vMB 15
804,671 804,671 000000000000000000026ce770ba2ea45eef664536f773c9392a4c7c0b23c940 3,262 1.00/1.00 vMB 19
804,670 804,670 00000000000000000000de369eed50727e32a6afa8461682bee31add836cbf65 3,560 1.00/1.00 vMB 23
804,669 804,669 000000000000000000036e9e4c22c9e01f957aac7c03cfbde417178f14e870f4 3,214 1.00/1.00 vMB 33
804,668 804,668 0000000000000000000344912aa62966bc17be96a7aa15b2f642fd6dec07ff42 2,354 1.00/1.00 vMB 13
804,667 804,667 00000000000000000001df7a4bbe72e73cd71026f8093559efbb17b174aac99e 3,794 1.00/1.00 vMB 18
804,666 804,666 0000000000000000000098fd55bdeb422a148614bc8849b3b838644d492791eb 5,807 1.00/1.00 vMB 8
804,665 804,665 000000000000000000017449e36cdd410eebfebadd66397f5b25c64cc136436c 2,977 1.00/1.00 vMB 20
804,664 804,664 000000000000000000048c473a55e99756b2309924200daaa4e1bd7851d4d14b 2,761 1.00/1.00 vMB 7
804,663 804,663 00000000000000000000a57f19762fa46dda401624c2b9f585e7c5acb1463757 3,504 1.00/1.00 vMB 17
804,662 804,662 00000000000000000000c94c5cc39b5cb44bba86a6e75c0b15cea6195892845e 4,839 1.00/1.00 vMB 10
804,661 804,661 0000000000000000000489ece1cb14ff5cfae30ab5b4891d2d2f4cab63cab0e2 3,274 1.00/1.00 vMB 12
804,660 804,660 000000000000000000004a3b6eceeb8317dc64c12f23b00ca224ee0252fc81f1 2,867 1.00/1.00 vMB 6
804,659 804,659 00000000000000000002770a022f1a1791c44aee5661f9043e25737eb025b055 1,042 1.00/1.00 vMB 8
804,658 804,658 000000000000000000027a6c11050afb52cdfecfe6de81e5974c0f0481d44697 3,068 1.00/1.00 vMB 18
804,657 804,657 00000000000000000002af82721a16186133e15f0c5d6d9cfffda73dc9761a8a 707 1.00/1.00 vMB 8
804,656 804,656 0000000000000000000053c510a47afa763ab62b87108b9b82d13ad84b3edab3 1,064 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.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.