Loading Tool

Explorer IconExplorer

Memory Pool

35,312 transactions
25.94 vMB
0.06897460 BTC
Random Selection Loading Transactions
Max Size: 131.84/200 MB

Candidate Block

Mining Attempt c656e7bb8338877abfa75e3c5e4ff671288783fa38f218d11197295e0aa992e1
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root bb22d1bdfbb2f20aa75f0d37beb42157e914c0c85f2bc96f0c314a8fbda9f871
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.02138630 BTC
Feerates: 250.88 > 2.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (270,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,101 644,101 0000000000000000000d56d1446be410e9640ed47fc296f1dffbd0e0093c65ae 1,502 1.00/1.00 vMB 29
644,100 644,100 0000000000000000000205f8865e0ab6e42f6073a65b92bbc0f1afba8945025a 2,198 1.00/1.00 vMB 55
644,099 644,099 0000000000000000000f0586838b86e8a4c5ce07a6262fdc1dc6c46cdf2a055e 2,526 1.00/1.00 vMB 9
644,098 644,098 0000000000000000000065d310b2ba535aba83ea96cc74dd669c47bac1b17d7a 2,268 1.00/1.00 vMB 60
644,097 644,097 00000000000000000005d1cd7c150f217b8d34ca20eb79bf6a5a4fe56c7f6c5a 2,104 1.00/1.00 vMB 42
644,096 644,096 00000000000000000001c315d320d92c94e3bd25add48792daf6f838ad659386 2,452 1.00/1.00 vMB 27
644,095 644,095 0000000000000000000efbd4a1eb0fdb53900955610a07369a489c92be8d1044 2,603 1.00/1.00 vMB 26
644,094 644,094 00000000000000000003b920656a6738959a3f4c6ae6c66ff15ce28251cb0bc8 1,589 1.00/1.00 vMB 77
644,093 644,093 0000000000000000000edaffcfd3cda25703a261324ce3e05b44af3fc9552b57 2,047 1.00/1.00 vMB 16
644,092 644,092 00000000000000000008b76bcb7b10493e419f98127dcc5690e20c172bb9a3a2 2,612 1.00/1.00 vMB 15
644,091 644,091 0000000000000000000bfb8403a33359821f6355ec71336d1a905615f5faeca4 2,503 1.00/1.00 vMB 62
644,090 644,090 0000000000000000000cb34efea191bc8c137249358cd0188eb419d7bb360eab 2,427 1.00/1.00 vMB 54
644,089 644,089 00000000000000000005015da0bb56e18656683c09223b170c65cca6a2129218 2,719 1.00/1.00 vMB 79
644,088 644,088 0000000000000000000b3702d8820f4dcb409b59df688764ae47e8d950e67ebd 2,184 1.00/1.00 vMB 15
644,087 644,087 0000000000000000000b8d2018ab50b49e898ff948f583a50b50e1cb1d5f7b50 2,820 1.00/1.00 vMB 47
644,086 644,086 00000000000000000009dbfeeb13892e54157bd0a8ea84e6c3ae7998dd4f11d9 2,353 1.00/1.00 vMB 72
644,085 644,085 0000000000000000000c2ebef4c9506905aa8f7ca87ff48fe1022f605470c5b2 2,601 1.00/1.00 vMB 98
644,084 644,084 0000000000000000000400ca071de0fcc7ea327f05f65bf6dd71639f9dc9dbb1 1,445 1.00/1.00 vMB 41
644,083 644,083 000000000000000000025c0fe13e110785508d1c43811d796e81e711a5885a3e 1,351 1.00/1.00 vMB 43
644,082 644,082 0000000000000000000c827f064720243daa1c9fba52b74896f999a88dd70aff 1 0.00/1.00 vMB 0
644,081 644,081 0000000000000000000431c6fad6f35a5109f820f90c27d8e49b4e9cf89a9153 1,995 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 637.82 GB
    • Received: 12.44 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.