Loading Tool

Explorer IconExplorer

Memory Pool

81,927 transactions
30.66 vMB
0.10071472 BTC
Random Selection Loading Transactions
Max Size: 184.08/200 MB

Candidate Block

Mining Attempt f308318e06cfc9d046f116c07f4c650c75fae0a4f706ee0b84609a27fefa39b2
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root ca6192754fdd0bbad25a1dbae23a14ea45fd58fae0d9889aff77524c4c59dd06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,477
Size: 1.00 vMB
Total Fees: 0.03505219 BTC
Feerates: 150.77 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (496,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,067 418,067 000000000000000003c0377b3784819da6be447bffddbb09cc55f970e96f3b31 1,053 1.00/1.00 vMB 33
418,066 418,066 0000000000000000014db35098399ee271e0c34cfc474553742e315cd99ae561 2,171 1.00/1.00 vMB 56
418,065 418,065 000000000000000001998e047b8679dc0aaeefea4784edebfe483118116e04f7 971 0.98/1.00 vMB 32
418,064 418,064 000000000000000003dffc89a7c3f4290b4b1f4a06abbd097097bdac2ba1711d 1,656 1.00/1.00 vMB 34
418,063 418,063 000000000000000004be218654fe276b56fb2e9ad0b0aeaacd2b1d9eba171202 2,651 1.00/1.00 vMB 78
418,062 418,062 000000000000000003f9da80935bacfbf883aef7e8843ccf1b3b3be73eb2c9a5 825 0.36/1.00 vMB 63
418,061 418,061 000000000000000003ddf2a525d2656e1e6c9dab448018c96a1558b1412afd56 443 0.99/1.00 vMB 20
418,060 418,060 0000000000000000008a43438ecf6ffe2da4b38fb40831200c7a09c3f554c5a2 1,032 0.95/1.00 vMB 31
418,059 418,059 00000000000000000335f273c64976f2afd6122be3dabb3e74aebfbdacbe9889 1,793 0.90/1.00 vMB 56
418,058 418,058 00000000000000000066ffdb82a367bfa7c4075e4aac334d7b5f2cf7e339e10e 778 0.99/1.00 vMB 21
418,057 418,057 00000000000000000497d07ef45f580cc60e12cfc83e05bd9053165a3d10a4c4 1,905 0.95/1.00 vMB 58
418,056 418,056 0000000000000000004d1809e789b13c46364e9d2fd6b304c4857500796c5fbf 1,226 0.73/1.00 vMB 51
418,055 418,055 0000000000000000009e27fb359f826dd00cd078ca6816d6b7712ce88f485b7e 1,621 1.00/1.00 vMB 43
418,054 418,054 0000000000000000030616a1559db553a9f9420f2f1dff3d45a720697dbc7cc2 2,398 1.00/1.00 vMB 85
418,053 418,053 000000000000000003f0f1d1b3ebc456c3213f79562ad6fd9face7029b248423 951 0.40/1.00 vMB 59
418,052 418,052 000000000000000002f0d456e665a1cb6db7c6a655249fa51702f88bde9460a4 784 0.93/1.00 vMB 21
418,051 418,051 00000000000000000448ae13e237eee1c1cdb248b8a7db8469353adc639d9159 2,438 1.00/1.00 vMB 73
418,050 418,050 00000000000000000239637a98ed0950cf49a3e95ae583bcb96654f7bc3f5b55 1,272 0.71/1.00 vMB 48
418,049 418,049 0000000000000000008137683288d8a71a8d0a0518dea28045cdc649542d19c4 1,808 1.00/1.00 vMB 40
418,048 418,048 000000000000000001548cc44b5c9806935b5d0d4c01cbbec85e31e2b10bcfdc 1,963 1.00/1.00 vMB 39
418,047 418,047 0000000000000000016225ffb895bc23862decf4d11b8c3c3af3a34992e9bca3 25 0.01/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 782.37 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: 663.67 GB
    • Received: 14.93 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.