Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,302 transactions (0.69 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,987 000000000000000000022b910000000000000000000000000000000000000000 0.69 vMB 2,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,986 (726,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,880 185,880 00000000000002b8abdccc4efcc9657880ba3060589f8dc531e789a6db4ba5cd 0.00 MB 8 0
185,879 185,879 000000000000082279bf1da12cd5c40d1c30ce37c8cb8418ff586e104c2ecf38 0.05 MB 146 122
185,878 185,878 000000000000011a1ca07c6733517e06f97f5b671c542f5a86035e23fef5681d 0.05 MB 135 87
185,877 185,877 00000000000007562201022ddb5178b86bca55df9fb0e734711411a2b0b27e9b 0.11 MB 267 119
185,876 185,876 00000000000009809958a21da58bcf5e6e42375f9fdbd322d135a088a2d01609 0.01 MB 32 197
185,875 185,875 00000000000007f45f820e5990925576a74932269e962ad3ee4fe952a676648f 0.10 MB 197 111
185,874 185,874 00000000000003f64d44e63d0d2d28c5dc3620f0d7bf40b1b5ced97e36544269 0.00 MB 9 19
185,873 185,873 00000000000008f06651294851f7d2408e1f71291147e35e5e6aee37c407f86d 0.00 MB 6 0
185,872 185,872 0000000000000008f224f59f139875f1b69e50af5f6d34173195bb250fff8413 0.01 MB 35 61
185,871 185,871 00000000000005d7ec3827359e7f42c2207557e47b240ece608f926b26a49614 0.01 MB 23 57
185,870 185,870 00000000000000fc2ce7cc671cc498bbc33bba2007f1597e6ac19a9123fadf9f 0.01 MB 30 88
185,869 185,869 00000000000002e91bbc285d0f455ce1f431db558a1c8931e2f368cc92aa2854 0.03 MB 64 156
185,868 185,868 000000000000093716a7863845163f98c086b2b2631c68c53b5243402b49fcc4 0.10 MB 64 92
185,867 185,867 00000000000005503aed2adb97bd400fac878f34caf37b46346d6472d04281ca 0.09 MB 184 154
185,866 185,866 000000000000009e7f1bdf4ff4195867dab226835f247fc78437dbcbf123a247 0.06 MB 128 113
185,865 185,865 00000000000009a7b47a83ab830777a35914c0eb62b6755640529428b6e09293 0.05 MB 165 31
185,864 185,864 000000000000060c3c378411b2129df9808216298ea0f603bdd2740b4f0e2708 0.00 MB 9 17
185,863 185,863 000000000000018cbabb58460f5aedac3263095125686eddded4b6344d8116fa 0.06 MB 126 115
185,862 185,862 000000000000041b749743bcc2cafd38b05af93978712045b30b6454ef2534a7 0.09 MB 246 126
185,861 185,861 000000000000091fab584cbc2a5f9b8d56283c6676c41856cfda3d6265d0c280 0.00 MB 8 29
185,860 185,860 00000000000006c338333d1ee48b19a38b4e9a6fe9c991b50413aa80b7768bfa 0.06 MB 126 121
Previous 10 blocks ↓
Total Size: 777.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,503.65 GB sent, 133.76 GB received

Notes

  • This page updates every 5 seconds.
  • 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.