Loading Tool

Explorer IconExplorer

Memory Pool

57,219 transactions
17.38 vMB
0.04938354 BTC
Random Selection Loading Transactions
Max Size: 110.68/200 MB

Candidate Block

Mining Attempt 6a201803770323ebbaa7dbe5d6d83b2d6f26264bd004fe36d8950de7b88f00b3
Version 20000000
Previous Block 000000000000000000013837968879842b51106486551e3d9a4f53c98d22b37a
Merkle Root 2a827452fefb2c9a7cec9b21fa8c590a09aa2c629beea6d8095b11836cdb0137
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,942
Size: 1.00 vMB
Total Fees: 0.01055496 BTC
Feerates: 348.43 > 1.06 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,736 (878,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,049 37,049 00000000089e54cb90f0e744beac1516e3e7380f453278c484184e161d172463 1 0.00/1.00 vMB 0
37,048 37,048 000000006bfa06ba8f896919e62e35000db1841f164f920ad3742927bbea029e 1 0.00/1.00 vMB 0
37,047 37,047 000000006855fc24c109d79dd1ae9f92724075f924f73d26bae06d8db045e580 1 0.00/1.00 vMB 0
37,046 37,046 000000007ba46e1a647875732ae58e73fe32a2064f80a8beb2f3677d0b863c31 1 0.00/1.00 vMB 0
37,045 37,045 000000004aa6378617775dc9efe402b6c75a4ef90bc24cc1dcf333ae5eed4261 1 0.00/1.00 vMB 0
37,044 37,044 000000006c232482d33f3d9c1be7b32471ef76b36181dd3afdead37ea2cfbcae 1 0.00/1.00 vMB 0
37,043 37,043 00000000adbe1dc26162b7eba2b9ae607ecd74ebfb4f6f43404ec3583ba01a24 1 0.00/1.00 vMB 0
37,042 37,042 00000000ac82e80f25b5ec97c5eb1006a0c8113d5262a74dca4a73f1128cfb17 1 0.00/1.00 vMB 0
37,041 37,041 00000000705ad3bc8f4c61499ef9015b0af30b6df2bbb1fb561a2282cfbd6fe5 1 0.00/1.00 vMB 0
37,040 37,040 0000000061bb7911d0ff3109aafb551023225480b613a76d010f030bb8e06e42 1 0.00/1.00 vMB 0
37,039 37,039 000000006ac6deb0b57db8dfdf2251b486a6e6b9c03e3075f1310050bc5e1f00 1 0.00/1.00 vMB 0
37,038 37,038 000000009f5a085ec1ed4fcf9998368eb91c0b8a808a2b23b19b7b7533504151 1 0.00/1.00 vMB 0
37,037 37,037 00000000b43e3fbec2c6302f843bf752479050223b03b7decaca8843ee90f6c9 1 0.00/1.00 vMB 0
37,036 37,036 000000004f8c7f7649375f2f679b1688a17a20b2f9555189ac533976c6986c0a 1 0.00/1.00 vMB 0
37,035 37,035 000000005444de31c504d7bfcf57cef53ca5071ff06762c9541ca4c861212f9e 1 0.00/1.00 vMB 0
37,034 37,034 0000000090afc7702cb156fa8c92c400cfb61791219557c98fea6446aeb3ee61 1 0.00/1.00 vMB 0
37,033 37,033 00000000b653cdbe256076d1847c40e5a3bd50378f766487f67550f71c0ca218 1 0.00/1.00 vMB 0
37,032 37,032 000000001a348b03688bcc100246b2cfe411a59a35f36b15d4dbddabb55865bd 1 0.00/1.00 vMB 0
37,031 37,031 0000000038a6a17d7caf276905246151bfa8e64839f1f29bbb9dc6be086dbf72 1 0.00/1.00 vMB 0
37,030 37,030 000000000b3c06f4df2f31acecf58fe093a862a24702688349396394c885e85d 1 0.00/1.00 vMB 0
37,029 37,029 00000000baa8768e63d03ab23c4694b4b97f7cbbf17bccc452d7bbc2f7e1829a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.65 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: 776.42 GB
    • Received: 21.03 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.