Loading Tool

Explorer IconExplorer

Memory Pool

86,043 transactions
32.27 vMB
0.13191056 BTC
Random Selection Loading Transactions
Max Size: 197.20/200 MB

Candidate Block

Mining Attempt 30e3fdf23ff0086af53f7146e2087d4a5c44c3aaa33e68d77ff36971fdf9deee
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root b9467b75fab2568a5217aa39d145a97a9b9faa16d02f8ae9cd23b1a1cae05bb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.04699476 BTC
Feerates: 301.60 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (218,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,743 696,743 00000000000000000002e0864f9901afc230128551e7a3c6bad6042db3f94341 2,410 1.00/1.00 vMB 14
696,742 696,742 0000000000000000000541bedfeb15ef3fb3d320b4335b26b1ed62c5fd6ed2d1 1,987 1.00/1.00 vMB 5
696,741 696,741 00000000000000000000d9472906b1a1702c7e91a896e780910a75244532229e 2,819 1.00/1.00 vMB 13
696,740 696,740 0000000000000000000cfc6e85e90b6e011dd4c67d290e6751942407a2503c23 2,900 1.00/1.00 vMB 15
696,739 696,739 0000000000000000000f0f17a7c0354107e4d7d968ba837c2468e56ae104ed1e 2,607 1.00/1.00 vMB 6
696,738 696,738 0000000000000000000ebb2e001f964941cadff64da95a8ab1e042c69892b9db 2,871 1.00/1.00 vMB 25
696,737 696,737 00000000000000000011a00efc16f13b4709f44ac9788787b1246f3df880c6a7 1,047 1.00/1.00 vMB 8
696,736 696,736 0000000000000000001131d29189817fb4b7fa62cbd52905958a203e1d7fed78 2,744 1.00/1.00 vMB 18
696,735 696,735 00000000000000000004952c2042810823b45ce37c617f20222f01cf1b922103 1,484 1.00/1.00 vMB 9
696,734 696,734 0000000000000000000189fbf55bff820c85a31fbd5bc9ca7f4d14488a45b6a7 1,331 1.00/1.00 vMB 9
696,733 696,733 00000000000000000005db4a2993c5448e5d7c456ac23b63a54d5a654f826b91 654 1.00/1.00 vMB 9
696,732 696,732 0000000000000000000c9bf8481a2a17ae84ca38dcd1898e6e933ac7ff875b2d 1,906 1.00/1.00 vMB 11
696,731 696,731 0000000000000000000bc59d9bfb1b845544cf81c2bd906cbd472316ca8e22c2 3,802 1.00/1.00 vMB 9
696,730 696,730 0000000000000000000aeef2c5d067e37fea6190f34154ee44cc758251aca0c7 1,837 1.00/1.00 vMB 9
696,729 696,729 00000000000000000001b8b42c335c864931736f66ea7a670d47f9e9ba167795 1,782 1.00/1.00 vMB 15
696,728 696,728 0000000000000000000d11d0e39ebd1bcba87784740a90154501a2c5658bf970 2,422 1.00/1.00 vMB 9
696,727 696,727 0000000000000000000703eed183af80a7cff33f2575519513ac23664a2e396f 3,166 1.00/1.00 vMB 9
696,726 696,726 0000000000000000000009439a28889e9358ad2c84d35b39515b5e85dfdc3c95 3,048 1.00/1.00 vMB 28
696,725 696,725 0000000000000000000d7ab5edf3755d36f6afb9f966f9acbe443661b1608f6c 2,329 1.00/1.00 vMB 13
696,724 696,724 0000000000000000000dbda7bd62b7f0765943cc78972ebe1c3fc1ff15c76d44 2,599 1.00/1.00 vMB 14
696,723 696,723 00000000000000000001627c3856892fd0b7636ff6547c9768db5fb96a097a0e 2,951 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

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