Loading Tool

Explorer IconExplorer

Memory Pool

34,446 transactions
25.41 vMB
0.06986236 BTC
Random Selection Loading Transactions
Max Size: 129.51/200 MB

Candidate Block

Mining Attempt 1673b76bf1cbb7384e4d6062903aad947ae1c863a9d9a44e57dc4db1732caa90
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root b1e7f4a6a80c5843b56f0b49df07945643b84cab0de4c87cc0f46bd4a868bf2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,179
Size: 1.00 vMB
Total Fees: 0.02390474 BTC
Feerates: 101.67 > 2.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (272,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,908 642,908 00000000000000000001f469f44745c7466602eb029bd43ec5727ec70d846d56 2,066 1.00/1.00 vMB 22
642,907 642,907 0000000000000000000bf13fe97b8478825b735996fabd8754a091df83d70f6f 2,693 1.00/1.00 vMB 18
642,906 642,906 00000000000000000008298b336de0b7bbe5a09f7b69d3ea02450f6be5e441a8 2,142 1.00/1.00 vMB 40
642,905 642,905 000000000000000000067f8e4be172d0fbce75fa23820bffb2d9f822b2d8ecea 2,958 1.00/1.00 vMB 137
642,904 642,904 0000000000000000000990f4e168217fa2eb003d9b0a17f326b9b1aaa4dd089c 2,860 1.00/1.00 vMB 88
642,903 642,903 00000000000000000000a84bef8ee17dc13b4cf332a8973b1ae3b79f6cb6367b 2,061 1.00/1.00 vMB 93
642,902 642,902 0000000000000000000a78ff76a530887f8f018f3723591f6a6d6c2823729f34 1,852 1.00/1.00 vMB 55
642,901 642,901 0000000000000000000bb4a02d1361e606c2ca9e208f8d72aa28115153a7151c 289 1.00/1.00 vMB 4
642,900 642,900 000000000000000000097a0a4eda42ba17954b5a82f673259d5e70ead804762b 2,192 1.00/1.00 vMB 50
642,899 642,899 00000000000000000001a0ca16d54284cb347b989541e3680270ecee14d61020 1,669 1.00/1.00 vMB 21
642,898 642,898 0000000000000000000f3880fcb26e24d91938a3a35c42aac14cc8f3731d5dcb 2,712 1.00/1.00 vMB 11
642,897 642,897 00000000000000000004f8165752cbe808430a7356bff44b8139c6d965ac7a71 2,748 1.00/1.00 vMB 18
642,896 642,896 00000000000000000004253e56b3cd8c8361b10e6ac4d67e3732f9c91968e40f 2,539 1.00/1.00 vMB 67
642,895 642,895 0000000000000000000a4d1d7dcd1fe4da84ba0b39a3136de474e4770b55a00d 3,058 1.00/1.00 vMB 118
642,894 642,894 00000000000000000000cd55a22b02fbfe4bd27e777254ac825e0143c45d0585 2,634 1.00/1.00 vMB 21
642,893 642,893 0000000000000000000788369a11eff1dceda09e16b5c799a73625fdb6746a3c 2,028 1.00/1.00 vMB 53
642,892 642,892 00000000000000000000e14a97e8baa0d7108f3c70e0f219cc092b7a45c252cb 2,192 1.00/1.00 vMB 130
642,891 642,891 0000000000000000000676484029411af21f64c0f00a562a8dabd4fa6facdf4f 2,094 1.00/1.00 vMB 51
642,890 642,890 0000000000000000000c560267fd059903fa8402a91e6751bd10e9cdaeca2f68 3,265 1.00/1.00 vMB 122
642,889 642,889 000000000000000000012d288327827ebdafe124cd72625a756ac1fb717845b2 1,896 1.00/1.00 vMB 32
642,888 642,888 00000000000000000004243492156f23575c1d934b7c36b517a3adc66235ee05 690 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.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.