Loading Tool

Explorer IconExplorer

Memory Pool

16,757 transactions
7.98 vMB
0.03341986 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.44/200 MB

Candidate Block

Mining Attempt be11fe4742a237219a4f79a5d3bdd9f008adee384a27073ee9ffa66310e5cdfe
Version 20000000
Previous Block 0000000000000000000145675ea6000f3d15ebd1e48b044500eb75bc4f666b05
Merkle Root 307a1d624b5921bc4cba895351a1aba2d86202a750f4d1a55bd532e290e05210
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,805
Size: 1.00 vMB
Total Fees: 0.01700094 BTC
Median Feerate: 0.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,423 (564,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,140 349,140 00000000000000000e1189605155f6b6ba5ca405e312ffdabd44ef84447f8739 819 0.37 vMB 26
349,139 349,139 000000000000000005f20d9f9fa472174513f0e5d49071c8cd0b8388dc70d9b2 32 0.01 vMB 23
349,138 349,138 000000000000000007eb1228bb76518026b5bee5fd9c9ff52eb1eae254d64e88 200 0.12 vMB 21
349,137 349,137 00000000000000000352bf9c5fd7705a7f36d675917a03ddf4c175f753035047 238 0.12 vMB 23
349,136 349,136 000000000000000008da8af9db469db276ba94554745a1822c579d88bee26ba1 162 0.11 vMB 25
349,135 349,135 0000000000000000038e4ba204540a2a520283dc0b3cd6c6d3d83e886aa7ce3e 501 0.22 vMB 29
349,134 349,134 000000000000000014b277a5dfa7a8788faadce7230b65a6102afd459206bea2 424 0.22 vMB 26
349,133 349,133 000000000000000004cbfea157f0c5446fd7ee69459509e9d9b48442b107009a 651 0.36 vMB 25
349,132 349,132 000000000000000009b146a68dbbb6ebd0ebc7586f83c4e200eb74c57d39279d 221 0.12 vMB 24
349,131 349,131 000000000000000013b47e47dcbb80adc51bb417248d4d6ee14264f9ea439a21 446 0.24 vMB 22
349,130 349,130 000000000000000007eee235fa52a13c4c655c2003de9b1711c01c4222621ee8 256 0.09 vMB 45
349,129 349,129 0000000000000000126d23b0e39689d2ee492a6570b1d077de2c0e385564a8c3 224 0.11 vMB 25
349,128 349,128 00000000000000000ad8a6257c68c6395b7e8c38ee7369516565912408840db1 583 0.27 vMB 28
349,127 349,127 000000000000000004a7d4abed91041e8d14261ee07c55ee4dc481c3a3584a0a 652 0.36 vMB 27
349,126 349,126 00000000000000000fca27fa7f5d3e611613a367c005f2c93ae78d0e10825153 671 0.42 vMB 143
349,125 349,125 00000000000000001554cb38350212277f9525e9a0df3418cfd86efe7a2c178f 275 0.14 vMB 25
349,124 349,124 0000000000000000169820c32ab65ba3852835a2a72b86f3a6506109c398bc4f 228 0.11 vMB 23
349,123 349,123 00000000000000001529b81e171c94e3e2b742434f67e1c2b70c9c7e9eeaaf7d 803 0.46 vMB 25
349,122 349,122 00000000000000000e9be9336f8423c8939ede20f5b020f20431164f2c073a76 616 0.29 vMB 26
349,121 349,121 00000000000000000ab84e2902d53bc35afbeaac203a95035bd511d84a9ab8e3 115 0.06 vMB 23
349,120 349,120 000000000000000012ae2cea1a60704d0aeed47ff9b05badd46fbf2d74962865 1,740 0.82 vMB 25
Previous 10 blocks ↓
Total Size: 779.61 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: 296.28 GB
    • Received: 1.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.