Loading Tool

Explorer IconExplorer

Memory Pool

25,262 transactions
10.53 vMB
0.02526816 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.66/200 MB

Candidate Block

Mining Attempt 7783f4bc5d4724f2d6a8ff3d75774395e50008d5f9d2fdad39c6b9b29b1897d7
Version 20000000
Previous Block 0000000000000000000075dee10a187ce8da6bb2823a2744947edd3b01954a06
Merkle Root 07d54085c8d5cd7c1269bed587d5b185b8df9b35ea74669d780ede6a3db68f64
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,775
Size: 1.00 vMB
Total Fees: 0.00795764 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,558 (717,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,499 196,499 00000000000004635400e7ae845e90418d71edf68833f7332fb8d71fe7f79e04 53 0.23 vMB 50
196,498 196,498 00000000000006974687d7c98eb349d358fbbc0463b81c295b49285d6d071b89 609 0.25 vMB 190
196,497 196,497 000000000000011d5fa295809b53579bd662fe46d540ac0fbf536df302ec08c2 59 0.19 vMB 57
196,496 196,496 00000000000002599e6c54e681945906d99e1ef48eff6d10b5d7b53a6f10d452 84 0.02 vMB 12
196,495 196,495 000000000000005bfe465dbc83d9e7f7912e3337cbf75f7f67bfbcb6215718eb 297 0.33 vMB 101
196,494 196,494 00000000000003a884cb247241f9831bb1b265a8c7d7e800e06ba1a642488895 3 0.00 vMB 74
196,493 196,493 0000000000000337239273d473c5e9e0a8170ba2158fa881a25af69b8f3ed644 217 0.09 vMB 113
196,492 196,492 000000000000049486eaa65006afca44a99f8e2693e4336bf468e25e4caa0c70 200 0.06 vMB 6
196,491 196,491 00000000000002a538fb9b907c4a57e35b060e9b2d572088cb69df3f460e0d02 1,024 0.27 vMB 54
196,490 196,490 000000000000060d74705b79ad73c9e8631a0d992dbeecc87e64ac2266523162 324 0.15 vMB 130
196,489 196,489 00000000000001d06d3b424c5e634219678ff4e0b65c12ae0a2558250b9b9a0f 927 0.36 vMB 175
196,488 196,488 00000000000005189d30ae04f62d2b2370133ef791bccf363c4355d9114b24fa 7 0.00 vMB 459
196,487 196,487 00000000000005610aaa578b474ff2c0afd12ca762e67422fedfa7350abbb856 148 0.05 vMB 55
196,486 196,486 0000000000000533b9832e39db7be85b3f15a2d930843811938b44d9a73639e2 9 0.00 vMB 14
196,485 196,485 0000000000000307703b7f4458f548e40a2827b25dadff6219814ad8b82b8d65 256 0.10 vMB 116
196,484 196,484 00000000000004249301e060738fa6b1669adf178d97f0b2cc0ab73709e90b85 723 0.25 vMB 195
196,483 196,483 0000000000000159380f6af635b4fd040dad6808a98df56b39f564935b0d818b 512 0.17 vMB 165
196,482 196,482 00000000000005158434b1567427e8ebaa017e5660e37068fa438b862f20c9dc 116 0.04 vMB 117
196,481 196,481 00000000000002ca2e92a0c5d97fb21d3567685f040ea6f41c48c3f1ee2857fd 75 0.03 vMB 430
196,480 196,480 0000000000000677c9f7dbe5712cf35fb6ed7465f6b54675e29e3fb74b4f9f92 134 0.04 vMB 422
196,479 196,479 00000000000001b6d2573b34afcbd3c2907aa602641d29a03a5eb97a7fc7b144 194 0.07 vMB 357
Previous 10 blocks ↓
Total Size: 779.83 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: 423.96 GB
    • Received: 2.29 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.