Loading Tool

Explorer IconExplorer

Memory Pool

80,786 transactions
30.49 vMB
0.08963263 BTC
Random Selection Loading Transactions
Max Size: 186.12/200 MB

Candidate Block

Mining Attempt ef7beb69b92432b96ab2b93ea04dfa3d2fa58751f157ed2717a6c83807c1e056
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root dc56f4a90ce8ed01465d478d219b35877401afeb9be19050e67e72bef6c721ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.02030318 BTC
Feerates: 151.00 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (23,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,053 892,053 00000000000000000000c1e77fb5b816fc2367660d89c79afc283f8875ec06df 5,084 1.00/1.00 vMB 4
892,052 892,052 000000000000000000004db3d0e9e223739e944362767a5d10c9cbf58b3c5c9c 4,579 1.00/1.00 vMB 7
892,051 892,051 000000000000000000005d96fa37eb112f5a99b689c52307b4478a24542b0fb6 4,779 1.00/1.00 vMB 7
892,050 892,050 000000000000000000002b4ee31f8bf8f1187c3c0a22a62d702be95732fddd5e 4,436 1.00/1.00 vMB 8
892,049 892,049 00000000000000000001ceca0cc0d2518bd77bdbf70e21e9ad6d63223e8c7681 2,851 1.00/1.00 vMB 8
892,048 892,048 00000000000000000000d9e24bfa3f6a1a1f380672ff3a0445e06dbf0f3e0219 1,409 1.00/1.00 vMB 4
892,047 892,047 0000000000000000000196f89795ae600c500fb5d9fe2d024ef662ce0c421331 1,351 1.00/1.00 vMB 6
892,046 892,046 0000000000000000000057839779b43613e2c51eb76011318cf3e1106a3fbaf8 2,493 1.00/1.00 vMB 10
892,045 892,045 0000000000000000000241fa86af3c764efdc674f0ab1f232e61f428c1129cb8 3,101 1.00/1.00 vMB 5
892,044 892,044 00000000000000000000727506e35a3cd2f025099f14c7f6fed4d6f5ce07c8f1 1,522 1.00/1.00 vMB 6
892,043 892,043 00000000000000000000a3f2cbe1e2f547609b9901a75760362976f583398d52 2,197 1.00/1.00 vMB 10
892,042 892,042 00000000000000000000f0ff8775444d4c709a5e4e8f5827bf3d76e2f0a6fd7e 762 0.30/1.00 vMB 3
892,041 892,041 00000000000000000000854c16b91a520ec76c357bd50e246018e60f7b213d15 907 1.00/1.00 vMB 1
892,040 892,040 000000000000000000024519fef2caebcd291b74ab50bd3e5e87c47a93b91c57 4,324 1.00/1.00 vMB 4
892,039 892,039 000000000000000000022514760dce8829c379a3661d946983590f51e0dc6624 5,161 1.00/1.00 vMB 4
892,038 892,038 00000000000000000000c7fdfe8fd47d890a250c974191f0f0fdb459bf7363fc 5,146 1.00/1.00 vMB 6
892,037 892,037 0000000000000000000050add5c88efec59dc7955097f5f2f2755bc91f96a7e2 1,911 0.81/1.00 vMB 4
892,036 892,036 0000000000000000000180c23ae5758a1d75ea3cb5afcb6ca6c350fb5866c73d 668 0.22/1.00 vMB 4
892,035 892,035 00000000000000000001f77caf83f3107637bae75e597dca6658ba9c76b22be1 2,349 0.86/1.00 vMB 4
892,034 892,034 00000000000000000000a1658c1e075fe6bf50c280d4cd28939d2b00af98d78d 492 0.27/1.00 vMB 3
892,033 892,033 000000000000000000017768f2aefd4e23d9cfd4a077598a1ed385f3a9e9be17 447 0.26/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.29 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.