Loading Tool

Explorer IconExplorer

Memory Pool

76,292 transactions
32.38 vMB
0.08762166 BTC
Random Selection Loading Transactions
Max Size: 188.49/200 MB

Candidate Block

Mining Attempt 3c3a1e3f89f2f9b8624bc790ffcb8aad773471167c3814356060b10454cc2d0e
Version 20000000
Previous Block 00000000000000000000306b96e3b31d22cfa53534f0832b3813ac0a701b0454
Merkle Root 50b7b8cff2308192b679d21977134eed981ae216a7a2803caa274f696bf6a028
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.02374427 BTC
Feerates: 151.12 > 2.38 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,505 (355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,150 917,150 0000000000000000000118e3b69125fe455cf818ebc9f442c3cd34d89f8efe3e 507 0.16/1.00 vMB 4
917,149 917,149 0000000000000000000196710ded31939402592df11bf08742a9e0abf8f5d4fa 4,740 1.00/1.00 vMB 1
917,148 917,148 00000000000000000000640c62ea117eda5933c69938ed11ac768f95545d1936 1,313 0.46/1.00 vMB 3
917,147 917,147 00000000000000000001d1f98611bb860e3c9137c9a4e3ebef42abdd3f3932ab 5,707 1.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 786.68 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,008.98 GB
    • Received: 34.46 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.