Loading Tool

Explorer IconExplorer

Memory Pool

75,563 transactions
27.97 vMB
0.08421940 BTC
Random Selection Loading Transactions
Max Size: 170.12/200 MB

Candidate Block

Mining Attempt b801a6bd6f9ae8400af8e9cb475440272c6df867ef9fbddbc337eab8e09a5beb
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root d13952270b23183b83852296371fc39c87d308863e6a707c276d8c09cd15762a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,491
Size: 1.00 vMB
Total Fees: 0.02411646 BTC
Feerates: 402.60 > 2.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (465,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,950 449,950 000000000000000001dcba112864241ddafcac49eb71c2ac0b85ac7cbd2d79fb 817 1.00/1.00 vMB 56
449,949 449,949 000000000000000000b6986bf2d0a38ed88c85729b0d18afec7fc3383288828c 2,017 1.00/1.00 vMB 78
449,948 449,948 0000000000000000012a45448d71b7583ae420564b629bf814fcc9763ac142ed 2,671 1.00/1.00 vMB 95
449,947 449,947 0000000000000000003e6f96d4c12f10ed56ffb6519c8e6992f2641308bf6ac3 2,398 1.00/1.00 vMB 89
449,946 449,946 000000000000000000a3a746795bfcbc0d7f487185f08c7c4778fb540315ea80 2,411 1.00/1.00 vMB 117
449,945 449,945 000000000000000000da9c2dc7bd739ff4ed81a1838b3eee75214dbe14b0cd37 1,595 1.00/1.00 vMB 72
449,944 449,944 0000000000000000028eecaeb1a0fb290cb47334e86b0825edb7e8b43b1a375a 2,096 1.00/1.00 vMB 89
449,943 449,943 00000000000000000160a97d2c97c400a2df7b41ff2a3dd6f41ffa92ede9b374 2,655 1.00/1.00 vMB 89
449,942 449,942 0000000000000000005dd6e8155848926bed35bd6300d7c6db6393826c5f0585 2,584 1.00/1.00 vMB 101
449,941 449,941 00000000000000000160a1ed7b0f9c9a7a0d37057c50e59187cd5fa95d5e8e27 2,604 1.00/1.00 vMB 69
449,940 449,940 0000000000000000019053bf0803ee8b15aba2da74147ff79ac537097ae24226 1,767 1.00/1.00 vMB 82
449,939 449,939 000000000000000001c8e2647233b326742fd7a37ec82cea2a4fea7e2f20dc9e 2,038 1.00/1.00 vMB 117
449,938 449,938 0000000000000000002de5911acb0ddd1177906d643f2238bb4d4f4b598b2316 2,017 1.00/1.00 vMB 131
449,937 449,937 00000000000000000220ce03598b9669e01988d51311f59aa01920860124c872 2,223 1.00/1.00 vMB 65
449,936 449,936 0000000000000000018805fa1b8ea65903d6e3480f5dda7d0fc030e5fc8b6c19 2,152 1.00/1.00 vMB 69
449,935 449,935 0000000000000000023d744403e760f165ebd55c247e07425eb4a130f89d2fe3 2,589 1.00/1.00 vMB 68
449,934 449,934 000000000000000001828a9d937c48b3b1609bba5c82833c1d62a11ea7ef48c3 2,931 1.00/1.00 vMB 75
449,933 449,933 000000000000000000ee486b7c6d930c3f3470cd653a4dee36f66a3b28f54ea3 2,635 1.00/1.00 vMB 74
449,932 449,932 000000000000000002c3fc452e758456b74b7a7ea576e2aa74fb71e488737042 1,478 1.00/1.00 vMB 69
449,931 449,931 00000000000000000023f5c4393302815ee9a35f82df1323540f63cce750bac5 2,707 1.00/1.00 vMB 68
449,930 449,930 000000000000000000ef82b40225f5574004dd9958fc4ac78182cebad867c382 2,653 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.93 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: 714.68 GB
    • Received: 17.58 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.