Loading Tool

Explorer IconExplorer

Memory Pool

40,338 transactions
17.76 vMB
0.15208263 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.09/200 MB

Candidate Block

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

Blockchain

Blockchain Refreshing
Tip: 913,321 (747,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,635 165,635 00000000000000dee7a2361d127f166d43eb8cfe4d97fae73ab99bd497c0ec3a 118 0.04 vMB 78
165,634 165,634 00000000000009f37d2d1d8efb5a291644e80149949e082e014ab884194f26a7 13 0.01 vMB 125
165,633 165,633 00000000000008ef5ec509662b67559ea51eb3499f5224485c8587cbcedb45af 140 0.05 vMB 52
165,632 165,632 0000000000000918c45eecb1abf9398b95d61593f5bd281e73bf5fed8ec59a85 8 0.00 vMB 0
165,631 165,631 0000000000000801a2c269b46301001d664ab88fc94916aace97c72ae8bfecd1 26 0.02 vMB 100
165,630 165,630 0000000000000b743fe089ae4f1726b279dd643992b98f929bf9ca97baa0b863 31 0.01 vMB 378
165,629 165,629 00000000000005c51fdd9966b3277830b9a492a033d80729c6c830324270c6e9 17 0.02 vMB 46
165,628 165,628 0000000000000894c41a5daef649f5c0961156d703e31a9c32399a68db5ba4f9 56 0.02 vMB 4
165,627 165,627 0000000000000244ebddb2c53206b97160fa98ac4a84835d4c060de267327b50 95 0.06 vMB 103
165,626 165,626 00000000000003a27110a020a67c6a27de535f8db21792f496a6a6a7980973b3 59 0.03 vMB 258
165,625 165,625 000000000000098f248c8a953f754a0bcfec068c6d99d732e9172c2a8a667885 34 0.02 vMB 84
165,624 165,624 0000000000000467276cf0e315c783a8dd9756ee8d0bd869dd4e23aa109e3d70 11 0.00 vMB 46
165,623 165,623 00000000000007b529d4c6ab44ff44dc48030a344ce9fc39da54e423d98ca35d 34 0.01 vMB 52
165,622 165,622 00000000000007cdbd3e93246e5ec6ac6f3c262fa50412a518a03fd3615df306 19 0.02 vMB 72
165,621 165,621 000000000000058d4af937fb554480f3f7f9d8243685050ae6ef7417108b0aac 48 0.02 vMB 153
165,620 165,620 0000000000000125a19b6a993c26ecad36da584d69ac528a09fe2c4d5618ecf3 116 0.05 vMB 55
165,619 165,619 000000000000065140304096c76ac7852b6c2a4dd05687d181b69a1a42e44a24 81 0.03 vMB 148
165,618 165,618 00000000000009c50d97504221d0161afe459afb8648ac34325493756fe82f83 29 0.01 vMB 34
165,617 165,617 0000000000000697a03d1688cca14c4431815099428d0c2ebab0ebe35166c20c 6 0.00 vMB 3
165,616 165,616 00000000000006923e3df8e3e0028588e1f715af29d2d6bd9339d3e6b85d41fb 29 0.03 vMB 53
165,615 165,615 0000000000000aa391c057603674888e2d3e30486b291fb825cc5b6317d4b235 109 0.03 vMB 7
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: 90
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.36 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.