Loading Tool

Explorer IconExplorer

Memory Pool

6,380 transactions
3.09 vMB
0.01030894 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 16.84/200 MB

Candidate Block

Mining Attempt 2630f07be31e5f1e3a849e996299c324d3d82b0d9ff8c12be51e95ce2195e267
Version 20000000
Previous Block 0000000000000000000112ffd371287b3c84509c944a570407db8fd21ee1339f
Merkle Root ded0c7bdba165a19764a3c6072c62d8ba24240e12a21667a64fa7b275a55c4fc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,113
Size: 1.00 vMB
Total Fees: 0.00779399 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,492 (752,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,979 160,979 0000000000000d9c5f63d6cfa42683ec7228fb6ca83d647cc24fc0b178b28d91 4 0.00 vMB 52
160,978 160,978 0000000000000d03503948a10b7f502593ab53491235b703c1c59234ebf5ebf0 32 0.01 vMB 237
160,977 160,977 0000000000000b6247fe3ef89303b22554532315cc4fe39f59bd4c89ae828b8f 9 0.00 vMB 0
160,976 160,976 0000000000000328cfdfa776d26cdfe16b39aa5fdaf3c61792a01a09156e04d0 94 0.05 vMB 39
160,975 160,975 000000000000007a55fd7883cae34b953b4048466f278c6c35ad789fbe6bdf34 7 0.00 vMB 135
160,974 160,974 00000000000007452ac64a60f48ef5414d1d26b8b4d204bf2d4bc311daf9af98 17 0.03 vMB 120
160,973 160,973 000000000000073ef92e118ce14ca9463b3a8d7ff0eeda9552f068966e22c11c 19 0.03 vMB 48
160,972 160,972 000000000000012405db5000361fa48a5b9535fa45746cd06391a5e75ffd2fc6 13 0.03 vMB 9
160,971 160,971 0000000000000950c4185216f47afa977ec1bea4103ae3e1226ce7f1000a2a61 8 0.00 vMB 395
160,970 160,970 00000000000000009fc1be63bb5ddcd5a689b1771c5997ad19e462c5a6af8647 12 0.01 vMB 33
160,969 160,969 000000000000028f036532d2d7677664a40c4acae4181b82e41598613cccff4f 8 0.00 vMB 45
160,968 160,968 0000000000000e202426051581431f769f6ea06ef5ca9e8cda909492bd26bab9 80 0.03 vMB 116
160,967 160,967 000000000000051b22ebf11ee69483c43852e1297b526a58108e069925a7e9f8 44 0.02 vMB 135
160,966 160,966 00000000000002184a635a94dd91e20f201f6c1de6defcbd37612028fbd284d9 36 0.02 vMB 117
160,965 160,965 00000000000004154e92ad023caa877dde7c17cadfc1f1a04850cae150f826c7 159 0.04 vMB 1
160,964 160,964 0000000000000c9778e526f74400dbd2bc971a4636660284fca486e484e048d2 129 0.05 vMB 112
160,963 160,963 0000000000000dccbc539dc7b7feff2a807b4e3d01af7fd4dc110cd8991c9e7f 13 0.01 vMB 21
160,962 160,962 0000000000000bebd5c014a5c1b1eefaaab56ca430714230d2781fe2d493c656 14 0.00 vMB 57
160,961 160,961 0000000000000b53c4d0c27a2127904dc593f3774aab7a5597cbec01eb57427e 54 0.02 vMB 111
160,960 160,960 0000000000000cebad78a69c3e6a33943bdb92747278cb658ac203308207ae80 14 0.00 vMB 251
160,959 160,959 000000000000093325f27e68cfee91006ef25e658c31b44171dfa18706a4b71b 31 0.03 vMB 252
Previous 10 blocks ↓
Total Size: 779.72 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: 363.90 GB
    • Received: 1.74 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.