Loading Tool

Explorer IconExplorer

Memory Pool

29,269 transactions
7.60 vMB
0.05647655 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.40/200 MB

Candidate Block

Mining Attempt f3b8d87f758afe3268604270fceef46b8550b2da9381c161e2fd2975a1746be9
Version 20000000
Previous Block 00000000000000000000202cca375303c66b5101a2c3c981e3a6b8e199ec2a79
Merkle Root 323b99aa7c48bfb71423bf59425c99c929e6c8a24bf51434ea9f6114ba981c1b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,481
Size: 1.00 vMB
Total Fees: 0.02781617 BTC
Avg Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,017 (771,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,899 141,899 0000000000000902f080e181169bd5a46d96ceafd44214fd81f6fcd32f9816cf 0.01 MB 47 123
141,898 141,898 000000000000089db4c77a7aa257dc4e32a1fae8aa5ec0bf756d1ad1b8dd3907 0.04 MB 89 100
141,897 141,897 000000000000050388fed2a5bcc639be00e3fddef9980802aca3bdef865d4220 0.01 MB 23 71
141,896 141,896 0000000000000601fa691873c93f52c9b4a124471395ced3afc886ddb55e1c2e 0.01 MB 6 19
141,895 141,895 00000000000002fbfe4e4e774868b3e8962cc019d0dffc048d404979e64a289c 0.00 MB 15 62
141,894 141,894 000000000000017b81ee45ae733d612c2001a67e581fab8aad6f7615de1983d9 0.02 MB 36 158
141,893 141,893 000000000000085e12920bf75d2c6d0e78d0ce7b642653ea1fb828e6c1bcfb4b 0.01 MB 32 226
141,892 141,892 000000000000088bdd44b89438da1e77b42e9a2abad1999e838a165c76ac795c 0.02 MB 45 111
141,891 141,891 00000000000002ffa5ae787c7bf9ec1ebdb98746c567da2b8925ec156f76c7dc 0.04 MB 132 48
141,890 141,890 000000000000041eff596345dcb220f83d99de0190e0c1ea97b0ea1e4023f117 0.06 MB 115 97
141,889 141,889 000000000000052fe78561692640d8cdd37355feffe64a7d6680f321a23b05b5 0.00 MB 9 455
141,888 141,888 00000000000007982789984a8bb9bdae250b5405f29a4a3e82501b0379b01f58 0.00 MB 1 0
141,887 141,887 00000000000005f79be6e7d38e7e6fb56fd0a279d348bc10f4b61ef6281cf39c 0.01 MB 25 274
141,886 141,886 00000000000002a06b3ba8d0dbe76940e1feb4a72d1077f7a1023fd042ffe20c 0.02 MB 48 210
141,885 141,885 00000000000004725ef5c246c4bf510508ea0208690428be12dc2d0a6037832d 0.03 MB 111 29
141,884 141,884 0000000000000022aeb52e1175fa06ee4bf29712a35f12dc8d7edddf2b13c957 0.02 MB 56 78
141,883 141,883 0000000000000138fb8b19b9d341676fe30f650007c6208366329dfc8c49eb5c 0.00 MB 1 0
141,882 141,882 00000000000003cf09cbd6869e70ec57a4b85f7ec9e8408a65af05de5b2cbefe 0.01 MB 36 169
141,881 141,881 000000000000081d28942f96f1c5a403c9245dc5964ef21ea1af40b2a03b9b86 0.02 MB 64 229
141,880 141,880 000000000000002bd4a915503bdc8516ada43ef8c11047c93080693020465df2 0.03 MB 68 194
141,879 141,879 00000000000002aefe3bdd82e239d079aca707a1068510a4f73a4a1e2056afb1 0.02 MB 67 368
Previous 10 blocks ↓
Total Size: 778.87 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: 399.32 GB
    • Received: 3.58 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.