Loading Tool

Explorer IconExplorer

Memory Pool

78,634 transactions
30.08 vMB
0.08637233 BTC
Random Selection Loading Transactions
Max Size: 183.02/200 MB

Candidate Block

Mining Attempt ddda3b23140c70626f97c16ec67c08259101275954f542f2dee03896d0746565
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 6568f6b4eec1805762da17f3ee1a90863e72f832aa0792e39a3c2197ad6d84eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.01920665 BTC
Feerates: 151.02 > 1.92 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (319,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,959 595,959 000000000000000000158d7532b6e4a156a146e80cba277539fad1881bcc19fb 2,480 0.73/1.00 vMB 15
595,958 595,958 000000000000000000011f72f2cc07705a08c7b09715326674d2d973e875deb6 556 0.24/1.00 vMB 13
595,957 595,957 00000000000000000013afc8a73672bba3af0f8641acd06625ee56dd704afec2 1,675 1.00/1.00 vMB 6
595,956 595,956 0000000000000000001528ac7bb7ccff1b02c98a005ad7d8e33746c6036d3bf9 2,527 1.00/1.00 vMB 11
595,955 595,955 000000000000000000010093c1f1e1627fc1e3cf7d08f4bc3b1b89a0a5a0f05f 3,022 1.00/1.00 vMB 30
595,954 595,954 0000000000000000000f62744922fcab95d1ec949383a8f22a1f6b2afa935885 1,118 0.47/1.00 vMB 17
595,953 595,953 00000000000000000015d10fffa7498770f3adf19408c9ce0c6de58a2b1684b0 2,769 0.77/1.00 vMB 15
595,952 595,952 000000000000000000117ffd1dd25a5eb2a1db96158ca48d897365534a11c58d 1,224 0.37/1.00 vMB 16
595,951 595,951 0000000000000000000c3ce9b2f915bcf8867af86fea0e87e7746021bbc2cfec 1,451 0.41/1.00 vMB 16
595,950 595,950 00000000000000000015e38d0c7953d7776d590b47be9ff8c5aa1e0398317c8f 650 0.25/1.00 vMB 12
595,949 595,949 00000000000000000001a65909adf1dc4ee80dc302151975b2d55fac7a17cf6b 1,104 0.75/1.00 vMB 4
595,948 595,948 0000000000000000000af8be197468665c52f472c790034d0de7d084523ee98a 1,613 1.00/1.00 vMB 12
595,947 595,947 000000000000000000024b63a71efa2fd54cd800cf28a62f00ec90e2fce559ef 2,621 1.00/1.00 vMB 13
595,946 595,946 000000000000000000126b2ca7820af82f67110d1863f112e2d8529d4880cb6f 3,096 1.00/1.00 vMB 10
595,945 595,945 0000000000000000000d1b9bf8cf2b2c1c0b18e7dd9a7705663e0cf88227971e 2,831 1.00/1.00 vMB 11
595,944 595,944 00000000000000000006451fe5948bcc4b2d429479c3ac2dacac77d54e713279 3,220 1.00/1.00 vMB 28
595,943 595,943 0000000000000000000c7d37d2dd46725fc98ac2550b2fb0dafc2c75bfd86e3f 2,867 1.00/1.00 vMB 28
595,942 595,942 00000000000000000007825ea70da095fc05eb71d27dbe81912080b1cfc1905e 2,752 1.00/1.00 vMB 7
595,941 595,941 0000000000000000000d20dff5f17c0a7e33cf4dcd534a36be15f933e613cd15 2,670 1.00/1.00 vMB 15
595,940 595,940 000000000000000000143eeb35b3715a7196cdb234d18918ff4f2d6a4dc8a826 2,727 1.00/1.00 vMB 20
595,939 595,939 00000000000000000010c2ac469edcb912c7f42ca5c438bce6c2912d4dcb9408 3,112 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.08 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: 721.21 GB
    • Received: 18.37 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.