Loading Tool

Explorer IconExplorer

Memory Pool

24,934 transactions
5.42 vMB
0.02456954 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.58/200 MB

Candidate Block

Mining Attempt 9db4e76340c2b3714690d709183246071966f5c2d92142cf5b60885eee403513
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root d76183786aa973f231d7e2922e0ca2a7721bbbb4506478ed4ecd97403ce55417
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,282
Size: 0.43 vMB
Total Fees: 0.01151838 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (775,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
137,795 137,795 00000000000000e17a6317a9e1ee50eaef2dd149a31e3d62d2546917e2897919 138 0.05 vMB 591
137,794 137,794 00000000000004df27c613df732ea3e4125bb5177c25e30015ce449fbec68d85 31 0.01 vMB 205
137,793 137,793 00000000000008d7d8ffc6cce33fa715118beb7c3e392ff32d033fee3b82275f 62 0.03 vMB 102
137,792 137,792 00000000000000423a980807caee224d4cb2d4d35b3d7f106606f5f0e0574b19 6 0.01 vMB 510
137,791 137,791 000000000000091dcb715519bff0ee486eb8dc99041a037bfc836cf1d2268234 80 0.03 vMB 182
137,790 137,790 000000000000036566a3a917b8ba4663c790bf21f029623a0953cd1377b1e235 21 0.02 vMB 974
137,789 137,789 00000000000004ed8801515fc23881413591c871f8e7be017f3ab59c92ab0cdf 136 0.05 vMB 581
137,788 137,788 00000000000002c3296022555f22bdea9c6d8f63dab0a95d390de4d93e09db5b 6 0.00 vMB 57
137,787 137,787 0000000000000315ad32fa42b1d43cbea8a00d28e5e536dd9262e9eab07518cc 8 0.00 vMB 719
137,786 137,786 00000000000000f04546b832fd4b05031d660925ec44f0fafbb0d69dfbd97967 31 0.02 vMB 180
137,785 137,785 0000000000000572317b6ef63b8c76afa6a6470e06a11e76d4066e375e31ba2c 23 0.01 vMB 395
137,784 137,784 000000000000084c6d1230805d73fb52f1bb039fa239e4f05133e5448e8cbdfd 68 0.02 vMB 88
137,783 137,783 00000000000005c24bcbe41948d582b85d34a6d307a1ecbe985c3c008a26149f 14 0.00 vMB 15
137,782 137,782 00000000000000aa9966c0e0499bb82619f4ad45d176cd87e638253bed91ca37 21 0.01 vMB 59
137,781 137,781 0000000000000520818a44dc559c217f01441d2fd7d1547c94aac0652338f63a 17 0.00 vMB 163
137,780 137,780 00000000000001ed0c8ffb96db98c36a15a081efd9d47491e3f625ca94cef46b 136 0.05 vMB 158
137,779 137,779 00000000000005225bdc004e876202646ace7d82b44a3aa1c63e538f1d5564e8 20 0.01 vMB 475
137,778 137,778 00000000000009b984a64702f60988b935d14ce05b441a40c8852dce0ea9ad92 25 0.01 vMB 303
137,777 137,777 00000000000002e578fa5925e0ff093fb05bbded6f69761ccc55661773ffb4b9 4 0.01 vMB 980
137,776 137,776 00000000000004e64b985675545b5fa6d5dc58f01af82ac98bb69de4b9fc8b16 55 0.03 vMB 99
137,775 137,775 00000000000004435861eba491766777f303273a1af49ade905fa0a87dab1191 25 0.01 vMB 167
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 76
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.56 GB
    • Received: 0.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.