Loading Tool

Explorer IconExplorer

Memory Pool

85,229 transactions
31.92 vMB
0.19642426 BTC
Random Selection Loading Transactions
Max Size: 189.67/200 MB

Candidate Block

Mining Attempt 56f55785d5a6e2389a0184141b4ea65a03a7a15dbf5dbdd556907d18ac43a3d7
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 1face031f6e91dbea42c14894f59de1ed20db8c4486d0f529e6eaa6af63195d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.07577091 BTC
Feerates: 301.64 > 7.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (121,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,681 793,681 00000000000000000001ee43c65fa15ca9ea9f62ee6de8f140330ff0a22788b5 1,895 1.00/1.00 vMB 43
793,680 793,680 00000000000000000003fc5d32f69ee28e5d95b3b44207787f6ded9c21bf37a9 2,135 1.00/1.00 vMB 39
793,679 793,679 000000000000000000002e7fcbfd8703fab4515992ab5e6ada2058a8c4f69d4d 3,146 1.00/1.00 vMB 59
793,678 793,678 00000000000000000000dc2bf61e6e2d5cc3133c16caab661ada593e2cb32962 1,786 1.00/1.00 vMB 16
793,677 793,677 00000000000000000000ccd1174f487928b29b1dca9cb9a910cba352522fa5ac 1,757 1.00/1.00 vMB 34
793,676 793,676 00000000000000000002f6c8e0fe25f9112bde7eaf0487d4a537e9e7104c19f7 1,998 1.00/1.00 vMB 61
793,675 793,675 00000000000000000004f19d9171e5c13ef68143bcc7a74dc3ed1b81666f2513 2,513 1.00/1.00 vMB 36
793,674 793,674 0000000000000000000211946999b2f039ea4841feb200240ab8491c61efa80f 3,027 1.00/1.00 vMB 24
793,673 793,673 000000000000000000047ee3f0e795576e1f9dbf1c778813f6946788beb6a8b2 2,432 1.00/1.00 vMB 18
793,672 793,672 00000000000000000001cf9b8be570a0778ae306a0571269899d1c0b617a5339 2,844 1.00/1.00 vMB 32
793,671 793,671 00000000000000000003ca4615a7c38f036ff05bbc69cee12044ed7aad1da32e 2,720 1.00/1.00 vMB 83
793,670 793,670 000000000000000000042fdbee6d7ea0dec4baf943fec8c5bd5b984806dbb774 1,476 1.00/1.00 vMB 23
793,669 793,669 000000000000000000010da37b7962f1022cd53d5701c704a1f8f08ec44c043e 2,176 1.00/1.00 vMB 53
793,668 793,668 00000000000000000002e6c14d7ec7a87591d528f7d7d12da0eb4c70c9854bb2 1,213 1.00/1.00 vMB 34
793,667 793,667 0000000000000000000126549456878e8077f5765daac0fb060b9226a5c3b9dd 1,406 1.00/1.00 vMB 39
793,666 793,666 0000000000000000000461b604b5cee5635fb9ba0ec2172c5e6c228d5e1d7c55 2,465 1.00/1.00 vMB 49
793,665 793,665 00000000000000000002808f8e3fa499938ee63ae888c41b7634e8af8c74ab77 2,276 1.00/1.00 vMB 17
793,664 793,664 00000000000000000002e2e9869016d9f0730d17421bb7c3239acb9a69ec9fb2 2,186 1.00/1.00 vMB 55
793,663 793,663 00000000000000000005520c13c4bd02fd2aa3e232a88bd098277050ac132b02 2,422 1.00/1.00 vMB 31
793,662 793,662 00000000000000000004114b9d40549b974f200135d88ad08ddb9ecfe3667286 2,192 1.00/1.00 vMB 36
793,661 793,661 00000000000000000003ea860effce6b2e9dde30ac6f6ad9e173e1f939dbb5b4 364 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.