Loading Tool

Explorer IconExplorer

Memory Pool

28,602 transactions
9.51 vMB
0.09961806 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.11/200 MB

Candidate Block

Mining Attempt a17362acf1f3f2056f3ef9b3387c934345cbb1f8253d4a111c0bc3a122d42b46
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 8773885f5fd505a39bbb3964e096504de2e602e0c680af7fc7097fffd3d24153
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,479
Size: 1.00 vMB
Total Fees: 0.02831087 BTC
Median Feerate: 3.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (694,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,709 218,709 000000000000038e92cca8058f82e0a982810a46a2e659e5b32b799e06fe4643 359 0.25 vMB 101
218,708 218,708 0000000000000004919bdfa01cc8c697b40a4a78b75dc9c81d7ee0082bc9446c 615 0.20 vMB 242
218,707 218,707 0000000000000087d8b25c38855456c72a8fab347c581205c52d5c32e60042af 621 0.25 vMB 209
218,706 218,706 00000000000001eac80082224bf88df5a86b1d4faaebbfac6c69f9ac5f40ac27 500 0.19 vMB 217
218,705 218,705 00000000000001edc1728bae9b05247a9a5ee75012043fd9f4d2575a89acc20c 243 0.12 vMB 168
218,704 218,704 000000000000022ce5c2cdc4ad536a6404d2799a66dc73600bf6e6da4e4e3e97 289 0.15 vMB 158
218,703 218,703 000000000000024fac95cbf4f3f74f8640d146e2cbd955d1355233b4f18a4aaf 407 0.20 vMB 196
218,702 218,702 00000000000005a6893592b7a0b96785ed737f6ff7a1c4db2b440ed9e5ce889c 479 0.17 vMB 210
218,701 218,701 00000000000003a30177081c5f1f0d9df799e3473762a5a0c572c5bef4777ad1 242 0.12 vMB 150
218,700 218,700 00000000000000af4b09344842f89a60cb9f423c2532ea32fbfad37eb23cd236 405 0.20 vMB 171
218,699 218,699 00000000000002345323914ed262d313fbdcc9cac7023e88a2da1f1fe28154e1 351 0.15 vMB 174
218,698 218,698 000000000000012482fb8a4eb9f0862e54474226f08715324ae178ef3914dd54 100 0.05 vMB 119
218,697 218,697 000000000000002d608351996d26fd22d2b36daccfb3f1de6753a839626b441f 225 0.11 vMB 242
218,696 218,696 00000000000004478668f6ca90cccc3104864e6a8d3d76b5c2e865328f8e8679 29 0.01 vMB 211
218,695 218,695 0000000000000449d509274d2749a62d9e003403746417b21c5d0c0df67417f8 254 0.21 vMB 126
218,694 218,694 00000000000002cd0b831737fbf1bb63ae2a0eff73d8e09bd908e840f0c4f204 469 0.20 vMB 182
218,693 218,693 00000000000005567355240bc747afc36ad754077766959ea293c9bf8b5e89c3 97 0.05 vMB 170
218,692 218,692 000000000000010422e85320f49fc36905bfc341054f65a4398a4322888f735b 102 0.03 vMB 125
218,691 218,691 0000000000000546c20ec4faa73168d6529ff588f943376ddc43ebafa5a564a5 10 0.00 vMB 342
218,690 218,690 0000000000000026c443dda5fcd891509b7df5e9948f70efbb0bacb14850f8b8 121 0.05 vMB 146
218,689 218,689 00000000000001ff05ceb33b0cc38520316719b7bd172e380c9fb84f5fbc6802 442 0.30 vMB 59
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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