Loading Tool

Explorer IconExplorer

Memory Pool

65,735 transactions
30.34 vMB
0.07671819 BTC
Random Selection Loading Transactions
Max Size: 171.68/200 MB

Candidate Block

Mining Attempt 5e0c6a35dcf8f2da5e3fb024128156406d6f32221dfc982666028465de63011b
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 5715bb6199ac19c0a299bac860627f0b0654fb960108025a623184d15f7e67b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,224
Size: 1.00 vMB
Total Fees: 0.01773510 BTC
Feerates: 150.93 > 1.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (118,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,292 796,292 000000000000000000003bb069d9d8edc08fc39dc3113e8d4bfdcbda8fceb81f 3,007 1.00/1.00 vMB 12
796,291 796,291 00000000000000000003a050b540adb01df139649c461ac48929f610182c5345 1,687 1.00/1.00 vMB 18
796,290 796,290 000000000000000000029f5ed146b8b58497245a3bfe0127e867dfd10b78dc42 3,384 1.00/1.00 vMB 29
796,289 796,289 000000000000000000052749a26660aca7899019aefe1ca35da1567cae56f342 2,303 1.00/1.00 vMB 25
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
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.