Loading Tool

Explorer IconExplorer

Memory Pool

73,943 transactions
28.52 vMB
0.07184028 BTC
Random Selection Loading Transactions
Max Size: 169.04/200 MB

Candidate Block

Mining Attempt 7bba6623bc7751d723752c49b324da31a2e36a6d2d8160f316f49811faefea0a
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 289b3b97b01998185b91e650c3d9d2c14078be22460c5c82b8bff240ce93ee27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.01462423 BTC
Feerates: 250.89 > 1.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (276,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,216 638,216 00000000000000000006c0ed96584a86d6eaefc520b17504387f4e5611f5f16f 2,848 1.00/1.00 vMB 37
638,215 638,215 00000000000000000004c91638b9aa3dc155c04fd56e023e7e503c82876bd7d8 1,262 1.00/1.00 vMB 22
638,214 638,214 0000000000000000000aa4b0f5859516ec84bd7a5a11029f1fd33ef293e208e5 2,389 1.00/1.00 vMB 14
638,213 638,213 0000000000000000000efb6c42bb45c80320226d25c4332328464a0385f98d72 3,015 1.00/1.00 vMB 26
638,212 638,212 00000000000000000006cf31d7d6e4247dff36d8fd9279dc4c93e838c0f04e6f 2,576 1.00/1.00 vMB 32
638,211 638,211 00000000000000000005b671ab865fdd9c747117d181e3772d44f60082e457ec 2,235 1.00/1.00 vMB 25
638,210 638,210 00000000000000000005bb69c63827cca1a0d5a20f41bb1ed0e98729ef4866f8 2,658 1.00/1.00 vMB 28
638,209 638,209 000000000000000000058eae69543d1add99179179c6ca91772ed680631fc495 2,940 1.00/1.00 vMB 36
638,208 638,208 00000000000000000005188a045fd2a52f3be9baf6e8ba71b218746c117a0076 3,095 1.00/1.00 vMB 52
638,207 638,207 000000000000000000094d01ffb4fe0a66792589d2bd6f802188d14a18cba8cd 2,849 1.00/1.00 vMB 28
638,206 638,206 000000000000000000000e92f5e3bf2cbd057b2e7723d82b5d20bc5167eb9bae 2,516 1.00/1.00 vMB 38
638,205 638,205 0000000000000000001196c000254cb02de9bb3f2c55800287a6eb11a7238d7f 1 0.00/1.00 vMB 0
638,204 638,204 00000000000000000002420e19b44042100de5074c09afafcbf685c90aaa05c2 3,356 1.00/1.00 vMB 50
638,203 638,203 00000000000000000004639b59ff7e3b236e1a9ea2e2a03f683e3afa4c35cdd4 1,923 1.00/1.00 vMB 11
638,202 638,202 00000000000000000005e7c513d1f6de02ec0e78b6582abc2bb7735909050515 2,371 1.00/1.00 vMB 7
638,201 638,201 00000000000000000004fd43628a6bc5bad397f1ce78ba9d2ddd6184f2290dae 1,956 1.00/1.00 vMB 28
638,200 638,200 0000000000000000000fb6a4d6f5dc7438f91a1bc3988c4f32b4bb8284eed0ec 2,624 1.00/1.00 vMB 34
638,199 638,199 000000000000000000067807ac2f364231852e0c62557a7e97b15a2619e6f7a6 1,914 1.00/1.00 vMB 17
638,198 638,198 0000000000000000000c368682f4dff2344556f6b06d52136ca2e941b76f6a47 2,559 1.00/1.00 vMB 13
638,197 638,197 0000000000000000000b85280e59ea739c40d3d223597304ba847a5617240fec 2,922 1.00/1.00 vMB 25
638,196 638,196 0000000000000000001120e63cb1cc877faa8025e9f11191cb2a78debd5e0014 2,918 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.