Loading Tool

Explorer IconExplorer

Memory Pool

81,783 transactions
30.09 vMB
0.09561327 BTC
Random Selection Loading Transactions
Max Size: 181.65/200 MB

Candidate Block

Mining Attempt 9fe3a572fdaeb0dffe3704d60d2f2da550833616301eac5c179f5d517afa2b16
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 33d586c0fb9f68569bd70c6b6413bfe26cd270eda35464decdb5f91c912cae8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,968
Size: 1.00 vMB
Total Fees: 0.03404161 BTC
Feerates: 526.32 > 3.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (229,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,586 685,586 00000000000000000004dfc851af3d004f2ac82c5ff48ca9d2b95a5198b7b06b 2,000 1.00/1.00 vMB 52
685,585 685,585 0000000000000000000b8282ba446bb2e14c8d051c14e54653b6b0cbf16954fa 532 1.00/1.00 vMB 11
685,584 685,584 00000000000000000005a579f60ebb7c578e137646c5635332d2dc3ddf43f2ee 123 1.00/1.00 vMB 2
685,583 685,583 000000000000000000065ae3ac7d6b0e40758e91b75511d2c5b6de825d3ca5bf 627 1.00/1.00 vMB 10
685,582 685,582 00000000000000000007636e81c3661a4efda31af08dcc2aab57926f5a5247e1 996 1.00/1.00 vMB 18
685,581 685,581 000000000000000000035f76e02c66aac49cadcfccc09d9c8f0db57df3dcf91b 894 1.00/1.00 vMB 21
685,580 685,580 00000000000000000004a398bf0ab1f0c0bada8a305dd1cf795c66e68a5f4e7d 1,156 1.00/1.00 vMB 11
685,579 685,579 000000000000000000041cdf66ceecac96f788bb6cb6f41345d423e5efbdd933 1,914 1.00/1.00 vMB 25
685,578 685,578 000000000000000000098c436600163b95ebb29faeb5b5a045e9f894281d5117 1,812 1.00/1.00 vMB 71
685,577 685,577 00000000000000000009eea318441e6bf09e101a1b4be79ba854128766bbdb0b 670 1.00/1.00 vMB 14
685,576 685,576 00000000000000000005e42b208654120deba03562f1c0eecb9c78f15f2a3a0f 1,250 1.00/1.00 vMB 24
685,575 685,575 000000000000000000030a2f45e84a3bc44f4097d87242067141f38494417245 1,275 1.00/1.00 vMB 31
685,574 685,574 00000000000000000004ef732fb941b6edba48a73429669992736f333b1bdecb 1,326 1.00/1.00 vMB 28
685,573 685,573 0000000000000000000c6a9aef29a43898471e9293b145954e9cf467a9b64701 1,599 1.00/1.00 vMB 14
685,572 685,572 000000000000000000071a02a769e0d3dd01a527d31d338f2bdd457a6fa91fb5 2,071 1.00/1.00 vMB 55
685,571 685,571 0000000000000000000be67a4f7a4426c199ac2f7d6ebfa7a5c38aaa98e8f5d6 1,351 1.00/1.00 vMB 24
685,570 685,570 0000000000000000000390ad746e9a8d0d99c48560095a254cd15b26534eb6da 524 1.00/1.00 vMB 12
685,569 685,569 0000000000000000000091e4aa22de7a42005e59452373e851b2760435736f25 1,016 1.00/1.00 vMB 12
685,568 685,568 00000000000000000001fbbbbcce7d07ccb96997a24c7a20cd19e3a16dae3e96 1,207 1.00/1.00 vMB 51
685,567 685,567 00000000000000000000c033020fb46de2ca68de951c9a126eed66e73dbe0ba5 1,721 1.00/1.00 vMB 12
685,566 685,566 00000000000000000006e5dc92583759be3a6ccfe3297571782af95350bb32e5 1,899 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.