Loading Tool

Explorer IconExplorer

Memory Pool

81,445 transactions
30.28 vMB
0.07557023 BTC
Random Selection Loading Transactions
Max Size: 185.96/200 MB

Candidate Block

Mining Attempt a0d76c5d1316a9ced7a88489e36c222dc441301f316c81977b98db05efed9013
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root b78fcf35d80253ae5eaf57720a67144f2f1b5ea6a8572a828c15f203d6b34ed8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,889
Size: 1.00 vMB
Total Fees: 0.00819717 BTC
Feerates: 150.77 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (214,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,984 700,984 0000000000000000000812a4810be9a80def2f42c95dea72cb33c04eb06982a8 2,606 0.95/1.00 vMB 12
700,983 700,983 00000000000000000000b59132be166df2e42f3e83db6560a079b8eec7db9933 803 0.29/1.00 vMB 16
700,982 700,982 0000000000000000000348be857fff5e286dadb58475a089e8e604d4185f7a39 2,954 0.97/1.00 vMB 7
700,981 700,981 00000000000000000005997f848e2a63bf5c545c21dcb49f12bea9af7fa0de4f 2,508 1.00/1.00 vMB 16
700,980 700,980 0000000000000000000122cae5cc5496609f090768203a7c30bd2fa542ef8e3d 2,555 1.00/1.00 vMB 15
700,979 700,979 000000000000000000074b813afeb6d057b4a6bb15e3298e276ec89948203c8f 948 0.38/1.00 vMB 11
700,978 700,978 00000000000000000005dc61013b0352446ff5904ac24402c12ca9e3e910b72d 95 0.03/1.00 vMB 21
700,977 700,977 0000000000000000000d6ed846b947a1c42b3316da7ab17ceffe0e4a547a0311 725 0.27/1.00 vMB 11
700,976 700,976 0000000000000000000cc1141397184fa55a734b470881889c70e5e98e6da48a 1,265 0.60/1.00 vMB 12
700,975 700,975 0000000000000000000d4162cb83a111b238b779cf6bae8ae2196e816cb15a66 74 0.02/1.00 vMB 9
700,974 700,974 00000000000000000002e203da20e88fe7852e04ba3e9dce702e2bc5eb7431c6 1,427 0.58/1.00 vMB 11
700,973 700,973 00000000000000000000aa081b5c52c9c20d5d757db1bb339d907fbd168a6d26 1,790 1.00/1.00 vMB 7
700,972 700,972 00000000000000000001f3e02125789bba8ddab898d8b0024d5b115304325421 1,652 1.00/1.00 vMB 5
700,971 700,971 000000000000000000082b9807ea702b5dabbfe60944d3aa8ded94adf49c01ce 1,465 1.00/1.00 vMB 12
700,970 700,970 00000000000000000005ce884ea6115b4543900356721abb421182ea013e5047 2,282 1.00/1.00 vMB 14
700,969 700,969 0000000000000000000460a918c6e38cceb04bfdbe7b57601ef41ee867881e9c 1,204 1.00/1.00 vMB 3
700,968 700,968 0000000000000000000112bb26e5c0a0092942f20a7a694750d4cfba0a459466 2,802 1.00/1.00 vMB 11
700,967 700,967 000000000000000000052970b2d5c93802a06a9607e84c0b0b2dd37a08c12bea 2,442 1.00/1.00 vMB 9
700,966 700,966 0000000000000000000e45be7fba0e26995c7756a9a88f59747e00bc09b6392b 2,730 1.00/1.00 vMB 17
700,965 700,965 000000000000000000055468ce55f02d9dec2b579e3959adf9fe0d1ac0e4dd70 3,020 1.00/1.00 vMB 6
700,964 700,964 00000000000000000007db7e0ed4c3377cf44fed7f5eeeb8f9e5d2f078d32799 2,503 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.