Loading Tool

Explorer IconExplorer

Memory Pool

79,823 transactions
30.21 vMB
0.10937209 BTC
Random Selection Loading Transactions
Max Size: 180.67/200 MB

Candidate Block

Mining Attempt ea080a979141e1bd58c41f6d6794059a750ce785153e41c35dcc6421f567a41e
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 8984c779908a4a9d1dda7fab79a4c6cc76432e95136a5d0566340dc7f4086e4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,830
Size: 1.00 vMB
Total Fees: 0.03795961 BTC
Feerates: 151.00 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (259,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,762 655,762 00000000000000000006e2685b13a523a77bd44b4db2068482a41a68f1828ce0 1,362 1.00/1.00 vMB 49
655,761 655,761 0000000000000000000a98e66a9220c396f3453aa2dc4ea5e8fb84754f7e7a30 1,586 1.00/1.00 vMB 19
655,760 655,760 000000000000000000102198d468be80370fff5a7fe4256e20fd373f479d14be 2,505 1.00/1.00 vMB 189
655,759 655,759 0000000000000000000e74805c7987db19b60e332cf95782dd4e1036c8046259 2,231 1.00/1.00 vMB 129
655,758 655,758 000000000000000000071c2a8fd44f9b367f747bbb3e494ceca10af8f83bd99d 2,001 1.00/1.00 vMB 102
655,757 655,757 0000000000000000000359c4c7fbe8b2e379b913f162e6eee77dd96edc09bb13 2,509 1.00/1.00 vMB 153
655,756 655,756 0000000000000000000ddcadec1f42151733014e1354af3a86271f4d38753f6e 1,179 1.00/1.00 vMB 75
655,755 655,755 0000000000000000000eca8154cd99c7b7200f755f4ade84d7d30509d6a7b23b 1,357 1.00/1.00 vMB 18
655,754 655,754 0000000000000000000a0b95f47a05be451140f9073a3ca2d1cc51affaf3adcc 720 1.00/1.00 vMB 12
655,753 655,753 000000000000000000100b8f13a4802df90f81fe55bbe9518c037bf7a8ba848e 1,898 1.00/1.00 vMB 102
655,752 655,752 0000000000000000000ea686322ea8809505f9174bd846e1fb7e626c6af7e302 1,720 1.00/1.00 vMB 162
655,751 655,751 0000000000000000000a45765585d1b2c6b3b66d16749accecd3c6075a250b9d 1,028 1.00/1.00 vMB 12
655,750 655,750 0000000000000000000b7a964e54d6ed78c038453921daa583387cd070480765 2,382 1.00/1.00 vMB 61
655,749 655,749 0000000000000000000ad1f003331f28f930ae9f54fe7227b0d34e07b80b1fb6 2,156 1.00/1.00 vMB 69
655,748 655,748 00000000000000000007a2685b581cd36abf2092c383acae66338b6892ccbb44 2,093 1.00/1.00 vMB 168
655,747 655,747 000000000000000000037dca8b0d897bc0f234023503e5670103929d0ee0bb3e 2,761 1.00/1.00 vMB 243
655,746 655,746 0000000000000000000abd59176616f607a25026c4a9a79a3bca66ff6fb8b11f 2,358 1.00/1.00 vMB 156
655,745 655,745 00000000000000000007176d707c2c162895312653d7eb10d953fec2fef76ca1 1,751 1.00/1.00 vMB 24
655,744 655,744 0000000000000000000eaf8b5ab816b5d41b351e00a3654627dad5c2e0a8e291 1,763 1.00/1.00 vMB 55
655,743 655,743 0000000000000000000228ee81a05d6fc0a34bd791c79c3c3e11455011da1c0e 1,669 1.00/1.00 vMB 20
655,742 655,742 00000000000000000006627af76e8244144e25d2e784c6be8eda169da8e530c4 2,355 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.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: 672.53 GB
    • Received: 16.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.