Loading Tool

Explorer IconExplorer

Memory Pool

78,368 transactions
29.41 vMB
0.08069199 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 1877e55164f973d067370ea09305dbb06256972e1e45db0bfb10ea0e2a6b256a
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 2def49073e72f7a593869b4b7af7189dcff7b4220ed37e1405ef389c09d15240
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.01613701 BTC
Feerates: 94.79 > 1.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (738,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,714 176,714 000000000000053e1e4dcd187d57aa61b3451e5e9c96af58ff887bbe1318eef4 63 0.02/1.00 vMB 81
176,713 176,713 000000000000098ec181c41bf6397f710b10a02db30a8b2c3191b0405631712b 10 0.00/1.00 vMB 34
176,712 176,712 000000000000069445a79bf2b858f73d2791f02734f7bf594eb120d0dca3754d 72 0.03/1.00 vMB 47
176,711 176,711 000000000000081c0d5c40cdedba632f103824210175a06ed7c9874dae2e23c7 12 0.01/1.00 vMB 1,009
176,710 176,710 000000000000084bdcb31026d3aeafa894017e2159d88d0017a083385d7f7d73 5 0.00/1.00 vMB 193
176,709 176,709 00000000000000da70e337fd21ac6a2515e24674299d60c288c2bd59cd19d4f3 5 0.00/1.00 vMB 49
176,708 176,708 000000000000081730d40c3eee8713de9f4c896b56924147f99bc90085d93e64 71 0.02/1.00 vMB 2
176,707 176,707 00000000000008ae07cc3abfadfcd4b67714f29897c6eff63fa6d95de2ef6326 22 0.01/1.00 vMB 72
176,706 176,706 00000000000009361489b7bd1355e26d78f910adb66fe2028c4a04b1a1b0f960 46 0.03/1.00 vMB 5
176,705 176,705 000000000000072254b1acfa0ada062d4185940fa4ec59f9a5b8489a807e865a 78 0.04/1.00 vMB 137
176,704 176,704 00000000000009f60be21c7ac158c4ba40caa6e2cbfbffd776dd2d48c88eab4d 15 0.00/1.00 vMB 74
176,703 176,703 00000000000006c132649d892a1332ad237b267f94acfcc6d0373db24d9c3f5d 110 0.04/1.00 vMB 132
176,702 176,702 00000000000000249656d968b70a68a10cc3353b27be92ff058f38878c4037a4 14 0.00/1.00 vMB 45
176,701 176,701 00000000000004f0d7e1c05102f865cf881184514d1bf7c1fe74503c42a949f9 1 0.00/1.00 vMB 0
176,700 176,700 000000000000051e3f9861dfd0aa0a9af682c4972558ef6b8a9a58dc0acf9929 54 0.02/1.00 vMB 124
176,699 176,699 0000000000000a7b6636c87fc240059fe907247a4086404923982acb9eae2c48 37 0.02/1.00 vMB 9
176,698 176,698 00000000000007f0c378d77e06aa0665000d28f6f7bd22e60e93f7e127d1dabe 19 0.04/1.00 vMB 143
176,697 176,697 00000000000009e8f79c5119b5aece7144a7313a1ccfb8a0c43bf416dbc2d05b 1 0.00/1.00 vMB 0
176,696 176,696 00000000000008b9d0bee0815f34549f99775063588f6eaf45eb5bee961d796c 14 0.02/1.00 vMB 118
176,695 176,695 00000000000000a8ee3dd9a881226e06502ae11709bb5cbe0fcbdadd871c4bd1 23 0.01/1.00 vMB 5,496
176,694 176,694 00000000000002719446e9b90d249049a2613a23364d4eb16f5245bdde90b46e 29 0.01/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.80 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: 710.13 GB
    • Received: 17.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.