Loading Tool

Explorer IconExplorer

Memory Pool

80,698 transactions
30.03 vMB
0.12389796 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt f822c49d5481a57f0cc0622e9a5467f73fe0f501b5e2d976779ad1662e7d3c21
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cd76ea4e81747af49f004ddbc4c6f0a21931c5b1d1e600371af7997660181352
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,641
Size: 1.00 vMB
Total Fees: 0.05113173 BTC
Feerates: 242.90 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (323,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,880 591,880 000000000000000000173265b47dad1d8d388546708de2f57a0fe392ed544340 2,236 1.00/1.00 vMB 14
591,879 591,879 0000000000000000000478ddb5d6c0b556a95a38f2cc8d03f83e3c2422248540 1,887 1.00/1.00 vMB 10
591,878 591,878 0000000000000000000816abd0440431f217ee9fcd13e8f4fd4c20d6313801ca 2,743 1.00/1.00 vMB 26
591,877 591,877 000000000000000000058bf4c0aad39828ab5ddf16f3de372902480ad443e6be 3,132 1.00/1.00 vMB 37
591,876 591,876 0000000000000000000d3a196d09631d6d63cf255bd784f1e02adb6047229453 2,707 1.00/1.00 vMB 28
591,875 591,875 000000000000000000158d0f0c08dedac51a4b45dcf44ddcf1b571bbc9c18492 3,416 1.00/1.00 vMB 43
591,874 591,874 0000000000000000000cc97ea6109f63b01dd59d9c50a8f32c67ba762b64197c 2,725 1.00/1.00 vMB 20
591,873 591,873 0000000000000000000dfcb95c514d5177bc62869cd9ec23863e0207ccf295ca 3,011 1.00/1.00 vMB 30
591,872 591,872 0000000000000000000e252bba191ead6683ca5014a4e5f9c85c50f056867d7c 2,803 1.00/1.00 vMB 24
591,871 591,871 00000000000000000007ed0654915193b9b009f11a0d8cabd5cb7410a6626efe 2,092 1.00/1.00 vMB 20
591,870 591,870 00000000000000000008f2d64c4415306eb078944050d13bdaeea84327351a1a 1,263 1.00/1.00 vMB 11
591,869 591,869 0000000000000000001657cb596e62e796f7f80d35ba825e9d0e5b1b8951d83d 1,205 1.00/1.00 vMB 13
591,868 591,868 00000000000000000014177768d1ec5dced5a7dcf57fe3f849f4c05ae2eb1f3a 2,266 1.00/1.00 vMB 27
591,867 591,867 000000000000000000017bb2091d6c925985182bc6aed9d0297595cea6bbca9a 2,887 1.00/1.00 vMB 33
591,866 591,866 00000000000000000018c43906555c1749dc4d275aef4c12e50e301b51748028 2,813 1.00/1.00 vMB 34
591,865 591,865 00000000000000000016989e22ef449edeb3f5ed3e19323073d50f0a39225201 2,559 1.00/1.00 vMB 34
591,864 591,864 000000000000000000155e04c164bae03752e479369d216f675f28273e5ae3d5 2,720 1.00/1.00 vMB 14
591,863 591,863 0000000000000000000d42e79d1a3f5fa6d5d51b380d207d0f04cf9705a626f6 1 0.00/1.00 vMB 0
591,862 591,862 00000000000000000016328fd5fef73ffd7d391bec6d448b5e795e97cd51239c 2,002 1.00/1.00 vMB 12
591,861 591,861 00000000000000000009fffbe16ff274cfa5b562a3a0a679864a1f3c43ac4029 3,368 1.00/1.00 vMB 41
591,860 591,860 00000000000000000014aac3ea81228f1b920afe496ae3ad477378ac1138dc7a 3,004 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.