Loading Tool

Explorer IconExplorer

Memory Pool

13,851 transactions
3.26 vMB
0.03384002 BTC
Random Selection Loading Transactions
Max Size: 22.81/200 MB

Candidate Block

Mining Attempt 3440e5d90c2876b46aadcab505dd3dbb2675eff203d6b5665d3b509ad48d8d79
Version 20000000
Previous Block 0000000000000000000151f4233ed9c2500e58ade2d7579780c701784c30a358
Merkle Root ff311b251a2e4ed45992f64e6a12da30881e70a1f4ce7c24b9e02e74e843be42
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.02863777 BTC
Feerates: 150.75 > 2.87 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,144 (155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
937,989 937,989 000000000000000000003d0b2fde484bb5fbdc4f6e62b78447215a16a4bd414b 1,339 1.00/1.00 vMB 1
937,988 937,988 0000000000000000000197b9f7057f303aef1f4fa62d2b2d7ea3a28fb203461d 1,292 1.00/1.00 vMB 1
937,987 937,987 00000000000000000000c4c17b923a6224e0450c5467a3797fbfbb3571312954 1,199 1.00/1.00 vMB 1
937,986 937,986 0000000000000000000163eb88a60abe7b8ad65128585ab11b87280107c41746 1,458 1.00/1.00 vMB 1
937,985 937,985 000000000000000000009b03d7bd31202d46d0a5dac3b50bf6ff0674b0ac2fc3 3,153 1.00/1.00 vMB 1
937,984 937,984 000000000000000000001c04f97d926cde2d9d5943a96d81944bf5d26cb07fa2 3,227 1.00/1.00 vMB 7
937,983 937,983 0000000000000000000034f35ff3c2f92b94d6fc2cf6f6e82c40b99645504b59 3,328 1.00/1.00 vMB 2
937,982 937,982 00000000000000000001cc8532ebe9ee60c4568c30b88c48e1f8a79c183d94eb 3,908 1.00/1.00 vMB 9
937,981 937,981 00000000000000000001076fae9e1357b649ed3718f07fb3d7c476208777043a 2,688 1.00/1.00 vMB 2
937,980 937,980 0000000000000000000175facb61b1a48d3a41eb92a4c4504cafcb5e19ca11b3 3,320 1.00/1.00 vMB 0
937,979 937,979 0000000000000000000047880d5cddffd8a3d9c614ae69ba5e725cc1e6980a3d 4,758 1.00/1.00 vMB 0
937,978 937,978 00000000000000000000aaf06ff1312fe167573b219ea0695dff540d5bb671eb 488 0.15/1.00 vMB 3
937,977 937,977 0000000000000000000105c6fa253e3b715ba97327b26e623b3efd98cc33a934 3,391 1.00/1.00 vMB 1
937,976 937,976 00000000000000000000ee995fd3825588a3ec24828dfd5e93f98c6c50af2101 3,741 1.00/1.00 vMB 4
937,975 937,975 00000000000000000001ba947879be6c056436e66f606baa19d9285339891c85 4,247 1.00/1.00 vMB 0
937,974 937,974 000000000000000000004398389075658a0345af8f9199373d119832e6b08a1f 3,642 1.00/1.00 vMB 2
937,973 937,973 0000000000000000000070a4f13701e296d269805c53ea25a9fa2f3cf78e614e 560 0.16/1.00 vMB 2
937,972 937,972 0000000000000000000084e4bac77ff525a9fe79918e8c1b2218afa61c66d276 3,656 1.00/1.00 vMB 3
937,971 937,971 00000000000000000001cfa5cc010a4a1aa7a91d7b9060338e1460d385c56667 4,385 1.00/1.00 vMB 0
937,970 937,970 000000000000000000011b66ca4ef4e45a062484e8f9d3007c4931bbfdeb3093 2,497 1.00/1.00 vMB 1
937,969 937,969 00000000000000000000118d3c69b595319a988e6c4968f4e01ba481547d2e83 3,515 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 823.40 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: 4,083.42 GB
    • Received: 223.64 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.