Loading Tool

Explorer IconExplorer

Memory Pool

35,745 transactions
25.93 vMB
0.06465359 BTC
Random Selection Loading Transactions
Max Size: 132.25/200 MB

Candidate Block

Mining Attempt 599ef171ecb7922361f172f312f20758d72b1a6841e477011a6cd71bb4f11eaa
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 5022998b3ab7e7400e612d9e6cc64b9e929d44a0b00f0e66b1dde823f691bc78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,832
Size: 1.00 vMB
Total Fees: 0.01710253 BTC
Feerates: 152.71 > 1.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (75,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,820 838,820 0000000000000000000337ea9c888bbee52be5d9d722b6310d2afe486ba2df20 3,189 1.00/1.00 vMB 143
838,819 838,819 000000000000000000004a4649fbabb34d8e93509fc7a9eabb2e05559b4b409b 3,426 1.00/1.00 vMB 109
838,818 838,818 00000000000000000002e2d08bb8c6e7cfed124097236074684bfbb3f39a7874 3,522 1.00/1.00 vMB 108
838,817 838,817 00000000000000000001c98b76f39deeb5cb6ac057e03eb676f2b3e8fb880a2f 4,236 1.00/1.00 vMB 116
838,816 838,816 00000000000000000001c248e6aa6e69d8a8e2b27edea9f21738f59d06d96324 3,728 1.00/1.00 vMB 124
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
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.34 GB
    • Received: 12.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.