Loading Tool

Explorer IconExplorer

Memory Pool

44,432 transactions
28.87 vMB
0.10360932 BTC
Random Selection Loading Transactions
Max Size: 149.28/200 MB

Candidate Block

Mining Attempt ac97bc10cbae527d61469829d31d38da6943d28a5642d5ad757b63543da0dc5c
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root f96443f57cfd2c2715bba837629647d3b710c64e5addcdcf599537b2a873a4ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.04143161 BTC
Feerates: 151.12 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (526,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,963 387,963 00000000000000000c73373d17da8fddf2d063eb498e70bc109cb54fbcabc801 2,982 1.00/1.00 vMB 54
387,962 387,962 00000000000000000b8f54e54345af0fa45d75708946607c41ec5a86fef96ce0 2,204 0.95/1.00 vMB 30
387,961 387,961 00000000000000000623d75576a6ce81fe8c48297e28c7fb41bb56138a84bdef 3,353 1.00/1.00 vMB 54
387,960 387,960 00000000000000000c9e630c73fcf47322c7011cc62b91ae01087b972d3d8f99 1,359 0.95/1.00 vMB 27
387,959 387,959 00000000000000000784d99e2bb00c57bc7909debb9f41c9c1338dde819659c5 1,094 0.99/1.00 vMB 17
387,958 387,958 0000000000000000067b8fd02f0acd29cf4dcb8baaa710e466f0190864f170c0 1,465 0.83/1.00 vMB 18
387,957 387,957 00000000000000000458caf26835a23940746f4997abb3ed4b037d0d963e4811 1,139 0.75/1.00 vMB 23
387,956 387,956 000000000000000002f3ee76db08b5e7b4f98825db07e021243b5a1d5e8c3de2 906 0.31/1.00 vMB 43
387,955 387,955 00000000000000000ae59f30a612ca4a28d743cc70db479b8bd741b5bac89cc6 597 0.23/1.00 vMB 60
387,954 387,954 00000000000000000881a90e3c15b28801507ed0753601d9c67ac6cfc467afa9 2,446 0.93/1.00 vMB 40
387,953 387,953 00000000000000000aacafe4be4880102730e2f7ab0fbe84529727e258d7d1d1 2,078 0.99/1.00 vMB 31
387,952 387,952 00000000000000000c7ee9139c37ff926e270cab3d98009c4e7a3eedd5597cf6 1,955 0.93/1.00 vMB 31
387,951 387,951 000000000000000002b75e2897823c2993e390a129e32423368c4c9ec09865a3 1,133 0.95/1.00 vMB 16
387,950 387,950 0000000000000000072de83bb667f0945e5fa268f1c2c8a26ce3909c2b251099 1,187 0.42/1.00 vMB 35
387,949 387,949 0000000000000000011a6d90fd891ecdb55ae1304a105a95ff5d0ae8c7c2012e 1,649 0.76/1.00 vMB 32
387,948 387,948 0000000000000000050edf9d3d4761b64a1782ebed4bed4039c5aae171a40624 1,971 0.63/1.00 vMB 44
387,947 387,947 000000000000000001a26fd5e5958e0bbd54de092952c1fda1ed89addbcd7381 1,028 0.95/1.00 vMB 18
387,946 387,946 0000000000000000065ae9a8f783280d457e7f6d01e08159f07a3d4255b6b037 1,201 0.75/1.00 vMB 23
387,945 387,945 00000000000000000cb8cbd71a1dfc005d40a9acab07885d409061a1e166c4fd 2,270 1.00/1.00 vMB 51
387,944 387,944 00000000000000000c31d3b77363fe36beef8e811731fe40c2aa62c40559eebe 1,888 0.66/1.00 vMB 77
387,943 387,943 00000000000000000771ef39c31fede029ced754a6a414b9191f96b4fca58b2b 789 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.75 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: 631.71 GB
    • Received: 12.08 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.