Loading Tool

Explorer IconExplorer

Memory Pool

84,966 transactions
32.81 vMB
0.15210820 BTC
Random Selection Loading Transactions
Max Size: 195.73/200 MB

Candidate Block

Mining Attempt c5c24f9245b30de3f718d64f94ef0a8932f3e78b6cbc993e581fcb8db087c1f9
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 15a447df7b93314e632343449537a9a8204e0b82707629800b5d9ba19362aff1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,594
Size: 1.00 vMB
Total Fees: 0.04686626 BTC
Feerates: 318.30 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (39,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,834 875,834 00000000000000000000cc550768212227e11fab53c0407bfb97548b2a502b1c 2,700 1.00/1.00 vMB 13
875,833 875,833 0000000000000000000134ce5a2c67a116918dbc7351e3318c691652d339234b 1,787 1.00/1.00 vMB 7
875,832 875,832 000000000000000000004dd9a11ef9a059be8c8e37ab054a699eab9e667067ca 2,160 1.00/1.00 vMB 12
875,831 875,831 0000000000000000000086c573ec8bae774ec2a501d3b53603b375155642554f 2,289 1.00/1.00 vMB 4
875,830 875,830 000000000000000000019f54dbf06f6ebb6f100acf1335e2c03c60a356e7b3b7 1,051 1.00/1.00 vMB 3
875,829 875,829 000000000000000000014f6f2c1e4505e89cf76ae9a1ecc51b46ee85b1d9164b 1,125 1.00/1.00 vMB 4
875,828 875,828 00000000000000000000c7e0fbde503b6de9d92c396bfe8e494ce9d72486428f 979 1.00/1.00 vMB 5
875,827 875,827 000000000000000000007e3e9fd31e755cb6d6224348e3c4d33387f245285c8f 2,500 1.00/1.00 vMB 12
875,826 875,826 00000000000000000000b8c4b5115121c7dbc0eb32a8076dc1d24286c06a0bc6 976 1.00/1.00 vMB 5
875,825 875,825 00000000000000000001a65ecabbbb5c37c2248fb9a0435932420e82a1646953 2,102 1.00/1.00 vMB 8
875,824 875,824 0000000000000000000174a26bcad50e99426a6ab2b4275c8c55fb75643c6ec6 1,519 1.00/1.00 vMB 4
875,823 875,823 0000000000000000000250d42211d6e7417b517b653dba0e13ba63cc13c384e8 1,662 1.00/1.00 vMB 3
875,822 875,822 00000000000000000002661564a092c8f0afdf8d92d0764c5a128dae1a85f979 518 1.00/1.00 vMB 4
875,821 875,821 00000000000000000000ce130e5229d9bd21b61fda5e464e35cdfcc8227837b0 2,465 1.00/1.00 vMB 6
875,820 875,820 0000000000000000000168673278810197a31d2a28f921fcbde1bf10d2fb3d83 665 1.00/1.00 vMB 3
875,819 875,819 000000000000000000011cbddcd2c8411f50f534cb468f574e36c57f99299bd3 2,138 1.00/1.00 vMB 6
875,818 875,818 000000000000000000001d49d2c2f40bc9d3dc09dea65e9e7ca860545edb4b96 3,048 1.00/1.00 vMB 5
875,817 875,817 000000000000000000002573b0d2ac5b139514d3fe573eea4053a420c1d521af 2,790 1.00/1.00 vMB 9
875,816 875,816 00000000000000000000ef483d2793847d3d3d441588e6605d9bc2a50e190dec 3,187 1.00/1.00 vMB 9
875,815 875,815 000000000000000000017fffa450dece5733cf877bddcc3a465d96ac157dd180 2,333 1.00/1.00 vMB 4
875,814 875,814 00000000000000000001476514183a178fe73fa498ff4e3f26bdc73a469b93e4 1,484 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.