Loading Tool

Explorer IconExplorer

Memory Pool

80,230 transactions
29.86 vMB
0.07499039 BTC
Random Selection Loading Transactions
Max Size: 179.77/200 MB

Candidate Block

Mining Attempt 31c4a4df8e3aafd1944090d9caa6a37102eebb70149e3d294239b7c1b4dbd706
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 25a6483aead048f1799931894c3c1a6a70f1bde18ba537c272c0ead010549168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,931
Size: 1.00 vMB
Total Fees: 0.01383966 BTC
Feerates: 197.70 > 1.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (496,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
418,046 418,046 00000000000000000464b1150d6bb13f8f9425a9aebe18606599fd61135a3572 2,622 1.00/1.00 vMB 53
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.72 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.