Loading Tool

Explorer IconExplorer

Memory Pool

21,296 transactions
10.62 vMB
0.04253155 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.92/200 MB

Candidate Block

Mining Attempt 2f0dade0b14fb8f7b8c5340f72b8fd8ccdc92846e0deef6e37aae4135fa01789
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root 78d52d7d988c09594f2502d72c0a350c74d28e1a42d7aa78e23670e1e72485de
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.02486433 BTC
Median Feerate: 1.93 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (751,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,990 161,990 00000000000003759caf0ef4b46ca7eadf25794291e7b62ad2d2ad612c2ecc7b 58 0.02/1.00 vMB 252
161,989 161,989 00000000000000d8b8af8c1d6ce8c526d336b3619da3340a73a8fe08f92eecad 20 0.01/1.00 vMB 111
161,988 161,988 0000000000000a14d5f1586cf01a6bc27d99cbfa8c98e5e8689cb100ac234bee 124 0.05/1.00 vMB 114
161,987 161,987 00000000000005ba4abcad7b4a66c22a16667c6c456c3ea63d8b0e3eeb832aac 61 0.03/1.00 vMB 115
161,986 161,986 00000000000001b2e1da98ca3fd736fac238a2b4827e408d46e1e9516ac88bb7 45 0.02/1.00 vMB 59
161,985 161,985 000000000000003339a768ed1dea6b12310dad9bd8a1540c580fa612d6a21b87 34 0.02/1.00 vMB 110
161,984 161,984 0000000000000804c5b935257394e6ab8666c590517fcc3a37450b45115a4cdd 121 0.05/1.00 vMB 75
161,983 161,983 0000000000000c852a19eb596d07d7742089abff6c17c5b9f2eb4eeebf3626de 5 0.00/1.00 vMB 66
161,982 161,982 00000000000008c669e8a0d0c2c2b1d80fe00ff268266a6d25228a7702cea152 29 0.01/1.00 vMB 379
161,981 161,981 0000000000000ae4e33e1f2753a8a063c72d831df3d94443ae134bff33137231 73 0.05/1.00 vMB 93
161,980 161,980 00000000000007a8388b816b9b4b300fd3b3a3ac8cb1a3d080e7e11474125ec5 12 0.01/1.00 vMB 232
161,979 161,979 00000000000004e8ff80d1a192de06d27ea2fdb231488c249675ba2a1d178838 10 0.00/1.00 vMB 35
161,978 161,978 00000000000007bad1e41e0aec641605de78d73792431d7a49e4bcccab421fc2 31 0.02/1.00 vMB 108
161,977 161,977 000000000000038b4ab94156ffb4d516402309c0c75d53401314c7b8ea4b0207 44 0.02/1.00 vMB 128
161,976 161,976 0000000000000ba4943cf5247d49e1b736095a6f35740c8365d67f492e2353fd 9 0.00/1.00 vMB 344
161,975 161,975 000000000000036e552d8bc9366f9d9ea15f73906ec87582626da48450a65783 49 0.03/1.00 vMB 82
161,974 161,974 00000000000004b9e81c7c779950c41e314bbe3a1bfeafe92bb6fef203471723 109 0.05/1.00 vMB 54
161,973 161,973 0000000000000a3720141997f45e74f96a5b2d23a933ffc726072662ddc3237b 61 0.03/1.00 vMB 19
161,972 161,972 000000000000097042d4b9ab3635d4a07e3cf241be54a33ada2c0b4f2a93726f 84 0.10/1.00 vMB 97
161,971 161,971 00000000000003554a72fdd7df947387a53c88cb1e4f38843245376971a7da0f 25 0.01/1.00 vMB 138
161,970 161,970 000000000000043194b564e2fcec832ae2ccc9cef76dfba8efd815bc5c3f7476 27 0.01/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 779.85 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: 432.98 GB
    • Received: 2.37 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.