Loading Tool

Explorer IconExplorer

Memory Pool

35,959 transactions
26.85 vMB
0.06380715 BTC
Random Selection Loading Transactions
Max Size: 135.69/200 MB

Candidate Block

Mining Attempt 067ae7e85b64dab452e053fecfdf20d3fb524968c7d173914dcdd9f80492c01b
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 7f1dd115875db8dcc76d4b884818ac5503a3ae280ede174693cd550eb6469045
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.00536791 BTC
Feerates: 45.66 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (167,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
746,969 746,969 000000000000000000020773c1b063b213cfa782f9b922e02b5316e0bd4be17d 2,822 1.00/1.00 vMB 19
746,968 746,968 000000000000000000052354bfe0e64a8fdd9e56a5da3ea8d7db6c0262ea23ac 3,427 1.00/1.00 vMB 20
746,967 746,967 00000000000000000008de28dab492b18fb4a50b9dabf1bc87f122d1ee5bd749 3,286 1.00/1.00 vMB 21
746,966 746,966 00000000000000000001712e6c4d63b74d3ff5f1687913b913ce0a2c5c698ce0 2,593 1.00/1.00 vMB 10
746,965 746,965 0000000000000000000923c3fd31c6e0c22936c76ae46acf6d3a7295553e8bd8 2,655 1.00/1.00 vMB 15
746,964 746,964 0000000000000000000602d20ee4368b65a19379462ccd4a59855605db18907f 2,813 1.00/1.00 vMB 26
746,963 746,963 00000000000000000006c9f1194ce7ff75c5f265d5520878e9e9392c3c8ff203 1,210 1.00/1.00 vMB 1
746,962 746,962 00000000000000000000e33a8ce2003214dd49f309f85f6922871cbc2c76eff1 2,546 1.00/1.00 vMB 11
746,961 746,961 000000000000000000068fd04835b45adb60e29acad61b7ee7da715685e71e86 1,987 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.75 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: 631.33 GB
    • Received: 12.06 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.