Loading Tool

Explorer IconExplorer

Memory Pool

86,646 transactions
32.27 vMB
0.09401091 BTC
Random Selection Loading Transactions
Max Size: 195.94/200 MB

Candidate Block

Mining Attempt a16185ab048cbcf74bb9ac578662b3e50b7e0a4b70f9bd62b59ff9c2d28ecbc0
Version 20000000
Previous Block 00000000000000000001337474d7c077c582733fc9b861186985eae0800fcf91
Merkle Root 5837bc843a489b59285115712e9f334d5db3a6ae3151cdc9abeb17f5e28e00ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 939
Size: 1.00 vMB
Total Fees: 0.01739640 BTC
Feerates: 73.20 > 1.74 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,342 (115,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,925 799,925 00000000000000000000756ddc85a89fd70d9c5fe5491058980c404f3760d07b 3,511 1.00/1.00 vMB 13
799,924 799,924 000000000000000000029b10bcb0e0d753b69e21ca3693aa6af88d1a93f98cd8 2,146 1.00/1.00 vMB 27
799,923 799,923 0000000000000000000247d20134186d64747b8c60135d406a80613669058f3f 2,137 1.00/1.00 vMB 8
799,922 799,922 00000000000000000001c34541c90a9ba3f18fca58b12a83fb180f4a950c6c35 3,408 1.00/1.00 vMB 34
799,921 799,921 00000000000000000000e894a81d195fd1eb5460c87e334a81761a331980a76f 4,775 1.00/1.00 vMB 12
799,920 799,920 0000000000000000000195d360d9479db6998a781a4c07d67a2633796c22cbf3 3,223 1.00/1.00 vMB 11
799,919 799,919 00000000000000000000e8ec61a382623d01659004e28ac271a89188074f38e9 2,110 1.00/1.00 vMB 23
799,918 799,918 000000000000000000014fde70c74aa2c39d64fe4ef8936eac3aef1b6f723528 2,390 1.00/1.00 vMB 10
799,917 799,917 000000000000000000018a7436d0e6f4666120b8049d3923cd6bc318e60b180d 3,338 1.00/1.00 vMB 28
799,916 799,916 00000000000000000001acae68abcef4f9b092d5f28f9ba01f0fdc816c351630 5,461 1.00/1.00 vMB 11
799,915 799,915 00000000000000000003acab8bdf81b218855dbcb51c88191f9246f1d27c2a9c 4,263 1.00/1.00 vMB 6
799,914 799,914 00000000000000000004d05ed208c2f9bf038399fa2099d7d23580c168c3cad4 3,406 1.00/1.00 vMB 23
799,913 799,913 000000000000000000009b48061fe1b12f94ab54e71b289c5db97e0e5fd41874 5,553 1.00/1.00 vMB 6
799,912 799,912 0000000000000000000471bb7d82519ed54ecd5758d5622d62ac9dc0fe816949 3,221 1.00/1.00 vMB 17
799,911 799,911 0000000000000000000441de2f8605a060a5a47270ffb4416be1603284e5e862 5,408 1.00/1.00 vMB 8
799,910 799,910 00000000000000000000896b25f319ca079e534d31bb4dfee85e9de5e87391df 4,304 1.00/1.00 vMB 11
799,909 799,909 00000000000000000001c78d3d611cfbef704a91a141a685d9c9f0bbcba7f8a3 4,686 1.00/1.00 vMB 7
799,908 799,908 0000000000000000000123eb5b017a2855a59679eec28af99348f19c3d444ff9 4,072 1.00/1.00 vMB 17
799,907 799,907 000000000000000000006d4c8ab02af7ac11820cf59f6dc1e9790199a2f02c10 3,715 1.00/1.00 vMB 25
799,906 799,906 00000000000000000003e8f0f869a9ae0f5735bf451cb7fd3e229b8a4818f9f0 5,687 1.00/1.00 vMB 10
799,905 799,905 000000000000000000052056378ce91d49afe44fd8a99c3c19227799c0e402c1 6,579 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.98 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: 717.15 GB
    • Received: 17.83 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.