Loading Tool

Explorer IconExplorer

Memory Pool

74,456 transactions
27.58 vMB
0.07368738 BTC
Random Selection Loading Transactions
Max Size: 168.13/200 MB

Candidate Block

Mining Attempt 86b179f5e580098326b3cb140cd7117e1adafd77610bbc8e4b3d33130cb57f6c
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 8ae5202026128a24f1b62c6d32f5592fa9b7e918c4b5eb54a3db5a5e306ce582
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,197
Size: 1.00 vMB
Total Fees: 0.01489345 BTC
Feerates: 98.68 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (327,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,394 587,394 0000000000000000001893f3a9335ae7a29604a27a1948e0a77a1c59e1d81024 2,804 1.00/1.00 vMB 28
587,393 587,393 00000000000000000000277cfe70102982348a1974e5e505762828b4e2fbddab 2,359 0.74/1.00 vMB 21
587,392 587,392 000000000000000000045291eaed217ca35567a0dfab4e9d947e304b8108abb8 2,218 0.76/1.00 vMB 25
587,391 587,391 00000000000000000013b5b6a91792259f3969c31d856b62511b44e283bd69a8 2,870 0.87/1.00 vMB 28
587,390 587,390 0000000000000000001e8682e22d4b9876f4dee0264429676e1712359d36f3f2 757 0.30/1.00 vMB 14
587,389 587,389 0000000000000000000644054aac8e7b6475b63bfa0c29579664e34094cfe798 609 0.19/1.00 vMB 28
587,388 587,388 00000000000000000007ea3767f76afc7f6c26361fb12ec2d4db3d999a161016 98 0.04/1.00 vMB 27
587,387 587,387 0000000000000000000eabdb5c3d7ed6eabd5cab00b5ee9dbf39c978b7b05eac 2,065 0.67/1.00 vMB 23
587,386 587,386 0000000000000000000d1245eee35dc387e7ef3a292c9196060dae23a188ccc2 826 0.30/1.00 vMB 20
587,385 587,385 00000000000000000019fcd81e61c71d1ec1adafc2f42f9377a8720fdc9c3231 2,122 0.74/1.00 vMB 25
587,384 587,384 0000000000000000000f5dae5a824279783b2ac94e395028cf04c3e512cae1c1 568 0.20/1.00 vMB 29
587,383 587,383 0000000000000000000895a1426fec4e7bff62b0fb4c239af6a129a57d340d18 3,187 0.99/1.00 vMB 23
587,382 587,382 0000000000000000000700ce77bde15e83e5e6273c3fe505df0091d667196ae7 1,552 0.50/1.00 vMB 26
587,381 587,381 000000000000000000103cd1cd049134cbe52371965b09b62ed849a67fbc9e8a 1,566 0.48/1.00 vMB 28
587,380 587,380 000000000000000000037dcba5b97af32e14571f82c425cd609449d02b81904e 677 0.24/1.00 vMB 28
587,379 587,379 0000000000000000001421a7dc2da1f4d402801b4890b0529b1b5559e0a1eef6 1,897 0.67/1.00 vMB 28
587,378 587,378 00000000000000000004e9af57ecc2f807c0554d8a2ef28bb5ec17f6e8584ad8 1,223 0.39/1.00 vMB 23
587,377 587,377 00000000000000000012562935d4dd7e8641b907889298a4ba09c2bafbf1117f 810 0.27/1.00 vMB 13
587,376 587,376 000000000000000000012f5d225be9c415cb8a4463038c3e71c046f194604708 2,887 1.00/1.00 vMB 26
587,375 587,375 0000000000000000001e346b1fbac0d589d696dd993854d49fd17e34db1f1c31 284 0.14/1.00 vMB 22
587,374 587,374 0000000000000000001798a6dcd9586cadbfc86b5b03ad2c9ba9bcc36fb57f3f 973 0.42/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.