Loading Tool

Explorer IconExplorer

Memory Pool

73,312 transactions
28.19 vMB
0.06488695 BTC
Random Selection Loading Transactions
Max Size: 167.28/200 MB

Candidate Block

Mining Attempt 41a542ddff30ff7ca3bffec6331908ed3891f93f99e1c291236a087157ebc704
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 3fc13cb41c77b8e28243ccea282a71ae168fc99f98c3ca4a885ec6bbe57e2507
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,405
Size: 1.00 vMB
Total Fees: 0.00842536 BTC
Feerates: 82.71 > 0.84 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (126,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,149 788,149 00000000000000000003f87d4420db898fc3f59525bca83f493f095ca8732977 3,495 1.00/1.00 vMB 73
788,148 788,148 000000000000000000043f32c2472a63a7c6bbec4aa10e5d107538b5524578c9 4,217 1.00/1.00 vMB 48
788,147 788,147 00000000000000000004c3f08949c67a0ab6e76e4320f41c62d057385fb673af 3,158 1.00/1.00 vMB 63
788,146 788,146 00000000000000000003b6963bb1d1f3deb1b6e23abba57306fd58d3a9abe4ba 2,462 1.00/1.00 vMB 118
788,145 788,145 00000000000000000003a379e5cc747bb2c8c82e0eb5aa54aecf955bced9a21e 3,769 1.00/1.00 vMB 92
788,144 788,144 00000000000000000000f29d11afec03f5bb4b865d3f34a04a446b64c3b75186 3,536 1.00/1.00 vMB 131
788,143 788,143 00000000000000000004805d0b2d82e44ea753a5a4c8eeefc57f1342398adf73 4,250 1.00/1.00 vMB 41
788,142 788,142 00000000000000000005940ea0127256c5248e3cf44a674ed0d4df03d76accba 2,650 1.00/1.00 vMB 39
788,141 788,141 0000000000000000000388f6b5c0f51c24445537af39d7b21daa6afb0dd247b8 4,349 1.00/1.00 vMB 50
788,140 788,140 000000000000000000050f8a75e322f4086c20856cb2bf80d5efbcb377e74d63 4,202 1.00/1.00 vMB 25
788,139 788,139 000000000000000000007eddea9d59b65e06f67b68b03af18815140120a4f2ed 3,323 1.00/1.00 vMB 68
788,138 788,138 000000000000000000010ed2e719320bb8bdea58868cf0bee4897b33b7c20c14 3,802 1.00/1.00 vMB 40
788,137 788,137 00000000000000000000715aee7a3f476d930b129e62509f39d7e2095095a408 3,391 1.00/1.00 vMB 52
788,136 788,136 000000000000000000039da7f933ce12dadf9c967ec13b6f704e139e7912f133 3,615 1.00/1.00 vMB 40
788,135 788,135 0000000000000000000280c7869f79ba0693737dd9e82df6ac4409685e1d49cd 3,763 1.00/1.00 vMB 46
788,134 788,134 00000000000000000002c6ba6a7045c19c0643d7ad55a28c11346befa6ee7849 3,618 1.00/1.00 vMB 94
788,133 788,133 000000000000000000024ecb67e60c8d651907f53a6ba9e6bbe51507c3114eec 3,060 1.00/1.00 vMB 146
788,132 788,132 00000000000000000002cb24fd354e96380d2d9fb06c9467e021e849473f6f31 2,413 1.00/1.00 vMB 146
788,131 788,131 0000000000000000000096cdace16e5df9dfd9a47db5b1f20803124e86e57085 3,236 1.00/1.00 vMB 88
788,130 788,130 000000000000000000018fcda4d5bb2d725edfcfcb36ba11ce9d26ad151e3066 3,787 1.00/1.00 vMB 103
788,129 788,129 000000000000000000002a103113fa577046044d129d647e0424fbd7649cb6fd 3,627 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.47 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: 667.97 GB
    • Received: 15.34 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.