Loading Tool

Explorer IconExplorer

Memory Pool

82,295 transactions
31.11 vMB
0.12131989 BTC
Random Selection Loading Transactions
Max Size: 186.19/200 MB

Candidate Block

Mining Attempt 5847f72043dee7e761a2d85211787fe0ba3d73d04000b710e3bdcf7cd7d50ade
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root f485902217310d3483361059ece0b19b33c18e5855b9793cb865123bf89d84ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03609612 BTC
Feerates: 101.42 > 3.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (439,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,288 475,288 00000000000000000016b5bdef8366fc74c5d20819410c9a5a8aa10743e208d0 2,081 0.93/1.00 vMB 234
475,287 475,287 0000000000000000012757b2a998a132c993a8f43a096f3e87ea70845f4058c1 2,226 1.00/1.00 vMB 182
475,286 475,286 000000000000000001343d6974acb5dc251387a5b3361886e1f5f2c814d309c7 2,284 1.00/1.00 vMB 117
475,285 475,285 00000000000000000037cbe802fa0ed0e8b7117007498c9f363385706606ed15 1,707 0.82/1.00 vMB 209
475,284 475,284 000000000000000000d5180e426305def8fb0ebeed1e37b43dba80a2e60a2fc6 1,845 1.00/1.00 vMB 109
475,283 475,283 000000000000000000498ae0bb643a073aa34e6f1ec788e1d459f5cdc49f7ec4 1,394 1.00/1.00 vMB 78
475,282 475,282 000000000000000000971249f8c4c9b206df40b1272e92457275fe0fa111f282 1,594 0.99/1.00 vMB 216
475,281 475,281 0000000000000000015f1b421006f608aa7eee9da573c9e5c1454319c888bcc3 956 1.00/1.00 vMB 74
475,280 475,280 000000000000000001402caa5dcbb2cf5e2fd8b053fcd00786c1e76948994842 1,720 1.00/1.00 vMB 41
475,279 475,279 00000000000000000013bfd0c7b4cd07be591565ed4c1b18806dc75c5a4150bf 1,810 1.00/1.00 vMB 234
475,278 475,278 000000000000000000b43bb4162374befa73a882efa6279d87cd3f11548cff59 2,048 1.00/1.00 vMB 146
475,277 475,277 000000000000000000ba4abbae0d0f5b6bb0a26a8838b6e42eaa7e8dd1af1ead 1,452 1.00/1.00 vMB 112
475,276 475,276 000000000000000000fd7bc655398d8295e079c205a6e2dd3481becf76472d9d 189 1.00/1.00 vMB 6
475,275 475,275 0000000000000000016eb1f78d440200bf13b8f08f5ff3f6eec58b53235248c2 971 0.99/1.00 vMB 56
475,274 475,274 000000000000000000d8347250c724bbbfe9a1078807f7d2fcb95da587abb8ab 753 0.50/1.00 vMB 122
475,273 475,273 00000000000000000179efe50236dd94482ca72c8677bf53a62fb1c8ec876315 990 1.00/1.00 vMB 97
475,272 475,272 000000000000000000d93f26e21deae6f04168a1cab45354b3c76ea891b490fe 965 0.48/1.00 vMB 136
475,271 475,271 000000000000000001766a5ef0289017a827b1271b455823ecf58fa1c3456d6c 750 1.00/1.00 vMB 17
475,270 475,270 000000000000000000f1a99a41152861b9b9235ef7b46074f45c06d043068e48 1,875 1.00/1.00 vMB 188
475,269 475,269 000000000000000000cd6b2707a5542991f08a02f1ade2b5faa8af8dc4f45d9a 1,592 0.84/1.00 vMB 126
475,268 475,268 0000000000000000003dc29a93dda4699f2ecf80f8d935f3d3d76780aa04f58e 2,106 1.00/1.00 vMB 209
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.