Loading Tool

Explorer IconExplorer

Memory Pool

81,933 transactions
34.13 vMB
0.12919095 BTC
Random Selection Loading Transactions
Max Size: 198.25/200 MB

Candidate Block

Mining Attempt cf4745c7dfed882245a4d2cf5e72a8b7a06a0295a8209d264417855aa170b514
Version 20000000
Previous Block 000000000000000000002862a6e4f51f63db63ba12f7c4cf45de030f4eda3893
Merkle Root 9b08255a23f469a6ba9b9ddc857db3a7dc95d15d55a5d82af6371890c433e4e6
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,253
Size: 1.00 vMB
Total Fees: 0.04471656 BTC
Feerates: 453.09 > 4.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,519 (373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,146 917,146 00000000000000000001abc84d493c5894907fa9145ba3f6fa555e0b8cff5485 1,760 0.61/1.00 vMB 2
917,145 917,145 0000000000000000000068ec4fa90b3818d5a009b2bb503a481188004c5dc111 420 0.11/1.00 vMB 3
917,144 917,144 00000000000000000001ad0f85d965dec1f2217bd7c87210baaf680083a9a4c8 4,352 1.00/1.00 vMB 0
917,143 917,143 0000000000000000000147d40a62c27956988907054f8eff75127cfb447a34e5 2,756 0.86/1.00 vMB 2
917,142 917,142 000000000000000000017089161c8db12c92690ccd668c3d14adbffe25f3c0c0 2,745 1.00/1.00 vMB 0
917,141 917,141 000000000000000000000e0abd02a5a919a6bd0c819d1d27dfda487a0efc8441 4,921 1.00/1.00 vMB 1
917,140 917,140 00000000000000000001d3dea106c06acf6f776002b0f7a54ff0511fa11c16e0 2,330 0.76/1.00 vMB 4
917,139 917,139 00000000000000000000664a2866135ba10b4bda9cf2073902db0468e9810686 3,899 1.00/1.00 vMB 0
917,138 917,138 00000000000000000000f0ae09b83709059651fef01f4aa8682e5dbe579520e8 411 0.14/1.00 vMB 10
917,137 917,137 00000000000000000001ce7eba34655cd172fef55f4c80aabf172edcd3e3645a 4,106 1.00/1.00 vMB 0
917,136 917,136 000000000000000000001ea1970ca2a7a0675b5447e938f3551bd56f6f03bbe3 3,466 1.00/1.00 vMB 2
917,135 917,135 00000000000000000000ccce9cc5a9a042bf0e511c6fd5008e2d7bd6e98741bc 1,511 0.55/1.00 vMB 2
917,134 917,134 00000000000000000000d8944c5576257434d0a2fe6148e87b415f0ee4f2882b 2,279 1.00/1.00 vMB 2
917,133 917,133 000000000000000000003377618070e0f08a803a8a18a35eb9f238f5b1c052bf 1,615 0.39/1.00 vMB 3
917,132 917,132 00000000000000000001f4cce3fb970c046f7ddb18c28fb0264774aa173ca1f3 3,515 1.00/1.00 vMB 1
917,131 917,131 000000000000000000007bf6f1d5e73e5e93f86feedadf9e97fea7f91088b355 4,036 1.00/1.00 vMB 2
917,130 917,130 00000000000000000001b3f3cdb521806daec0ea32c360369fb380b2574609b8 2,780 1.00/1.00 vMB 7
917,129 917,129 0000000000000000000170b65ece419f1faac1ed5dfb712ad61248c1fc6b46bb 359 0.09/1.00 vMB 4
917,128 917,128 00000000000000000001a7f987c92c36bf5275978f39725d15e87eed1f7475cb 4,822 1.00/1.00 vMB 0
917,127 917,127 0000000000000000000040acda1cf344465935e48b6db1fd76e631a755821e14 3,465 1.00/1.00 vMB 3
917,126 917,126 0000000000000000000017842f034c30984f9aaedd845798f40cafa8b63f7103 4,798 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 786.71 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: 1,009.45 GB
    • Received: 34.61 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.