Loading Tool

Explorer IconExplorer

Memory Pool

45,858 transactions
27.30 vMB
0.07768594 BTC
Random Selection Loading Transactions
Max Size: 144.22/200 MB

Candidate Block

Mining Attempt 852e9b171f7a573f39d3cc04000fd703c4930a6d13cf40290f870b5e0c0d1f39
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root ed9067ddc6195b4db4ef8fdbf47a3a2eb9bbdd6b6c12c5e1c4fde33f5feeb9ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.02611353 BTC
Feerates: 201.13 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (591,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
323,695 323,695 00000000000000001e6e8c164a58746b3f6589a955aece19eaf4242ff7c7706c 432 0.35/1.00 vMB 17
323,694 323,694 00000000000000001dd975a2e15845d817fa98b1f0d2dbfb6c5ef7e86f7400a7 2,007 0.75/1.00 vMB 42
323,693 323,693 00000000000000001223ca1df7d919615d518d90dd1372e57b49a0b403c1121a 137 0.08/1.00 vMB 18
323,692 323,692 000000000000000013341faad7e6b89b11e3434e2a2c05a3a5f727650377bf8d 206 0.10/1.00 vMB 20
323,691 323,691 00000000000000001806706ea64cf31303f6e276e03c11c30f1ac616b6a723c2 580 0.35/1.00 vMB 30
323,690 323,690 00000000000000001d5719c4469748188a77aee13cdfe11b99dc1733d3a5881e 289 0.29/1.00 vMB 15
323,689 323,689 00000000000000000137f3e4112dded512f9164edcc792549b1c8be6b6a01322 1,575 0.50/1.00 vMB 42
323,688 323,688 000000000000000009e29da4591137a6fdbdf849b90ab8d2b71d7016e224da2d 839 0.55/1.00 vMB 22
323,687 323,687 00000000000000000616f04781f3a1456bb88305b8c4bb53bbaa72855493b749 1,139 0.62/1.00 vMB 28
323,686 323,686 0000000000000000125d044383ee10bcca202d470285b03a0fe1a29b1b8c828a 469 0.27/1.00 vMB 27
323,685 323,685 0000000000000000197b801cccd98a48feaf33b3b06fa0462efdfebd2dafee66 61 0.02/1.00 vMB 38
323,684 323,684 0000000000000000065c5435f0842fe5c64a719e9e51028cc2e88bf01b00a207 872 0.50/1.00 vMB 27
323,683 323,683 00000000000000000b0d2d60e420c12613b9fdc2218a555699f496c991796b0e 255 0.30/1.00 vMB 15
323,682 323,682 0000000000000000153c924b7893a32c3704f2e97bf8f21c812a68a12e352c1b 864 0.35/1.00 vMB 35
323,681 323,681 00000000000000000548d99e62e2fdee14c9485705c62cead7cfb24da1f54289 369 0.21/1.00 vMB 24
323,680 323,680 0000000000000000140d9966efa948ae59c60acee9fe3daaaaefbd5082062133 707 0.31/1.00 vMB 33
323,679 323,679 00000000000000000a4ccbfc6569a632284ef08ecc6ce9655b97cc072b6698d6 786 0.48/1.00 vMB 26
323,678 323,678 0000000000000000145267f85cb792320cfb7705f7fb977238f6951a20f63363 766 0.50/1.00 vMB 22
323,677 323,677 00000000000000000e354b322db3a71c68bb0ccdff1e0c6e080039954c6bcc65 295 0.07/1.00 vMB 55
323,676 323,676 00000000000000000e251a28f59d4831a3c98c9e0e3486b4df358eb16fa9f4cc 512 0.18/1.00 vMB 54
323,675 323,675 00000000000000000d1fc35ec6a56572136d2eb6c83298a8acf1860997b506de 342 0.16/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.