Loading Tool

Explorer IconExplorer

Memory Pool

48,804 transactions
29.72 vMB
0.09233463 BTC
Random Selection Loading Transactions
Max Size: 158.23/200 MB

Candidate Block

Mining Attempt edb3c1082876904bf8bff3a3101cd80f893dfd26f8e2d9051927649be7b34b81
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 5f9f59bc7c25ee47b853630523c6a34bc453b420f8bbdbf35c09041803c3ce99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,039
Size: 1.00 vMB
Total Fees: 0.02956472 BTC
Feerates: 105.02 > 2.96 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (683,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,980 230,980 0000000000000137fdffa7d3b211cce313163ba08f983371386515768ad45f4d 310 0.14/1.00 vMB 8
230,979 230,979 00000000000001a5f30c4ae4a941483f359bee3cfc8c51cda7f187531c854af9 160 0.06/1.00 vMB 116
230,978 230,978 00000000000000b87b6ccc8fbc3ae11e2e1ddec5fe9936a3f62abe65c2fb8e6f 194 0.08/1.00 vMB 130
230,977 230,977 0000000000000195d226233ea30ffeeb54bcb756b4226d332fffb166c04cb7ae 72 0.03/1.00 vMB 54
230,976 230,976 00000000000000b8b8dd62221b9f3382e5dd9c1f6c62d09499e7e5aeb15cf0ed 370 0.17/1.00 vMB 142
230,975 230,975 000000000000012cab6c0a274463f99fc573f0d75da06e7262db24b7600ad7d0 611 0.38/1.00 vMB 259
230,974 230,974 000000000000003449471a1d47b8c4d7b315c7efaf292f2dd49da765e439aa18 482 0.25/1.00 vMB 242
230,973 230,973 0000000000000155f64ba806d9898028a070071d53878dd300b417f0fe8e9f03 1,024 0.47/1.00 vMB 147
230,972 230,972 00000000000000ad63a588fc6bb8cd0fcc7b9fca311d49b8c415ac85333b6021 256 0.08/1.00 vMB 323
230,971 230,971 00000000000001987052b7581c2c83e19a354bf157a8709ccdd4bb6146b93abc 158 0.08/1.00 vMB 127
230,970 230,970 000000000000010c430997dfa6af659959cbf4014124144254347525994e353e 350 0.18/1.00 vMB 195
230,969 230,969 00000000000001f51f9725762305a11b1e626ab7521de60f9786f98229f11bfc 263 0.14/1.00 vMB 891
230,968 230,968 00000000000001b28f3175dec8b4ee63f47b8bae4c4df7c0afdf9a7927a344fc 198 0.08/1.00 vMB 146
230,967 230,967 00000000000000430c559fd240618736a8a803cfdc22e80bc79d4b321053ab35 79 0.04/1.00 vMB 158
230,966 230,966 000000000000005b443294e6b46af2ea2f4d8ed9aedf8b904b7e97fa68bd4184 236 0.08/1.00 vMB 597
230,965 230,965 000000000000008a1ba88b19d93ac69f7d79f41157c81c0fb90064ab71ff15d7 176 0.12/1.00 vMB 96
230,964 230,964 0000000000000128dc8a66e5d62419d1c4b198e42c8c6d08488ab9aa6a3c7c8e 523 0.25/1.00 vMB 150
230,963 230,963 00000000000001a6157b1affcf53e4108e694eafaf89058482604816e3f295e3 11 0.00/1.00 vMB 157
230,962 230,962 0000000000000104afc8da311f92f05bc3722339eab0de7e4d3653d1bfc9b409 328 0.14/1.00 vMB 246
230,961 230,961 000000000000020691294635373d196fb824a42eb89854f0a352360fa3a26b6c 306 0.18/1.00 vMB 131
230,960 230,960 00000000000000772e3c4fc2ef3d3e54b2c1822d393c3be02e80bbef785072c2 110 0.06/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.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.