Loading Tool

Explorer IconExplorer

Memory Pool

35,347 transactions
25.71 vMB
0.07529876 BTC
Random Selection Loading Transactions
Max Size: 131.05/200 MB

Candidate Block

Mining Attempt 2f225ba67a39340121b81879d5c4cc9f34c9bfde55a370b74d7e064f051faaa4
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root db5d75338d701df348e8d3b7fdaedee08a3e9fb995c34e947743003594d1d210
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,220
Size: 1.00 vMB
Total Fees: 0.02848013 BTC
Feerates: 151.12 > 2.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (75,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,815 838,815 0000000000000000000022c250f007d5142f297a4640e2f89a6137daf470eb20 4,102 1.00/1.00 vMB 162
838,814 838,814 000000000000000000027332caee69ae79d9e7bf450216820c87a0cb7c09e4f8 4,299 1.00/1.00 vMB 117
838,813 838,813 000000000000000000020746575dad60abdfb895926fff1a8286ead14d036ac2 4,411 1.00/1.00 vMB 135
838,812 838,812 0000000000000000000048039f24951ba503fd6c22451e9cf91ce0b27632c14f 3,293 1.00/1.00 vMB 131
838,811 838,811 00000000000000000002e23163fe9a77cb9a830ad1a0ef395354aaddf510787b 4,163 1.00/1.00 vMB 154
838,810 838,810 00000000000000000000affbc630b52cb50fec02e58e9fd5cc49a8d1f430ce9e 4,147 1.00/1.00 vMB 165
838,809 838,809 0000000000000000000173daf22f438ab73d47091801eec213f3a5471cf4ab78 4,180 1.00/1.00 vMB 207
838,808 838,808 000000000000000000011f04943b516e6f98776737ea32c4e3b4d24aa4a18b21 4,987 1.00/1.00 vMB 156
838,807 838,807 000000000000000000012927b3d97372e1c7b7ebc3d08145dc4e32d453b77b3c 4,471 1.00/1.00 vMB 153
838,806 838,806 00000000000000000000302cac07900cce7ca6166ac99801e7bd144133c0f4e3 3,724 1.00/1.00 vMB 180
838,805 838,805 0000000000000000000105f63de77c69e2cb98ed87a712d7b212cae7cc47565d 4,637 1.00/1.00 vMB 135
838,804 838,804 0000000000000000000101a19f5ca0e4ad759bf70c3f8752b3d31b4e5df25eca 3,599 1.00/1.00 vMB 115
838,803 838,803 00000000000000000001535082c7a5fc99a6278a3bb211dd2770893ecd3539e2 4,487 1.00/1.00 vMB 138
838,802 838,802 00000000000000000002c601e25cf83705646f5a13e07f0878711b53e6ea91a9 3,783 1.00/1.00 vMB 141
838,801 838,801 0000000000000000000305d26f0b6355c8389eba83ea93b03ca147c18e7e830d 3,817 1.00/1.00 vMB 123
838,800 838,800 000000000000000000014f38b43566ed59d7cb236bc7d211d7da8259ca8d37e7 4,825 1.00/1.00 vMB 143
838,799 838,799 000000000000000000021460218846e5855829048c7c474ca2b6df6f5c5acc13 4,337 1.00/1.00 vMB 131
838,798 838,798 00000000000000000000463eac034aacaf30566ab81454cf7556a8b0bff4de17 4,356 1.00/1.00 vMB 136
838,797 838,797 0000000000000000000244d5dcfbfb1e8b1f2b1220b295c0c74670e401f951ef 3,732 1.00/1.00 vMB 125
838,796 838,796 000000000000000000000c045545c77402b9f61a8376d4e9d9a7c7c1c0654c3c 2,960 1.00/1.00 vMB 146
838,795 838,795 000000000000000000033ba46dc2c4d18d38cd2e39d3a3dca08e4b80de868ebb 2,476 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.84 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: 637.63 GB
    • Received: 12.43 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.