Loading Tool

Explorer IconExplorer

Memory Pool

41,517 transactions
28.21 vMB
0.09323611 BTC
Random Selection Loading Transactions
Max Size: 145.28/200 MB

Candidate Block

Mining Attempt 3681c13e52d69852f1a171a31de62b5ed38d509e7e0b421be6a0b499d7a01c2a
Version 20000000
Previous Block 00000000000000000000b56768eaf3d7c02d7613ba355f085b5f68df3840002d
Merkle Root cf4dc9e7131921d38f374d00e157c1b463aa93ceb5355d645a54a53ba5f64d73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.03256362 BTC
Feerates: 401.82 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,269 (740,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,691 173,691 000000000000092071db660d2d35ac1885467502dcc58580c61bc7a00818e9c2 1 0.00/1.00 vMB 0
173,690 173,690 0000000000000403d626ab4fd0566aef040ce45f01ea2cde6dad8e698e8f7b37 79 0.03/1.00 vMB 1,677
173,689 173,689 000000000000048f05f1701843d20c2f97b0491bf8b3e3d20527683453a10d2b 1 0.00/1.00 vMB 0
173,688 173,688 00000000000009f9210bf28dd8b9263918e90d21288fd5dea3a1403147a5ad60 1 0.00/1.00 vMB 0
173,687 173,687 00000000000009d5f02f86757b451f8417952b07f380aab875dc8e28a6d57e5f 52 0.02/1.00 vMB 108
173,686 173,686 00000000000006266174feec971b28d999e78db52811244edd599a3f24e1ac14 3 0.00/1.00 vMB 120
173,685 173,685 000000000000052559cc9c8646d0f7ee7f6ead8db37cd3bbc1b6b0f6aaf419ac 97 0.03/1.00 vMB 62
173,684 173,684 00000000000001f57a8cc2916ea4f02dbb9ec0f6f272ede3af100128fce60487 46 0.02/1.00 vMB 163
173,683 173,683 000000000000058b9ebf2c0d40dacae8783e95299d7c536ca60286499467476e 33 0.03/1.00 vMB 42
173,682 173,682 00000000000008689fc31e9ea66fd69c10a459b5813c50a026f6344f8e81881d 88 0.03/1.00 vMB 11
173,681 173,681 00000000000007623f74e829f975dc4119c70af0ee7f0304bc63ed3127b6dc82 51 0.02/1.00 vMB 71
173,680 173,680 0000000000000360200a6d3091a2653f69a3234244766c3b589b7d207a9a9d1b 42 0.03/1.00 vMB 79
173,679 173,679 00000000000008078d0dc2327856fb77d9be8e144254ff9cb1ae19f17c6d87a1 101 0.04/1.00 vMB 75
173,678 173,678 00000000000005976f9c9eecf68c3196fa61bf57cb2278f92f1daa6a0e803bb4 13 0.01/1.00 vMB 35
173,677 173,677 00000000000003c6f450469353e010b49493323b39ebe0290448ad077e0fc2ba 38 0.03/1.00 vMB 69
173,676 173,676 00000000000009dd84d3dc4e208451a8e6c30d9174679cc01a2585e38e2f8f32 34 0.01/1.00 vMB 37
173,675 173,675 00000000000003cbca72f2497e0d09d7ad5f86faf4a1adf0170cd66a46ccd0b9 8 0.00/1.00 vMB 1,147
173,674 173,674 00000000000004cda0878bfe540c05972b9399421a9549a8fe7bab28a0a1c05c 14 0.00/1.00 vMB 12
173,673 173,673 00000000000004d58d09d9f320f072db1e82f85d0ad8fba80d077bb5f8dcb25c 24 0.03/1.00 vMB 92
173,672 173,672 0000000000000076a50fb5ff8ce16554d56dd78b807d553e32aec17dd863524f 70 0.02/1.00 vMB 9
173,671 173,671 00000000000008327cce5c031420406c799fd01e96d26ff2500faeaf1ea4f74b 27 0.01/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.32 GB
    • Received: 8.73 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.