Loading Tool

Explorer IconExplorer

Memory Pool

42,070 transactions
28.74 vMB
0.07267922 BTC
Random Selection Loading Transactions
Max Size: 146.86/200 MB

Candidate Block

Mining Attempt 69fa7573fd78c10b94b6c8f2f7db9e42c97596ecf92085be5a1cb7170df742d0
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root ab81ad10d27a08d9e4e7383e9dc40101962dfc77266370084bb6ccace53a4a8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01687655 BTC
Feerates: 104.56 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (798,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,034 116,034 0000000000005a13cded1bf4a9de8e5f24efba4672555297916e7d723994e906 10 0.00/1.00 vMB 0
116,033 116,033 000000000000b87a2e68636cfe96cb2c2d304810a3a9856dc56da8b50cb941e7 13 0.01/1.00 vMB 970
116,032 116,032 000000000000c5a17c3768d3f30d73362e4e7300e196a468d0a1fb4310f04f48 7 0.00/1.00 vMB 0
116,031 116,031 00000000000054f003b45b875424a3d3f499bc6dd947fff40ef0750db42795d4 9 0.00/1.00 vMB 0
116,030 116,030 000000000000bfb8f17a7ace12489e8e7fb2b0066d8de1e724f6508bdf98a65e 12 0.00/1.00 vMB 987
116,029 116,029 0000000000004480eb2e5abbff1cfec9aff69fb90059a3826cd921fed798e230 20 0.01/1.00 vMB 551
116,028 116,028 000000000000db9d2ebaefbdcab77ee1de1331a376a6debb3d57852eb4c71174 9 0.00/1.00 vMB 341
116,027 116,027 000000000000342abc43c08b16b2a756a692559dbf480d29901de9452a95dcba 10 0.00/1.00 vMB 613
116,026 116,026 000000000000e1eadb4fc7fdaefd6f84af832f08f753ac4234a0afa68b77e4c9 21 0.01/1.00 vMB 1,705
116,025 116,025 000000000000c18c890cd33ca38bb6c2c1947e90a467073d74c3ce4d72c1d2e8 5 0.00/1.00 vMB 0
116,024 116,024 0000000000000760e95fc8ae7a93478827721e0ea60b7865a9136a357deaf9d8 10 0.00/1.00 vMB 343
116,023 116,023 0000000000001441ec90f0c40319e3de2f1354a244cb72f88162c23bda2ec57c 7 0.00/1.00 vMB 322
116,022 116,022 000000000000314852bec11ce80a394f35c6e07944e28dd79fe5edcba95901b4 13 0.01/1.00 vMB 985
116,021 116,021 000000000000845bcd250ea7207bd4ca93a7d29eef5dcbe0390233350b203e63 11 0.00/1.00 vMB 0
116,020 116,020 0000000000002443d2edc40eb793da9850d315d1b2a2824a96501349edf30fa3 11 0.00/1.00 vMB 909
116,019 116,019 00000000000054e1feef9c6b5599b274152a3944a2f7fad9451e330c1813b530 20 0.01/1.00 vMB 521
116,018 116,018 00000000000020f68f05166b3fb02368be174ce5eaba56f02a90d3171b90df76 14 0.01/1.00 vMB 984
116,017 116,017 00000000000072d10267fafb3085d60c562359e9540c26daf6ad539d5164da96 3 0.00/1.00 vMB 0
116,016 116,016 000000000000d85bcf71e4591231afef88659704a66ea6a40f57c5e394e0ac9f 6 0.00/1.00 vMB 643
116,015 116,015 000000000000e3faab17441aff9999ecdf99ac632cf6c9080623bab9834d8ff0 1 0.00/1.00 vMB 0
116,014 116,014 000000000000a963e357fe51fffbdad48ae7a2f6ffc7c845ba90d3f0e8651e57 5 0.00/1.00 vMB 719
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.