Loading Tool

Explorer IconExplorer

Memory Pool

29,154 transactions
11.28 vMB
0.02888052 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.70/200 MB

Candidate Block

Mining Attempt 0920c7568787b9f81a4e8a206a9db8a42c077a4a095f040b9b4ce52057370c89
Version 20000000
Previous Block 000000000000000000017ccc78310199ecf2b158c25fbcbed6b3e074cfd2596e
Merkle Root a6dcaa2d63a73f269968ff3c6303d9b917431aed7a54006da4271956694fe199
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,685
Size: 1.00 vMB
Total Fees: 0.00962881 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,529 (724,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,676 188,676 0000000000000088fa15ccdbb929f13686f489beda78c227b6207740b3771aa3 196 0.10 vMB 121
188,675 188,675 00000000000008c70ca274965be58b675fcc4572c5b9aad7ed49465c4564c841 112 0.05 vMB 94
188,674 188,674 00000000000002a956d438ae9f2a65b93c98937d7ca1d0772b48a3a26f486bb1 40 0.10 vMB 64
188,673 188,673 000000000000086f507f7cc1dc639a1bba6e4d6aa6e065a34ba95c4694cbc5b0 277 0.11 vMB 182
188,672 188,672 00000000000006cd3b99de90e8f4dd65c66ae4d50a7fa1bced022d9849ad0329 116 0.05 vMB 216
188,671 188,671 0000000000000767d587ed4cc9de9c348756c2135a632e5cc0a28ed35d23d017 256 0.10 vMB 115
188,670 188,670 00000000000006699065f2b13fe35c43408fbb4a2ff48b1001dc8876b9e2cdf8 21 0.01 vMB 171
188,669 188,669 0000000000000546b640fb7bc4a00de759a9795929d426ec38526482aef68925 6 0.00 vMB 53
188,668 188,668 00000000000005f89cb357ef34eb7a0a9632e50df7ce969db31cfe516c4a732f 19 0.01 vMB 124
188,667 188,667 0000000000000031a2d3a2de621ec950b665e5efaf21a2c6cdd622079fd4cc38 37 0.04 vMB 74
188,666 188,666 000000000000081e67e9b82fa43527c75514009761af8da95025b96f818bcca2 34 0.02 vMB 53
188,665 188,665 00000000000004d348b4cc54044dd4a730577a2f840a40c84ffdc79c35525962 30 0.01 vMB 81
188,664 188,664 000000000000095103604e30cdd547c39984d0ede455b66a9469b59921c9b79f 53 0.03 vMB 73
188,663 188,663 000000000000026285b3f422a518e8fdfb5dd6a51cc3c992b1f5ebf801be080f 64 0.03 vMB 96
188,662 188,662 00000000000009509faa0aa5ee300056b2284bd8e95d3af3d13537d41d423ef4 149 0.05 vMB 47
188,661 188,661 0000000000000151874666db6fb76c7396dc3855c037d5a89a60279d11db1247 113 0.08 vMB 108
188,660 188,660 0000000000000150399fd17991eb79d524ff72ee8fa7509c9777d5fffef67943 129 0.05 vMB 110
188,659 188,659 0000000000000705924ab97b4da668f47367b8fe917a0a818bf7ac5c832ed8fd 77 0.03 vMB 83
188,658 188,658 00000000000003db31c3ba728393b3f33f70ac8581e73a1f27f1a2a97d839eb7 62 0.04 vMB 56
188,657 188,657 000000000000077d2a296a24f9489ced644eba54782bb9e3047a36ee3f046915 494 0.21 vMB 376
188,656 188,656 0000000000000298fde432958aa7cdabd24e2910ada3be035252ba163d767955 143 0.05 vMB 129
Previous 10 blocks ↓
Total Size: 779.78 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: 401.49 GB
    • Received: 2.07 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.