Loading Tool

Explorer IconExplorer

Memory Pool

41,181 transactions
26.27 vMB
0.07394391 BTC
Random Selection Loading Transactions
Max Size: 136.85/200 MB

Candidate Block

Mining Attempt b890789213fd46d33f08abb20ae0f55b689ab81fd7535c56baf45cace0f392fc
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root d9a9f8de35d7098ea9d988dffe41125bd9be2df7221501fd8e0a6df3bef0b2a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,788
Size: 1.00 vMB
Total Fees: 0.02579460 BTC
Feerates: 150.98 > 2.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (130,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
784,300 784,300 000000000000000000046e57d3c5d5ba3d8311a83ec0efe1ebe0142f4ab19a96 2,762 1.00/1.00 vMB 21
784,299 784,299 00000000000000000000df1072b381603f20d3e6877cf4689c743e90d2dde719 2,393 1.00/1.00 vMB 12
784,298 784,298 00000000000000000000d6d0b01a920e0c6b590154a95e06f6d62211b24d1206 2,403 1.00/1.00 vMB 12
784,297 784,297 00000000000000000000e58f6d58e6020dad2c13d48f1fc8e01d20301f829026 2,279 1.00/1.00 vMB 6
784,296 784,296 00000000000000000000da22a2cf6701b2fcf6e71240643d9d9ad0635815219a 2,851 1.00/1.00 vMB 23
784,295 784,295 0000000000000000000460cfa99370db2056e1a185807d6d4084b2d51292099f 2,299 1.00/1.00 vMB 17
784,294 784,294 000000000000000000030dc17e23a8ca7490c2842122f2d816d17fb09c30c18d 1,912 1.00/1.00 vMB 6
784,293 784,293 00000000000000000000958d05bc0870a6c7c904bcfa5e50b551430ef00fe35c 1,038 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.