Loading Tool

Explorer IconExplorer

Memory Pool

78,545 transactions
29.82 vMB
0.11605536 BTC
Random Selection Loading Transactions
Max Size: 179.15/200 MB

Candidate Block

Mining Attempt baf97d75e4b3740f528c2819554e9b9f1348d5aabaff0031d698202c59be5200
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root d56d0d8aac217263e881b7759c5f3b4d65e160dcfa77820e35ac44407ab6320d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.03482120 BTC
Feerates: 673.02 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (242,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,899 672,899 00000000000000000001115af12b6d189caf6eb73ea3c80cc608e1cd05a134a9 2,917 1.00/1.00 vMB 114
672,898 672,898 0000000000000000000200b63c871a0b232dc048a11eea6558642b8a3c816d1d 2,442 1.00/1.00 vMB 126
672,897 672,897 000000000000000000093641ffe3fa17d6dfce5447d5635646af8c59f6f064e5 2,737 1.00/1.00 vMB 120
672,896 672,896 0000000000000000000131684431e84ee962da975fd884745aad2267b8f96098 1,623 1.00/1.00 vMB 126
672,895 672,895 00000000000000000002153fd8d65d2eb6f6f760cdaf6c152855c1431ba87cac 2,545 1.00/1.00 vMB 128
672,894 672,894 000000000000000000026ed61e390d786962a290b9dc278380eb1f81691e18bc 3,680 1.00/1.00 vMB 152
672,893 672,893 00000000000000000009291a23a2e52cb95cac0ae927a86a016e784d9e8c9651 1,275 1.00/1.00 vMB 25
672,892 672,892 00000000000000000001228b1b86062628ce1e35a8feb59ced6ac2b033f4bf65 1,879 1.00/1.00 vMB 26
672,891 672,891 000000000000000000087b11de0458a3be853232c0420a4c8c17db13d854fa00 2,689 1.00/1.00 vMB 82
672,890 672,890 00000000000000000005430d2b14a1f4e8395eccaad57ff654e292efc7875cd1 2,456 1.00/1.00 vMB 91
672,889 672,889 00000000000000000006abd56edba7590bc35e763956d7f6de37e7576e224185 2,452 1.00/1.00 vMB 59
672,888 672,888 00000000000000000000fad3e60540974e0e6cdbf8f4bf0d2012c2a0e6671142 2,703 1.00/1.00 vMB 64
672,887 672,887 000000000000000000027f14403d020fffc9a342e1ef18d39ee22981794ddf60 2,763 1.00/1.00 vMB 125
672,886 672,886 0000000000000000000ade7451a0e397f722fad14eb8a2c634819aebd7b7c5b9 2,365 1.00/1.00 vMB 59
672,885 672,885 0000000000000000000b1f2c40b3ebb7b4d2002345a8e1b9a8529a4c52287e1a 2,678 1.00/1.00 vMB 115
672,884 672,884 0000000000000000000af65fb3cf96de6d7c2eb28b09bd0b653a129dfe762ce7 2,323 1.00/1.00 vMB 30
672,883 672,883 00000000000000000008408946affd83e493a136d8b6608859539f2ad1fe2c2a 1,986 1.00/1.00 vMB 31
672,882 672,882 000000000000000000019f60bf4aff590e4d0e9a2b8dd2a43edba48a52e74749 1,624 1.00/1.00 vMB 61
672,881 672,881 000000000000000000069208a9ae4a910ce0d32cf46c18c9bd8f54b57e4e4a78 2,214 1.00/1.00 vMB 78
672,880 672,880 0000000000000000000bb88dc03a6dd26e8a4d1c16cd31d943022972c84a21bc 897 1.00/1.00 vMB 113
672,879 672,879 000000000000000000084ee4f5573ece58c9f3b59e366923d177c2793cf24666 2,029 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.86 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.04 GB
    • Received: 17.28 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.