Loading Tool

Explorer IconExplorer

Memory Pool

37,938 transactions
27.03 vMB
0.06474265 BTC
Random Selection Loading Transactions
Max Size: 137.59/200 MB

Candidate Block

Mining Attempt 71913a431fed2a36ab0afa22e506d78f3e9cd2585b04ec62d8959531f38daa33
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aaebcf81c3ca141e2c9d95bb07dbf5269814211807d6042341e44191ffd235d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,761
Size: 1.00 vMB
Total Fees: 0.01382081 BTC
Feerates: 100.28 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (464,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,566 450,566 0000000000000000006831b8f59c3704733c7a276ec04f18ec90196f5159e0c2 1,810 1.00/1.00 vMB 102
450,565 450,565 0000000000000000002c89cf1b0d0c8315d47a03f5fb5cf4a6bfcc0474018906 2,023 1.00/1.00 vMB 100
450,564 450,564 0000000000000000020ab0185bf42c09d6a1d50cab35e09ea038f23333731576 2,309 1.00/1.00 vMB 86
450,563 450,563 00000000000000000051f41f2f07ebaa85c2df75d57aa64572a23df726ed9f5e 1,503 0.63/1.00 vMB 87
450,562 450,562 00000000000000000044d70cf9007bca5e9f969a3be28ed68a30c7fb53eab227 1,172 0.52/1.00 vMB 86
450,561 450,561 0000000000000000009af1a8c926c15823922245081f997d64e1365ae385af88 873 0.40/1.00 vMB 80
450,560 450,560 0000000000000000028187d497c1e2d9532c54ae979e8e0d3c7d2840997e3769 2,275 1.00/1.00 vMB 80
450,559 450,559 000000000000000001f74e70a52a613030b6e75f409af54592380fcde95e432c 870 0.38/1.00 vMB 77
450,558 450,558 0000000000000000019ed3131292c48dc197fc69221044ebc8fc7b55d97ea50d 375 0.92/1.00 vMB 16
450,557 450,557 000000000000000001688f52f9f1c0d48ba8b68058ef0191ca6d528787f08c32 578 1.00/1.00 vMB 27
450,556 450,556 0000000000000000020f07c543bcd4e29090abe55931fb5918b84cb236a6cc45 984 0.99/1.00 vMB 28
450,555 450,555 0000000000000000018dab71ef3099ebea3ead6b235aeb050c5a7835f2ca11c8 1,985 1.00/1.00 vMB 80
450,554 450,554 000000000000000000c5b7ce9283e9adff816f8622977dfaf5c3916d3ac3841b 1,979 0.93/1.00 vMB 120
450,553 450,553 000000000000000001ff97f75a689afc738d6f2fe5b12558f3c13239d4f34104 641 1.00/1.00 vMB 46
450,552 450,552 0000000000000000006adb2db6893a0ba538b2df3b327b0d39a9b6928406a9a1 82 1.00/1.00 vMB 7
450,551 450,551 000000000000000001d8d24fc6937bf869c7fdf32c439664104ec8bcd9df32e5 1,032 0.99/1.00 vMB 54
450,550 450,550 000000000000000001accbfd44a93c79938d882033266535aedf759041abf6b7 327 1.00/1.00 vMB 16
450,549 450,549 000000000000000002c596b67b69a03dbb1274ab171fbc52feb0af1e78ba6e08 1,206 1.00/1.00 vMB 50
450,548 450,548 000000000000000001dff6b97ad240535cea6d07c2c40233b9ba326b46d8e9bc 722 1.00/1.00 vMB 37
450,547 450,547 0000000000000000007ab6f6cf6e3481bf2a6d3bcf29d06fd5362c8890915659 359 1.00/1.00 vMB 15
450,546 450,546 000000000000000000c99222fc8b82c03476e5a14e38f7f074fb39fcd37362e9 1,229 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.