Loading Tool

Explorer IconExplorer

Memory Pool

82,130 transactions
30.95 vMB
0.08949083 BTC
Random Selection Loading Transactions
Max Size: 188.83/200 MB

Candidate Block

Mining Attempt 6f5b87c2c57d5c88fa2ee531da5fab6a9ae1ec33ca83f9621a3fee46e7058699
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root c28f0f79d81678c4a39f032bfd673910d53a467b39241ad30b046992380697f0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,848
Size: 1.00 vMB
Total Fees: 0.02004035 BTC
Feerates: 150.93 > 2.01 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (476,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,993 438,993 000000000000000002d56be58d27555fe2278489974db4c2a81098b597e974e6 2,417 1.00/1.00 vMB 80
438,992 438,992 0000000000000000031b425ce3eb37f16012b41e7303d1a979d3ecd829876599 2,072 1.00/1.00 vMB 68
438,991 438,991 00000000000000000263a5bb45a26f1b6df7da39f81968f2fa183bd0a3d09ffb 1,802 1.00/1.00 vMB 49
438,990 438,990 00000000000000000273d64f96a5215e574311bad2525b95372e8606292a345c 2,315 1.00/1.00 vMB 64
438,989 438,989 000000000000000004087c6302140bbbc69f092fdc78231613d6258998864206 1,989 1.00/1.00 vMB 73
438,988 438,988 0000000000000000037f516cf60aa66bd91d4e1f35e8615481b00eb9d00e568b 1,437 1.00/1.00 vMB 72
438,987 438,987 000000000000000001e9dd386fedd15b4eab0cd69db37dea9e13dc36543527f2 2,629 1.00/1.00 vMB 83
438,986 438,986 000000000000000000e9ad1d0f0d7245d9b3bd7399cf39519fb7afd26d0e664a 1,738 1.00/1.00 vMB 45
438,985 438,985 000000000000000001ed334faeb52a6b6450b2f5f9c95ec24a0b972e64235d61 776 1.00/1.00 vMB 45
438,984 438,984 00000000000000000094dd4b4b56effc08b810d564b292eaae8085353771ae67 1,839 1.00/1.00 vMB 59
438,983 438,983 000000000000000003a6c03ccf863c8ffc8064267a9bc0a355baea7ad079422c 1,957 0.99/1.00 vMB 55
438,982 438,982 0000000000000000017e2df3ab677857bb7d9efa54ce7a54c8f341a5cfa62062 2,468 0.99/1.00 vMB 83
438,981 438,981 000000000000000000829849f828808713faab7b84b5afb2cec8bfe157a92619 2,637 1.00/1.00 vMB 78
438,980 438,980 00000000000000000047ffafd0d955440510a9bb7dfb933512d861e1a7fed4ad 2,547 1.00/1.00 vMB 95
438,979 438,979 000000000000000002c22ddfcae68283d870fc66bd63648795c6ff9023a35d59 1,101 1.00/1.00 vMB 54
438,978 438,978 0000000000000000015f135fb8736124b4ade43ab4405200eae3d0076ec8bda6 2,519 1.00/1.00 vMB 75
438,977 438,977 000000000000000000122f140cc9b57d0d561126d3695e1a9abb51c788304d2e 2,263 1.00/1.00 vMB 61
438,976 438,976 000000000000000003ee459a7b8594ab00f9e69d28990d17e6cfc223ce26273e 2,750 1.00/1.00 vMB 83
438,975 438,975 0000000000000000006d08edb5de875b975d8ab24002f24d350db47bb80e3e07 191 0.15/1.00 vMB 72
438,974 438,974 00000000000000000427e741804889a10a55c30d28391a4abaaca0b1df9c7a8e 2,260 0.99/1.00 vMB 66
438,973 438,973 00000000000000000416f12096c20a0c202592d48a2a0e10d009f0cdabc38bde 1,464 0.63/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.97 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: 715.85 GB
    • Received: 17.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.