Loading Tool

Explorer IconExplorer

Memory Pool

72,784 transactions
28.12 vMB
0.07092972 BTC
Random Selection Loading Transactions
Max Size: 166.48/200 MB

Candidate Block

Mining Attempt 6ba96c91379d6464a747467a228e3b2358de32446de925c325d0e516889e8a4b
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 725958051671ab5feb9dfb0c6ada63cd4c6b4856229ec852a762f9589ff6158a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.01462488 BTC
Feerates: 157.46 > 1.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (739,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,972 175,972 000000000000009b362e6a7f85ea3ccdd4aa9480d6e806c51699a05cffbec9bb 71 0.04/1.00 vMB 44
175,971 175,971 00000000000004e1b1524cc3252343465a4aea8c9787adb3036e4c0dce8b5420 53 0.06/1.00 vMB 2,138
175,970 175,970 00000000000004d31d095e63d0462dbffd1a9df1cd44ceda0e37db4dd2d99f18 101 0.06/1.00 vMB 536
175,969 175,969 00000000000001929a4856e97fe1a6c269c555fa82358657f65f290dd6eadd12 8 0.00/1.00 vMB 41
175,968 175,968 00000000000003f3f84b27e0e774872b9f86297d32d38c036f1bac0138356048 29 0.02/1.00 vMB 41
175,967 175,967 000000000000028e56dc62592d9095494d2e9ffe3c1bcd3878a554071a2086cd 7 0.00/1.00 vMB 18
175,966 175,966 0000000000000a11f1074c7addd9a5aee93cc3df8fa22925040478224585cca2 89 0.03/1.00 vMB 437
175,965 175,965 00000000000008027c7710550a1389cd3e9ef7bc44fa85462bcb08e92296374a 16 0.00/1.00 vMB 111
175,964 175,964 00000000000000bc61cf58c703233b49df4b580bfd82e537949c779d4687c69c 61 0.03/1.00 vMB 245
175,963 175,963 00000000000000e7fc3b46612fdec2de879836bca531d80cff2afe85e94c2bb3 15 0.02/1.00 vMB 68
175,962 175,962 000000000000065b6445145c641df80fb2e11f0aee012d8172a4c0b4aa2a9381 85 0.03/1.00 vMB 26
175,961 175,961 000000000000005e13aaeeedf4615ea6e9f70228913b4fc2b60f2a9eafcfb6b8 23 0.01/1.00 vMB 70
175,960 175,960 000000000000001558e3fc6f0c4e4307e8404dc5576e5929301ab1e8dd380010 54 0.02/1.00 vMB 163
175,959 175,959 0000000000000a70a3ff66e5b95c3c9343db2643e4f70b0d7f16cc6810dc358f 60 0.04/1.00 vMB 88
175,958 175,958 00000000000000ded9ca6d7f50ba077978c84644c6d96f03b9521826874f6e81 142 0.05/1.00 vMB 36
175,957 175,957 00000000000007ac5ada94cf9ebe937bb1acd67be18bae49378f5e6da46d2763 131 0.05/1.00 vMB 237
175,956 175,956 00000000000009403ae47bd8d5d48a16be6cc3a31675fabe40ad094e2978b681 148 0.07/1.00 vMB 212
175,955 175,955 000000000000057e71d48c23a3e9f28c1c98383de9b4c78404da7232006f269b 5 0.00/1.00 vMB 47
175,954 175,954 0000000000000006c3090a3a7e0d04fdf0f11ecdc22830579fea7fd1662f0043 21 0.01/1.00 vMB 222
175,953 175,953 0000000000000074c3e54f8ba496856c9eae63b8b1bc5ad87e683ea847154fa9 25 0.01/1.00 vMB 14
175,952 175,952 00000000000007116c2bcb5bf931864471a37d99dd0a8dd3ca81d133fba2ec37 33 0.02/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.