Loading Tool

Explorer IconExplorer

Memory Pool

38,249 transactions
25.90 vMB
0.05132850 BTC
Random Selection Loading Transactions
Max Size: 134.26/200 MB

Candidate Block

Mining Attempt e704e611e2010e4aa0c48fadf23e6bb3389d8e99adf9f578e91f23c4f3c53266
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 93153be4f4668f19c41aecc30dcc8aed5c8760f401eb2ba82e8933adc488d22f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,971
Size: 1.00 vMB
Total Fees: 0.00413861 BTC
Feerates: 60.16 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (118,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,288 796,288 0000000000000000000277c4964a8c936cc73f10a569978c2d4aec009d70410c 2,730 1.00/1.00 vMB 37
796,287 796,287 0000000000000000000215abe846ac5190fc7b95df34211ce649b5f7df835ae0 2,998 1.00/1.00 vMB 26
796,286 796,286 0000000000000000000224c0922f4da82b6a64865a3593079b42811aeeaa1cf9 3,350 1.00/1.00 vMB 17
796,285 796,285 00000000000000000004f501d08b1731bf1cb732a144e32945f4ca99de01a59a 3,681 1.00/1.00 vMB 34
796,284 796,284 000000000000000000012937a1f51aea8087744e503c90ae8fdbe8e3a30e338d 2,256 1.00/1.00 vMB 17
796,283 796,283 00000000000000000002ee9ca3a149e8620e27bab1297aed347f81b41d3dab08 2,978 1.00/1.00 vMB 22
796,282 796,282 00000000000000000003e90ba53bb19553c720bb8a41f04976c3eafac697c4f5 4,021 1.00/1.00 vMB 35
796,281 796,281 00000000000000000002acfbb2aa1f2945ed51018b416892ab4f70baf8e4d473 2,926 1.00/1.00 vMB 29
796,280 796,280 00000000000000000000694511f04abb2c5ccfaf66cf1d0a7b555abf8ed20e3f 2,656 1.00/1.00 vMB 24
796,279 796,279 0000000000000000000472537232e8ccae2f70bc050f0253bdac598da1a5cc4e 2,822 1.00/1.00 vMB 24
796,278 796,278 000000000000000000039dd0afbe9082c6f7bf6db2e3f34791c8896814dd79b9 3,822 1.00/1.00 vMB 34
796,277 796,277 000000000000000000028b3663dca47c72bfb5098e964484fdeda5d1af5a45a7 3,968 1.00/1.00 vMB 44
796,276 796,276 000000000000000000030c019d60b9593b4e84a64aab4be3c9a6f9633d7f785e 3,227 1.00/1.00 vMB 19
796,275 796,275 000000000000000000024a14a51a3950a90c96b72a6d044cccb9f473d5c413b8 4,517 1.00/1.00 vMB 12
796,274 796,274 0000000000000000000495cd7357289e4dc2fc6801bf27974dcc2c418ffb59c6 3,418 1.00/1.00 vMB 20
796,273 796,273 0000000000000000000323a9038bb133f03dc2005ff7ce4704391d109ca5f08a 3,639 1.00/1.00 vMB 27
796,272 796,272 000000000000000000017d933cb910318d2c3ada8e6242810e8ab5632019c7e7 3,311 1.00/1.00 vMB 21
796,271 796,271 0000000000000000000487dae43e7bf81414251e73f0b82ed57dd48404efd72d 3,892 1.00/1.00 vMB 17
796,270 796,270 000000000000000000043cdd7ee7962419aabb40b04f3abe72a02ffdcd265e08 5,407 1.00/1.00 vMB 13
796,269 796,269 00000000000000000001c4092522c752fda132c83d4abfab9fcd5be491e9e06b 2,274 1.00/1.00 vMB 16
796,268 796,268 00000000000000000003631e98ca51ffc6bfeb6bbef0134cd71683d257da65be 3,317 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.