Loading Tool

Explorer IconExplorer

Memory Pool

40,224 transactions
27.23 vMB
0.05927678 BTC
Random Selection Loading Transactions
Max Size: 142.42/200 MB

Candidate Block

Mining Attempt 54f148297c1ef7238a8790cac95f6b44f02ce1001549c9683f047dbdd3df6999
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root a01632f5e8c05ec9e600ee78ae9bc3f333bc36088a49528fd1d35e21c83976d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,700
Size: 1.00 vMB
Total Fees: 0.00867719 BTC
Feerates: 69.10 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (130,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,321 784,321 000000000000000000016aaa1f4f756a26255d8eb429b2ae59f4b615d3f005c8 3,332 1.00/1.00 vMB 22
784,320 784,320 00000000000000000002aa3f89c7fc16179d8586e0a2ff77a03c6a62778be37f 2,529 1.00/1.00 vMB 33
784,319 784,319 00000000000000000002af57d0eb8831ab64bd38f5b67aa68efad184607d012a 1,585 1.00/1.00 vMB 23
784,318 784,318 000000000000000000024101abd522f7c4d48625cccb38b8b0f9c6ddbbee40e9 1,231 1.00/1.00 vMB 14
784,317 784,317 000000000000000000024e50447e091b0b780366318859d494cca1500f585498 2,399 1.00/1.00 vMB 18
784,316 784,316 000000000000000000004df3f68b4e01a4146565a58a8e201cadcfd154f7d170 1,391 1.00/1.00 vMB 20
784,315 784,315 00000000000000000005187bec8a0c69c67eacab80f339207032b1a60c5e62b5 2,317 1.00/1.00 vMB 23
784,314 784,314 000000000000000000007427a9ff69e4a819b0d6fa2f294c10f92e7392080410 1,742 1.00/1.00 vMB 16
784,313 784,313 00000000000000000001eae7a81cbf4e681dad5046201a1164c621b3fd59b8b1 1,739 1.00/1.00 vMB 17
784,312 784,312 000000000000000000053593c6d4763e838e8f0b9df400a2d418068788862ce3 2,674 1.00/1.00 vMB 23
784,311 784,311 000000000000000000000f61673ebf8bbad82cc805961f4018c5472a20eb9618 3,193 1.00/1.00 vMB 34
784,310 784,310 0000000000000000000501cb24b4ef1451160cef392fe2f6c169846e2dff0315 3,181 1.00/1.00 vMB 23
784,309 784,309 00000000000000000003148e18adf7ce9aee3912fccd5554cfe7f2d9324c582c 2,122 1.00/1.00 vMB 37
784,308 784,308 00000000000000000000e48814e4ddd62410660e6b1f7aadb67ea0ba0956bdef 2,484 1.00/1.00 vMB 23
784,307 784,307 00000000000000000001564af5824dc7ff59dc26258f8ba8c2a88e7adba8876b 3,157 1.00/1.00 vMB 22
784,306 784,306 000000000000000000056db264c72bfa5f28943ced2a6a4b9a8a2ef20b8f0e0a 3,498 1.00/1.00 vMB 34
784,305 784,305 000000000000000000049c721e90f407dd00025756ba42384d0823dc99cef1ad 2,764 1.00/1.00 vMB 28
784,304 784,304 00000000000000000003d5c634fa46c6ac821f9bcc0555e395ecfadc25404ba7 3,259 1.00/1.00 vMB 33
784,303 784,303 00000000000000000002d349e84c21933c96507eb9dfbc47bcf80214db7c6e86 1,818 1.00/1.00 vMB 30
784,302 784,302 00000000000000000004edb163e2e8db1afcbbcdc83cb7d89afd73170cb49ebd 1,397 1.00/1.00 vMB 13
784,301 784,301 0000000000000000000342f925ad70c9608473a71226a1409df24a625c70e4ed 1,904 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.15 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: 652.96 GB
    • Received: 13.81 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.