Loading Tool

Explorer IconExplorer

Memory Pool

73,317 transactions
27.15 vMB
0.06195473 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt 72bba84ec47234bf23d11fb4200b12bc5269b78fc9f5b84beee92e34c3ab3e3e
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 99fe1229c2d968ec828b2475fdb4da85cc54354ecb38bd3a5445f422b6139b00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,992
Size: 1.00 vMB
Total Fees: 0.00429241 BTC
Feerates: 84.38 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (501,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,844 413,844 000000000000000003540e73752c3dcc816965ddf205aca6484ede2e4cf2fe61 272 0.11/1.00 vMB 45
413,843 413,843 00000000000000000038667b82e78cd3f6d8d74459a552c64ec9ed53e0c1f0ac 315 0.14/1.00 vMB 49
413,842 413,842 000000000000000002858faeae4412a7171f1742496aa0b7dd12862f1a00fd12 420 0.25/1.00 vMB 43
413,841 413,841 000000000000000003c7fa1281a85fdb1b98e7583a923451804d687c5567c5b4 208 0.15/1.00 vMB 37
413,840 413,840 000000000000000004bbd70a5e773ec2fc3651a6f9694a340813669d3f197d95 2,393 1.00/1.00 vMB 56
413,839 413,839 0000000000000000020edfcbcd0df5a85d850a56ad7b1ed82a4d3a492a6f4f1d 1,350 0.83/1.00 vMB 49
413,838 413,838 0000000000000000057ad9ad8c15a84a172c3a8839e05e8616e458a6796eca2c 1,184 1.00/1.00 vMB 22
413,837 413,837 00000000000000000387361f68d1174b15d3b66fcda7c7a6fcfed4255bab624b 2,550 1.00/1.00 vMB 71
413,836 413,836 00000000000000000249fab9176ac4fff140863cc52ec1f48d1083c886d75c48 982 0.88/1.00 vMB 22
413,835 413,835 0000000000000000036096cd729479d8fc0aeb736862aaa2a42954eaa731d05e 529 1.00/1.00 vMB 15
413,834 413,834 000000000000000001ce5950205b3b7fc52ae9258424e8597edca367d0bcaf39 1,431 1.00/1.00 vMB 33
413,833 413,833 00000000000000000262d062b1af8e72051d7b488f1bd6fe6340251a29ccf480 1,941 1.00/1.00 vMB 30
413,832 413,832 000000000000000004484e0ec8d8590b62891f2e9b1f732852d3823644b9f661 2,568 1.00/1.00 vMB 51
413,831 413,831 000000000000000003f4058d4db3db606f7cc086a434c34f9a2e8de83f6cc18d 1,707 1.00/1.00 vMB 45
413,830 413,830 00000000000000000242fe0318175e7b54f9b0665d53771d34976d2966e91f47 2,550 1.00/1.00 vMB 63
413,829 413,829 0000000000000000008c35218900c5e69fee8f831196b9c7f9601574450e87a4 2,206 1.00/1.00 vMB 66
413,828 413,828 0000000000000000009da799b48fa368705044c8d7bd43992b4953c64b9016c3 2,015 1.00/1.00 vMB 62
413,827 413,827 0000000000000000041abb7a5a21f265cd6579c71376ab70f48b4e817a48dc3e 2,687 0.93/1.00 vMB 98
413,826 413,826 00000000000000000379e2a5a5a8d7743365784f1214ae0fc1121526a83c444f 1,981 0.99/1.00 vMB 41
413,825 413,825 0000000000000000035e81e3ce9127f21e95c4f2b371e4488739c27d5229f5c5 2,710 1.00/1.00 vMB 67
413,824 413,824 000000000000000004613f6081ab9dff212ac84a8cf84d8710ec59c7e196b81e 1,123 0.73/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.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.