Loading Tool

Explorer IconExplorer

Memory Pool

26,994 transactions
6.96 vMB
0.05618407 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.11/200 MB

Candidate Block

Mining Attempt 541cb057c816343e28dbb23f79fbe792b7a35e1c61666041be73d197a952c265
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root d6824f074c544913cbe65a320f62e5792233248226ea302d206f1d4d5a6e8af1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,839
Size: 1.00 vMB
Total Fees: 0.03382136 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (765,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,872 147,872 00000000000004911260042810f1f92048ca27c04e34ca782ab9687c57d9d8a9 0.01 MB 18 65
147,871 147,871 0000000000000618bd233ae0568cc4da171a1ae08cd9faaec86fda2fdb190ca0 0.01 MB 15 31
147,870 147,870 00000000000000da048439e16966f407faca0405f84b971331e7cb876ab151bb 0.00 MB 1 0
147,869 147,869 000000000000080fd2ab3a1a88fb860213682170f9d538763aa907789814742d 0.01 MB 31 250
147,868 147,868 00000000000008d23113439be335221159723ce885c84992dcef4cb1bf296ac3 0.02 MB 52 12
147,867 147,867 0000000000000863d1b7f0aeca2d6b1b4216661d4e72341b4c12ee58d8c065b6 0.01 MB 20 336
147,866 147,866 00000000000005c45603ed0b5e10ef7dc3a458ef34b549f167dcc09322e78f1e 0.01 MB 31 174
147,865 147,865 00000000000006ea15084a9e3fa05d11cb2eb0f516f25364bb88ca9f3893f124 0.03 MB 89 135
147,864 147,864 000000000000000261da210ae5e2dfa8a132c623ed212cc0cfdde4b8b78c1b83 0.03 MB 60 65
147,863 147,863 0000000000000261ff36c54b78ba56888d8408c2154071fb5279e9e1aab3c50a 0.03 MB 40 250
147,862 147,862 00000000000009a1bc0bf87393691a11a172a5564e95214e9411f1a987dade39 0.00 MB 4 119
147,861 147,861 00000000000001b92199941285add168a50a8e674a983efdc529ec85dcf88758 0.00 MB 1 0
147,860 147,860 0000000000000200661cec8c3b287a02588eb92c30498aeea0ed42881603d1e0 0.04 MB 71 81
147,859 147,859 000000000000085ff27b3e967ae3e0e3bf1871ed1378069bc3c678eb06bced21 0.01 MB 36 96
147,858 147,858 0000000000000099ee83ac5d761431a8e58b74d92680b6911a19c09261739a8d 0.03 MB 43 63
147,857 147,857 000000000000095673f8a2f79a31949d1cc4910a71ad846f0d91dbe6e9c3ef6a 0.00 MB 8 1,122
147,856 147,856 00000000000008b7b0a12aa035cf92b294fbcfc73cf9619bf762e95da1a4b094 0.02 MB 30 407
147,855 147,855 00000000000003f3ded31ae068a336b98ca2e30c2c29df2287b748bcb3b4c46d 0.02 MB 74 94
147,854 147,854 000000000000052ad65da632b6b8554aec839014b5e417d0c2f4ed8b2f2e161d 0.05 MB 89 109
147,853 147,853 0000000000000264e9d3a5bcb56bff6480bd9d6cf000d880ad2356a1b8102179 0.00 MB 5 0
147,852 147,852 00000000000000d4ff364547039a4a9b678b59760870298de2f75514f86be0e3 0.02 MB 76 30
Previous 10 blocks ↓
Total Size: 778.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 383.00 GB
    • Received: 3.44 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.