Loading Tool

Explorer IconExplorer

Memory Pool

57,758 transactions
33.10 vMB
0.09962807 BTC
Random Selection Loading Transactions
Max Size: 175.49/200 MB

Candidate Block

Mining Attempt 18d3395729ea85716a695aee56c23ec523d2cafb6f641829f4ae2387f1d018e9
Version 20000000
Previous Block 00000000000000000000991d740e75f1083b32c2882366feee6c2e2762793780
Merkle Root 3aee0abff4746a17bd8bb6493f1c40260a255a35218d1af6ebcc9a454e27f840
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.03090624 BTC
Feerates: 2,014.08 > 3.10 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,430 (837,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,915 76,915 0000000000491207beffdc6f5bf34575ad270745c3976c8e428640790dd13293 2 0.00/1.00 vMB 0
76,914 76,914 0000000000242390659674501fc747ef8c96aa4fd33a94a92579ffda1f60c1bc 2 0.00/1.00 vMB 0
76,913 76,913 00000000002f86b1230112ccb43fc84ddf3a97171f01ad594aed7ce6e4087393 1 0.00/1.00 vMB 0
76,912 76,912 000000000062c9cbd7ad0a02fa807585cbabd4224fbec5fea92a040a07f122d1 1 0.00/1.00 vMB 0
76,911 76,911 000000000016bd39bbf5f109d5f53ee2987f6e82d964e740ad40c1c94fc9f3df 2 0.00/1.00 vMB 0
76,910 76,910 0000000000323ced008dd3b63924fae211ddc74e016723d131bbcf14caeb793f 1 0.00/1.00 vMB 0
76,909 76,909 00000000002513c879455cd2b07a96fb89c7bd317e59f05c0a32d9e23cf82b23 3 0.00/1.00 vMB 0
76,908 76,908 00000000000562ae6ff9623a8833b79a080724b0b11e43c52b901a74304c53c4 2 0.00/1.00 vMB 0
76,907 76,907 000000000043e75c486d5a4bb677013da161cea030cd0f72c3d279058a7b61ec 1 0.00/1.00 vMB 0
76,906 76,906 0000000000387c2404fbff7e667a084e2b8bab8e6961689ab512c0ad436bc75e 1 0.00/1.00 vMB 0
76,905 76,905 0000000000475e792da67f59f36d3a660b4188bc24eca1dcb4ea042cce9cac72 2 0.00/1.00 vMB 0
76,904 76,904 000000000004bbdc75a166cff192bf02e51aef67e354b358b0f6210f46cdfbd9 2 0.00/1.00 vMB 0
76,903 76,903 00000000000e09fb447bbc0b075c7c9600ffae9792482cf7a82f5cd9b5cbb23b 4 0.00/1.00 vMB 0
76,902 76,902 000000000036c55e012bb1e7d8fda2ead8ebce0f24821bb50bba2fcae319a84b 5 0.00/1.00 vMB 0
76,901 76,901 00000000000327b313f12a4a9b0b88245e20273de90950e801709558efe2809e 1 0.00/1.00 vMB 0
76,900 76,900 00000000001fe35b487a56686807fc936ff24ef9f6876bb9d2ec2a1c44fc53f4 1 0.00/1.00 vMB 0
76,899 76,899 00000000002fb1e840b02be5b3cfafb3a0f37f611b7945ea821bf8b64e05fc76 3 0.00/1.00 vMB 0
76,898 76,898 00000000001898464878db3f7e7c024e04fcd371fd87e750fc1dba0e81588360 1 0.00/1.00 vMB 0
76,897 76,897 000000000029dff0910418eec2120ede169c5bf9a4482f25f20fc95708ea2f79 1 0.00/1.00 vMB 0
76,896 76,896 0000000000647319c6f47adf76a159fc2fa67c1b6161fb4c056e1de3eeeeeb58 2 0.00/1.00 vMB 0
76,895 76,895 000000000024edef6976277eaf060b8c46051d0a2e4ebd084e4eab2e26fbf13b 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.37 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.28 GB
    • Received: 10.39 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.