Loading Tool

Explorer IconExplorer

Memory Pool

84,996 transactions
23.70 vMB
0.07298390 BTC
Random Selection Loading Transactions
Max Size: 157.65/200 MB

Candidate Block

Mining Attempt 107f11702fce365b5dc917d30d1311c8b331486217aecf241d50358834042268
Version 20000000
Previous Block 00000000000000000000c40d2812dd0c6aa412ffd573b3e751c192c7e4839138
Merkle Root b97daa977c4c39b12ed330cdeeb06859043048f5b4626d40d3f3e8f68e7da985
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,993
Size: 1.00 vMB
Total Fees: 0.01597820 BTC
Feerates: 178.73 > 1.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,833 (854,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,683 61,683 000000000ba54e703a8678185bfcbef1b77212de7b01f77be05e78b12dddd042 1 0.00/1.00 vMB 0
61,682 61,682 0000000006dec68d80ae24de4ea96097840682072b35759670e6f4b710d9512e 1 0.00/1.00 vMB 0
61,681 61,681 00000000099868958ace3b6ca3887aab8a5a8b879ab6541f8b53823ea19ebe20 2 0.00/1.00 vMB 0
61,680 61,680 0000000004208e8ea73a2db236fa1c1ffdc87a63e2329acdf492d030c6b37c41 2 0.00/1.00 vMB 0
61,679 61,679 0000000002bdfb7e6ce8d41654482459b6372baa1b4348213d63f688abedb9c1 2 0.00/1.00 vMB 0
61,678 61,678 0000000009dfbe0f8bbd514870071ea91529191039392bcb39774378ab4cec29 1 0.00/1.00 vMB 0
61,677 61,677 000000000a0aff13456a4ce289c28d4988d152d304259f591c0e214a2e6d525f 1 0.00/1.00 vMB 0
61,676 61,676 00000000034afdad57e5e4213d9ad74c501aa3c285e7b0d865976cf89f5ba004 1 0.00/1.00 vMB 0
61,675 61,675 0000000004376d852512b702e9e01169750de076f4dc2569c3f5e0e803edad0a 1 0.00/1.00 vMB 0
61,674 61,674 000000000a933b46ce403bcf7589307483f62da2d06467f845cd43e7822f6f8f 1 0.00/1.00 vMB 0
61,673 61,673 000000000be6d77389ec39e5fb183a4bf52084de9f062ae1da72f164e688be12 2 0.00/1.00 vMB 0
61,672 61,672 000000000c5185688cdf4b2c7e7bca965a8096ddc88cd0b8df8c9e3ad1f4fac7 1 0.00/1.00 vMB 0
61,671 61,671 000000000a59d2ee016a0ca7730748ec1bf465116f605276c7ea566089775222 1 0.00/1.00 vMB 0
61,670 61,670 0000000009c82078b20293141d20459719a496e9ff57034764bb5ed72e234ec7 1 0.00/1.00 vMB 0
61,669 61,669 0000000003b11f2aa51cf8ea09d5080ca055861572cee22db6a04b6abb5cc686 1 0.00/1.00 vMB 0
61,668 61,668 00000000095313554302b6c98385a9cd0dfcbae389dcc7055a2ce91bc7b4640b 3 0.00/1.00 vMB 0
61,667 61,667 0000000004da839cd6bf5262e1d21e94855b79d276c0dfc282a59be3d70d906b 1 0.00/1.00 vMB 0
61,666 61,666 0000000004fa331d17b0125168368c34ba1b9543e39b2a6654390e2081c30f90 3 0.01/1.00 vMB 0
61,665 61,665 00000000050fe10c6b989c41ec415fdd65782a6f0a3c4bc465e28bb0a212dfbb 1 0.00/1.00 vMB 0
61,664 61,664 00000000072e5213ac452157f9e2adb2b8b1fa52d2d1090a50abacc967186d97 1 0.00/1.00 vMB 0
61,663 61,663 0000000005ddc1e3ea78fbe6dfec961fcc7638aeb5d119d0713971c2ccd34ddd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.81 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: 791.68 GB
    • Received: 21.82 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.