Loading Tool

Explorer IconExplorer

Memory Pool

77,325 transactions
28.69 vMB
0.06645371 BTC
Random Selection Loading Transactions
Max Size: 174.13/200 MB

Candidate Block

Mining Attempt 316167e3c1affcec025b365dd527f3da4db5069a5ec903539955baacf510b5f3
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root aad937a342da8fdfa6340005975314def5fe9b872bcf267b76e2f6ff73d1274e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,558
Size: 1.00 vMB
Total Fees: 0.00692026 BTC
Feerates: 100.53 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (323,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,870 591,870 00000000000000000008f2d64c4415306eb078944050d13bdaeea84327351a1a 1,263 1.00/1.00 vMB 11
591,869 591,869 0000000000000000001657cb596e62e796f7f80d35ba825e9d0e5b1b8951d83d 1,205 1.00/1.00 vMB 13
591,868 591,868 00000000000000000014177768d1ec5dced5a7dcf57fe3f849f4c05ae2eb1f3a 2,266 1.00/1.00 vMB 27
591,867 591,867 000000000000000000017bb2091d6c925985182bc6aed9d0297595cea6bbca9a 2,887 1.00/1.00 vMB 33
591,866 591,866 00000000000000000018c43906555c1749dc4d275aef4c12e50e301b51748028 2,813 1.00/1.00 vMB 34
591,865 591,865 00000000000000000016989e22ef449edeb3f5ed3e19323073d50f0a39225201 2,559 1.00/1.00 vMB 34
591,864 591,864 000000000000000000155e04c164bae03752e479369d216f675f28273e5ae3d5 2,720 1.00/1.00 vMB 14
591,863 591,863 0000000000000000000d42e79d1a3f5fa6d5d51b380d207d0f04cf9705a626f6 1 0.00/1.00 vMB 0
591,862 591,862 00000000000000000016328fd5fef73ffd7d391bec6d448b5e795e97cd51239c 2,002 1.00/1.00 vMB 12
591,861 591,861 00000000000000000009fffbe16ff274cfa5b562a3a0a679864a1f3c43ac4029 3,368 1.00/1.00 vMB 41
591,860 591,860 00000000000000000014aac3ea81228f1b920afe496ae3ad477378ac1138dc7a 3,004 1.00/1.00 vMB 44
591,859 591,859 0000000000000000000a1a4050cc13f7be515e6c54a71ea920b98b986abe111d 2,792 1.00/1.00 vMB 28
591,858 591,858 00000000000000000010f710ce87f0e7d8ffa125485749b63fa9ed135343fb96 2,809 1.00/1.00 vMB 17
591,857 591,857 00000000000000000004c2dd49001bdb55bff593a01f3adc7a8086d05f24814b 2,887 1.00/1.00 vMB 25
591,856 591,856 0000000000000000001565b7cbb6f04a47b7ef917523963b3864c41145b88539 2,427 1.00/1.00 vMB 30
591,855 591,855 0000000000000000000ceaf99bfa71e58351f347eee8d7377a6acc7aabf81b0f 3,293 1.00/1.00 vMB 48
591,854 591,854 000000000000000000170c27128e41069501b3548b8a283c059d40dc7ec8e7fe 1,638 1.00/1.00 vMB 28
591,853 591,853 000000000000000000112eaf7dc8a2d15ff688ba424c05d83ea87329c2ab0c78 2,905 1.00/1.00 vMB 35
591,852 591,852 000000000000000000082e4002ae6546c6dba7e82a6cc998a92ad975475be41b 2,011 1.00/1.00 vMB 29
591,851 591,851 00000000000000000003a5dd0dbef6173614f5b359efc240671025d23ff01e41 2,214 1.00/1.00 vMB 34
591,850 591,850 0000000000000000001b668e55ca9741a5072f4142c5e20f7b7ba0957bcb53f7 2,987 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.