Loading Tool

Explorer IconExplorer

Memory Pool

74,621 transactions
27.59 vMB
0.07290368 BTC
Random Selection Loading Transactions
Max Size: 168.13/200 MB

Candidate Block

Mining Attempt ae3e4868901413864118c75637a50576d9e1522e7119175c36f769fdcf4e277b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 077964d28233dac4a9d79a8a45608888520194ebee1a725b0cbb509b82d2ca88
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,385
Size: 1.00 vMB
Total Fees: 0.01314939 BTC
Feerates: 150.80 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (216,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,043 699,043 00000000000000000001d4498fbe08706b02cbf628678355a2ce1def0a72b231 3,009 1.00/1.00 vMB 13
699,042 699,042 00000000000000000000a0eb0f9efb0a45cc67cce0cdbaa6d39bb91d14a784a4 1,209 0.53/1.00 vMB 13
699,041 699,041 0000000000000000000b69c5aecddff7d0ae0e725c30529660ef8f9b6664ba3b 732 0.36/1.00 vMB 11
699,040 699,040 0000000000000000000032845b4b4deadd2d593952a3cba2290f3b3d2bb5301b 2,810 1.00/1.00 vMB 15
699,039 699,039 00000000000000000004fd7cf70ea28f842d96b83aa43ab1498d39039d042e56 547 0.30/1.00 vMB 7
699,038 699,038 00000000000000000002580434ff68a47276c9529995c01791a92b74e3b314c3 1,944 0.60/1.00 vMB 11
699,037 699,037 00000000000000000005b9faa497c60c4b58c7d473f37d9c6d40f2182fc69bde 870 0.31/1.00 vMB 10
699,036 699,036 000000000000000000065c6aea1a3ff304d207621e64d4b4e60525ffd3f1a8ac 478 0.14/1.00 vMB 13
699,035 699,035 000000000000000000025053424327997e333aece6be326555720551bcc318dc 2,275 1.00/1.00 vMB 9
699,034 699,034 0000000000000000000a97cfb1557405925fffb7cb64a8459a4eb6afc8fb87d8 1,064 0.60/1.00 vMB 9
699,033 699,033 0000000000000000000c9d32a35dc965ffc4656e3fb64b68260862ef37dd6976 2,244 0.94/1.00 vMB 9
699,032 699,032 0000000000000000000ee0d726f061ed3601bab04b322d8cc4109ebff0aea83c 2,469 1.00/1.00 vMB 2
699,031 699,031 0000000000000000000fc313afa6069dcafa5564d9a482a5ab5e4571879f2783 2,283 1.00/1.00 vMB 8
699,030 699,030 0000000000000000000b7a2d80d394b59ac65aaa1d8451d23829fc2a787714c4 1,114 1.00/1.00 vMB 7
699,029 699,029 00000000000000000000cda2c7a2c57bdca21d7d33b3205bc2b21d3ca44fe692 1,971 1.00/1.00 vMB 10
699,028 699,028 00000000000000000009129197967b97f7cef933ec8acfc26bdb5d81ba98ac6e 2,489 1.00/1.00 vMB 10
699,027 699,027 0000000000000000000e086e8f53295da5a1652a18d1e0c9f90a9cc84a29ea43 2,906 1.00/1.00 vMB 22
699,026 699,026 0000000000000000000f5bb624fd7f53cf1684a1dfdbda315f0d61bcf6c438de 2,130 1.00/1.00 vMB 10
699,025 699,025 0000000000000000000a42b09cd53ce06f7ef77f0e6bba3f385a2994a90ac23c 2,383 1.00/1.00 vMB 16
699,024 699,024 0000000000000000000d3c5b06c835ba529cace1d138e8601a48442db6e485db 809 0.74/1.00 vMB 7
699,023 699,023 0000000000000000000e33ba6785942ad8bba71062a6cd9d2d21ac71a87d823c 617 0.19/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.