Loading Tool

Explorer IconExplorer

Memory Pool

40,947 transactions
27.96 vMB
0.07385439 BTC
Random Selection Loading Transactions
Max Size: 143.60/200 MB

Candidate Block

Mining Attempt 849d36eee8d8e46ab4fadcbce169270226d79edec94d98583cd62719682accb7
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 9eb5f6c1dd8ab8257dca78cc8f2657f5ff7c9b8a6363da253b0f91e144efa9e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,735
Size: 1.00 vMB
Total Fees: 0.02011239 BTC
Feerates: 101.49 > 2.02 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (167,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,990 746,990 0000000000000000000758f8a0429bf6154b2901fbf05c149cfd6a605961c84c 2,092 1.00/1.00 vMB 20
746,989 746,989 0000000000000000000446b2981f37d773a585d9f63d5526809dcb9db77ae226 3,284 1.00/1.00 vMB 19
746,988 746,988 000000000000000000041be40493bd398d14e49715d5edac82f4787f973c12d8 2,525 1.00/1.00 vMB 13
746,987 746,987 00000000000000000003724d548b6a8a2e9aeaf070e75f3a711683457367a1bc 1,951 1.00/1.00 vMB 5
746,986 746,986 00000000000000000005eeced796c83052861d4af30ffaa63c718fcecb6f5e35 3,461 1.00/1.00 vMB 10
746,985 746,985 0000000000000000000911414f9e1ed9c3558606ebe73d62c493344e0994439e 2,477 1.00/1.00 vMB 12
746,984 746,984 000000000000000000098d2e57414fe9cf848365481404e6472433f6ed4de5ad 3,092 1.00/1.00 vMB 18
746,983 746,983 000000000000000000022ec8d3b9b6daeae3cca45c4105b2d190e2b070722e4e 2,300 1.00/1.00 vMB 12
746,982 746,982 000000000000000000069692ad3c63ff968877274724ca99b0c4d5b1830c2204 1,136 1.00/1.00 vMB 15
746,981 746,981 00000000000000000001d46ac6ff781c58f36fb67f58d1f515ab0010bdc03def 2,790 1.00/1.00 vMB 16
746,980 746,980 00000000000000000000a384a93dd03377aa3137e383d435aac395b667ff70b8 3,120 1.00/1.00 vMB 22
746,979 746,979 000000000000000000074ea55b9561d7620fa2e31de1b3d15a6a3e8b08fd7255 1,921 1.00/1.00 vMB 25
746,978 746,978 00000000000000000007726fc0dae25b756f7ec13e0641caf394ab59d9ed95a3 2,921 1.00/1.00 vMB 15
746,977 746,977 00000000000000000008ee8b9b4f7e6ca624b535f1f175d8eeb9c3de014415b9 2,524 1.00/1.00 vMB 11
746,976 746,976 00000000000000000009df95ee626497c34679d3f29cde1e93edc3cc5b338029 3,667 1.00/1.00 vMB 23
746,975 746,975 0000000000000000000025c754d63ce9e717e28b1af4bc1f0ef226f28bce7acf 2,649 1.00/1.00 vMB 19
746,974 746,974 00000000000000000008e4875e3680e7b75d43858df63b798c40c063f876f37d 2,615 1.00/1.00 vMB 11
746,973 746,973 00000000000000000007cc022eca565759b4707ffd030bf61c009c085a26b194 3,209 1.00/1.00 vMB 23
746,972 746,972 000000000000000000037c364330d8e570f348980437923d4ee359266c5dab03 3,116 1.00/1.00 vMB 12
746,971 746,971 00000000000000000005180b78c4ef6d6856897ac319b3b580a7a94e7c374bba 2,725 1.00/1.00 vMB 16
746,970 746,970 00000000000000000007ed632f3634bd8c55d428568a7ec74f2ce70aec4400b9 2,802 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.76 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: 632.53 GB
    • Received: 12.12 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.