Loading Tool

Explorer IconExplorer

Memory Pool

40,695 transactions
17.88 vMB
0.16144874 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.80/200 MB

Candidate Block

Mining Attempt effa7d39eb39515827e4e2aaa9d2de08f5bd94d8f26a72f011f497623a135e33
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 26617879a3e39e1b32dc801ffd96c548b983d3be15df78667928e761b0cd9b4e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.05035184 BTC
Median Feerate: 4.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (718,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,869 194,869 0000000000000799280ceb32502ffbd5995acb652eced32ea1fef73ffb82417a 6 0.00 vMB 3,101
194,868 194,868 00000000000004015cde267b168dd2fd4e9e3ab17d8e1c553b3d4b3c507021a2 325 0.13 vMB 234
194,867 194,867 000000000000064ba18acf076d54b49814a4fb537eca6462d901b9b0ee1b60f5 137 0.05 vMB 89
194,866 194,866 00000000000003f919f92359632029ce3f69e4dd54682669f1b8694490a00afc 614 0.25 vMB 146
194,865 194,865 000000000000022039a0bca935971498b9c638d81aff2bc3bf078462fca87061 512 0.21 vMB 202
194,864 194,864 000000000000079d69546ce805e9670e5dc65e2b4a33a442815c59dd4e3fe848 80 0.03 vMB 199
194,863 194,863 000000000000074d24954936dbcb614e66e3fd79aadb58945d37110e4eb926e9 132 0.05 vMB 135
194,862 194,862 000000000000057757efdca5b4dc5a861f09cfe904da363a3614ee3314de5f33 454 0.23 vMB 156
194,861 194,861 00000000000000c4ca80b231c7b3e9947cfdb0685203c4fcb149c76aa4e745f3 162 0.05 vMB 189
194,860 194,860 0000000000000377d62faf534cb8c9420087283d80fad19c63fa008428edeacb 616 0.25 vMB 148
194,859 194,859 00000000000005ce2d50390fd90b3bc15e678f24d6b527128f5332fcd734ed65 99 0.03 vMB 353
194,858 194,858 00000000000004b9fbd904c2ecaa1c43308bc32b7881f4e13397d43563eab9e5 7 0.00 vMB 15
194,857 194,857 0000000000000133ac2db084071c44dc4551506baed504e62dffdc350f70e14d 263 0.08 vMB 272
194,856 194,856 0000000000000323207f379898ddab0a866a022906d034ef23a1aff56762ac6f 435 0.16 vMB 158
194,855 194,855 0000000000000097a4f3f1dcae716a63dedc7a6fbbb22d618016455409e4acb0 538 0.18 vMB 247
194,854 194,854 00000000000003ec68be6c1671caec099ce2266b66e241a2e92d7843a74f7e6e 267 0.18 vMB 116
194,853 194,853 00000000000000b7ec3bdfe91d63cca4193d115c2021b825d602b9559b29c847 537 0.21 vMB 164
194,852 194,852 00000000000004d0e4727eb34e169a1fd36bbb8d7f1265f1b6180ded6fcb1dd4 157 0.10 vMB 96
194,851 194,851 00000000000007a2702656c6f69db9cf732a677376d13c204bd450cc738a878f 398 0.17 vMB 174
194,850 194,850 000000000000000b4f43bf1bc55a9e58021912774adb6e2c7fdeeb4c797cbd33 34 0.01 vMB 240
194,849 194,849 000000000000071ca23759dd4143ed95aed0ac88776436a4a5c63b06180676bc 117 0.05 vMB 118
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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