Loading Tool

Explorer IconExplorer

Memory Pool

18,893 transactions
10.79 vMB
0.02581264 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.18/200 MB

Candidate Block

Mining Attempt 102484eb2287343edc2c587cc606bb263d9a0dae50ab23010f42a78410473a5b
Version 20000000
Previous Block 00000000000000000000516a7e988e2b7ba898322e7634f092f5911b40946d02
Merkle Root bbfe9f16d15b290e1987081a58b670f78e957bb0b2c7224fdb500e319441a06d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,704
Size: 0.9978765 1.00 vMB
Total Fees: 0.00881294 BTC
Feerates: 60.08 > 0.88 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,683 (747,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,605 166,605 00000000000005fe0ef22c08b963d679d605457d945db2004d28ef719758b658 12 0.00/1.00 vMB 0
166,604 166,604 00000000000003a31492f210a094c17c98669dd217fb75e11e31b01a91a75eb6 34 0.01/1.00 vMB 95
166,603 166,603 0000000000000796b8211db60acce14ae806fc3f6b1adb8ddb487b064e7a597e 14 0.02/1.00 vMB 49
166,602 166,602 00000000000007df5028217a361c1cee17821edf3bb367b12dbf8a05d14318f0 15 0.00/1.00 vMB 0
166,601 166,601 00000000000001a6aeb8d98b2d7d630ab54bb7365fee946930fb51fc6b2007e1 23 0.01/1.00 vMB 57
166,600 166,600 00000000000002443e9c5e83df0209ed95895041888493c5c54a7865a86c227c 23 0.01/1.00 vMB 387
166,599 166,599 0000000000000af6e45b307861ae0e5764237cc4ace17a0208cf12efe87853c7 52 0.03/1.00 vMB 258
166,598 166,598 00000000000000c39b9e708b2bb149d106dcbd906ee104db45f4b6519f90db93 28 0.01/1.00 vMB 84
166,597 166,597 00000000000003973e8aec27a883d7652512a6ea68c0ecf8ebfbe2cb1ec978e1 122 0.05/1.00 vMB 160
166,596 166,596 00000000000008c4bf67d9c000d8da10131166e6d3c4e1952d14ffec9713f4cd 25 0.01/1.00 vMB 146
166,595 166,595 0000000000000bc83f95417c11d4d6edff87e7a573080e4c92c495482a49c574 18 0.03/1.00 vMB 61
166,594 166,594 0000000000000618f0696482af88e2b51fb4fbc7dc01a88a2fc74ccd827840bc 59 0.03/1.00 vMB 782
166,593 166,593 000000000000031dadc875a89dd8060794b2a5523515bb527bc179049320e972 35 0.02/1.00 vMB 123
166,592 166,592 0000000000000b40cd9a35d1ce44c5395c75e9cf00bc52e058b84b20d343bb04 12 0.00/1.00 vMB 52
166,591 166,591 0000000000000a6f80fc53ddfe61b779ea88416638c068bf776b03a3df5e7d51 29 0.02/1.00 vMB 188
166,590 166,590 0000000000000169c42709b678163f3bd5eb48bbc31761341a6084f0bc64a2aa 157 0.05/1.00 vMB 0
166,589 166,589 00000000000000104eb13506e37c2eab2a0d5e26f948c8c927dd515183452c8f 64 0.03/1.00 vMB 304
166,588 166,588 00000000000001b4e34f5ddadf9e5993d281c2347591138e3a84f97bd1333e8c 26 0.01/1.00 vMB 1
166,587 166,587 000000000000056a303dd8a19509c1a74176c1324a923e237b1e7ffbadf38849 63 0.02/1.00 vMB 95
166,586 166,586 0000000000000b203b3d7f92ac370c2293f776f153ea218f1916d97d53602262 26 0.01/1.00 vMB 99
166,585 166,585 000000000000028a2e3f3dc3b20a4f522861595031bb19a90eef9da4a26697bf 55 0.03/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 780.06 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: 488.73 GB
    • Received: 3.32 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.