Loading Tool

Explorer IconExplorer

Memory Pool

42,554 transactions
26.80 vMB
0.06553779 BTC
Random Selection Loading Transactions
Max Size: 140.68/200 MB

Candidate Block

Mining Attempt 4b818979683bff5b28d1a58a025b1cfa42691b3a44e960e7673e62a46eef395b
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root d6131646285c447f782500413a3acb3caed553f39447de30987b97f312dd5dba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,028
Size: 1.00 vMB
Total Fees: 0.01499029 BTC
Feerates: 181.54 > 1.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (254,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,459 660,459 00000000000000000005636d0900bfb37a8ae291d36a7126450719da3c943aa4 2,119 1.00/1.00 vMB 20
660,458 660,458 0000000000000000000070f9f397c6990a5d8666a801a0c74ba2e3f599391ed3 2,649 1.00/1.00 vMB 59
660,457 660,457 0000000000000000000672e270aea3e7c96f41bfda0b8360642f204e260fd5a9 2,033 1.00/1.00 vMB 38
660,456 660,456 0000000000000000000ead85fec944e9882557a0b6d40da19ff3d73dc059649b 2,196 1.00/1.00 vMB 43
660,455 660,455 000000000000000000027ce17c7bc2864a99185c6725f3e24b087173d697c91e 3,473 1.00/1.00 vMB 88
660,454 660,454 0000000000000000000882ca544b67b04408d5c07d573aa6e9a6c5a86a925693 2,051 1.00/1.00 vMB 18
660,453 660,453 000000000000000000021587070d630cac74d348b302174b061c230bee4ce012 2,045 1.00/1.00 vMB 56
660,452 660,452 000000000000000000013bed643312c0a91ffba1d0cb9b5a1d04bdcba44829fd 2,972 1.00/1.00 vMB 87
660,451 660,451 0000000000000000000853f6ffd515d8f4562150fc93317d8a29c811b72e1ab9 2,121 1.00/1.00 vMB 30
660,450 660,450 000000000000000000029c07ac7a0f186c4075e8f6815ba53b014489eab43b37 2,034 1.00/1.00 vMB 4
660,449 660,449 00000000000000000000bf2014c3bc94c3b480acf480c2714c0c3faa76dac738 1,748 1.00/1.00 vMB 32
660,448 660,448 0000000000000000000dffc0c1bbbf0e75e356eaeda390e394c17e94ba42b148 2,749 1.00/1.00 vMB 73
660,447 660,447 00000000000000000005ffdf79c7812cba1e942024f86a249231a670aa3a07b5 2,501 1.00/1.00 vMB 53
660,446 660,446 00000000000000000009da8556655837d3b8669590fe65d53e2d1e695f970461 1,771 1.00/1.00 vMB 69
660,445 660,445 00000000000000000007f0caf6ce1fb0f3749848a073a52159b37b6ccbbdb77f 2,636 1.00/1.00 vMB 61
660,444 660,444 00000000000000000008ca8f6f5eb82ccd486535a8a0afa3fc18282e8a8451e2 256 0.09/1.00 vMB 48
660,443 660,443 0000000000000000000b0d42fb7bd1ed9fce5a40fa451117a518153cbbf4c513 559 1.00/1.00 vMB 2
660,442 660,442 00000000000000000008c18507f32aef01205be4f06b808d6e406110055a21d1 1,312 1.00/1.00 vMB 20
660,441 660,441 00000000000000000009a8f499c88eee9b56c473b37a968b57aec666f37cb1b1 1,576 1.00/1.00 vMB 16
660,440 660,440 00000000000000000002967017311ec8cb4d2db7d798ca4b1c8d17142b914805 1,684 1.00/1.00 vMB 18
660,439 660,439 000000000000000000058584d5ed86b405a79bb9b2d39fdda7f28958acbd4f5c 2,115 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.