Loading Tool

Explorer IconExplorer

Memory Pool

37,623 transactions
18.30 vMB
0.14764976 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 95.86/200 MB

Candidate Block

Mining Attempt d4430b0249f58fb67efd561a061c27719919c7ccf5f063b3d5bad176dd2dcbe8
Version 20000000
Previous Block 00000000000000000000926daeda5a782c2ce98296a630ce9671c72457592e4f
Merkle Root a788fb2abcb62e2ae4d405d6a14ddb72ab6cb07d7c915d5a4e4b888d690cd815
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,071
Size: 1.00 vMB
Total Fees: 0.03064025 BTC
Median Feerate: 3.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,330 (748,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,722 164,722 000000000000066ffb3b593b548c5a814650f80f8f7f7f447bdf2b1d90fea759 8 0.00 vMB 80
164,721 164,721 00000000000008d2ee99c3328503dce0bdbf17dab5d1643b187b119aec40ee26 87 0.04 vMB 108
164,720 164,720 000000000000014e1e84430ca91259af2b78a8b93d7b9b1796b1f7b568c67b13 71 0.03 vMB 61
164,719 164,719 0000000000000522831207aceedaa57efeda243dff26adc48826ac357a3cf065 5 0.00 vMB 31
164,718 164,718 0000000000000a0be96be443421002299bb59110b2a7aa0b842503bcafb4f20c 5 0.00 vMB 56
164,717 164,717 00000000000006761ea9461a7c5865424c563661709fc3804ad71f280305552e 7 0.00 vMB 181
164,716 164,716 000000000000013a2ad5edc61185a6e670d5be2a86ad5ada2894ff059b2b8afb 1 0.00 vMB 0
164,715 164,715 0000000000000b3ceef068d0601441030b4c231511fb6f68caebcf3970161730 20 0.01 vMB 68
164,714 164,714 00000000000001c53740c5f968ca83bfa46abbd6e2b3f04872d74d646525d225 8 0.01 vMB 29
164,713 164,713 0000000000000adee8bbf029eb138ca57918f2e3a5d8e211ea97005a0836d52c 33 0.02 vMB 194
164,712 164,712 0000000000000acbaea63b7ddaf817fffb509e3064389ad8e60e7baaaec40776 36 0.02 vMB 152
164,711 164,711 000000000000012b29655f6ce96d05e818dc65eeb1345c9788f0a7367fbc11d0 72 0.04 vMB 519
164,710 164,710 0000000000000971ef41c86157372ae9795fefb645e220e7ee0e0878d3c847ff 75 0.04 vMB 85
164,709 164,709 00000000000001c711d6f44f3dcaacd95f99354d0d9b2b83e509fab453848b11 37 0.02 vMB 345
164,708 164,708 00000000000002a85d5483c9815235a8c97fa290352a3d7844164d49c665f103 11 0.00 vMB 393
164,707 164,707 0000000000000a4b92c43799751fc6fd358aed9944c70b07d13ff444759e451f 25 0.01 vMB 747
164,706 164,706 00000000000008e32299a60cf932fe0621d6e2ff0e86b987879d904030303ace 133 0.05 vMB 283
164,705 164,705 0000000000000287a172a8d115635c3022653bb6498e1753751e9be7d3e6c2c2 18 0.01 vMB 66
164,704 164,704 00000000000007cdb5db25c042cccd646c72592a005c86210722d18efb4b8000 26 0.01 vMB 454
164,703 164,703 000000000000077c7344b0a833e241e4bed231dbab10d4a21eacba1cd1e80067 21 0.01 vMB 428
164,702 164,702 000000000000056543d17dd56ff8641cd430d239ae4fde73fcbbbc6bbed512ec 22 0.01 vMB 162
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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