Loading Tool

Explorer IconExplorer

Memory Pool

87,007 transactions
33.27 vMB
0.17292419 BTC
Random Selection Loading Transactions
Max Size: 197.91/200 MB

Candidate Block

Mining Attempt 439836d69fe01fd2bfc404d4a2f6a9aab50e399fc61c94058940b2068c20194f
Version 20000000
Previous Block 000000000000000000015b1c046093066aa33e210dfa0ba05e643d5c26e5c99b
Merkle Root 6c7abd5eb076a489e345f3a216d4e02cc50b440425bab68412438b387fc616e2
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,177
Size: 1.00 vMB
Total Fees: 0.05105434 BTC
Feerates: 100.53 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,521 (379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
917,125 917,125 000000000000000000006e10f872cfe3d62f374b20322c91ff537d78a8f6c7b0 3,157 1.00/1.00 vMB 2
917,124 917,124 00000000000000000000760a4d7386ed9074d8311337402b67987795ba574f4d 3,313 1.00/1.00 vMB 4
917,123 917,123 00000000000000000001a65f3e0a6324a118e99647077371370326760c5ae0e3 3,088 1.00/1.00 vMB 2
917,122 917,122 00000000000000000001f9a0a2af8b54196fa25f20ef610b24f6adb3d023f77c 7,042 1.00/1.00 vMB 0
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.79 GB
    • Received: 34.65 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.