Loading Tool

Explorer IconExplorer

Memory Pool

40,317 transactions
17.76 vMB
0.15192329 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.06/200 MB

Candidate Block

Mining Attempt 45d2e3ff4e83bdaed80dcc2e1a19d7f789e6ec2dadc267196e0d930438de8363
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root f7044ca16133ebdd02e2dad82c227d106988c7aafc12ed3c16ce71468d63cbb8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,321
Size: 1.00 vMB
Total Fees: 0.04424070 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (748,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,596 164,596 0000000000000c13eb8241980cb551fcb6eb4c34610bf9c5c57205ac18af9604 18 0.01 vMB 210
164,595 164,595 0000000000000874536e1c25f87ab438ce254b02da3159d34005f362bb754af1 31 0.01 vMB 45
164,594 164,594 0000000000000c2d1866bdbd1368794e19f08c1a460abeb371c3efef59382110 74 0.03 vMB 61
164,593 164,593 0000000000000649f5c205c698cd71dfaba5f89f774bf59d14b7cf56eeab8bbf 18 0.01 vMB 140
164,592 164,592 0000000000000aa434fa02d6764707d1448929020494a1db6e1e1070a77446c8 35 0.03 vMB 76
164,591 164,591 00000000000008232b03863e28183596815b6a2ae132c9513482a969b285e4d5 7 0.00 vMB 17
164,590 164,590 00000000000005b86d61f8658f4a00f5d95741342e84484d6a620dc829ea65f0 28 0.01 vMB 29
164,589 164,589 00000000000009c0b9a2fda3be160af53f2cd16606f28ca4f0a95f9e0fa7a54f 10 0.00 vMB 50
164,588 164,588 00000000000009916b4483544e64fc4ed3c49dcce98b31bd6ae2f177504f36da 137 0.04 vMB 4
164,587 164,587 0000000000000bb937cf6485df05de5e16b51debe03751300bed936bb114ea57 90 0.03 vMB 149
164,586 164,586 00000000000003cdca8868a25fb05e9595928d155189ad8b6fa3ec81ecccd851 94 0.05 vMB 106
164,585 164,585 0000000000000861d9df9585d1c33b567d7e2059caa95c98f4b18533a7a0e60b 48 0.02 vMB 204
164,584 164,584 0000000000000b527cb42f916b2f9d7fdd3b7b57a05878a214ee73bded97fb03 24 0.01 vMB 120
164,583 164,583 000000000000044252a8814ddd9eb924c809802566cbc0eb3376c0e3e454d8b0 35 0.01 vMB 63
164,582 164,582 0000000000000106e864118e0084e77bd1b130a343de70502cd954f6cef14ba3 15 0.01 vMB 296
164,581 164,581 000000000000007c4d7b7cb440fa99d64a863cc13f9a688712b53099907c84be 12 0.00 vMB 45
164,580 164,580 0000000000000107fbd1d37b1c6c1aabb5124850fda1ea18f222fd40925630bc 96 0.05 vMB 42
164,579 164,579 00000000000001339cd47f205aa5692b04c0b747ca90ecead39b5f934a044fc6 1 0.00 vMB 0
164,578 164,578 000000000000079a9c3ea56375371b860a83a7fd8d559e0df032f5a1516b8807 1 0.00 vMB 0
164,577 164,577 000000000000033617a6329d6cc3329f7a91f80d2ecc49eb6a7400eb52945f73 40 0.02 vMB 166
164,576 164,576 0000000000000951dd6179c3645676c95265dadac92e9764db8e98d213134eea 33 0.02 vMB 205
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: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.33 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.