Loading Tool

Explorer IconExplorer

Memory Pool

84,870 transactions
31.84 vMB
0.16686956 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt a77cdfffabf9ee332c24afa15da16ef0e6270c0ef303caf3ee24e9bcf355135b
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 8e8c47aff53299697f64b58e40383d46a6ffc7e12cc8c6f0f80615530fd64e3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.05282491 BTC
Feerates: 402.75 > 5.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (734,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,391 180,391 000000000000096707c9ba4b690abda1b28f3011561e66f5797a4f92d0853633 4 0.00/1.00 vMB 45
180,390 180,390 00000000000006ac24377bb78823f3a14ca85e1fba20b9d948593d862ff336f9 32 0.03/1.00 vMB 108
180,389 180,389 00000000000003697bf5a8c88b9eedd2ac4de85da5cb60728b1482866b83198a 82 0.03/1.00 vMB 67
180,388 180,388 0000000000000077064c5abee5aa12c3ed5585488f940c27d4bfa0bee04cb5b3 138 0.07/1.00 vMB 165
180,387 180,387 000000000000083d56005c19eeb257f2feaa9b6dbd52060a71460a0404cd75aa 249 0.11/1.00 vMB 127
180,386 180,386 00000000000005c9f1c2da082ea5bd82344186f68747941c217dccea089422ac 124 0.05/1.00 vMB 98
180,385 180,385 00000000000002041ccebdfa169da8e39d61c60e4e1e0990a59ae484ea22d289 52 0.01/1.00 vMB 47
180,384 180,384 0000000000000858ccbca70c6e04a5e392e0cccf77937e4182b869205576144a 248 0.11/1.00 vMB 110
180,383 180,383 000000000000082b31224caf2b2c8bb7a8d1b635843f13562fd1ce77ae674541 8 0.00/1.00 vMB 33
180,382 180,382 00000000000003098f3119d841a6b8a2c0985fb9e8e5c6ba6abd0ae3da67e2bf 16 0.01/1.00 vMB 8
180,381 180,381 00000000000009851668f6b553e0fbea5c0fddeb669169a6d29e9737b7b8ba9b 272 0.13/1.00 vMB 128
180,380 180,380 00000000000002edc64e7e6baea685ca2cc85c6d72a197c6ff41535aa63d076a 126 0.05/1.00 vMB 58
180,379 180,379 00000000000003943b00eeb8349d89ea612776e5992c3f7a8a4ff346e0adcf52 223 0.10/1.00 vMB 152
180,378 180,378 000000000000099a85929c53a1f4d68d0c4a348c63734076295f283662d1e5c7 59 0.02/1.00 vMB 47
180,377 180,377 00000000000003b25608cf8fdbcf2c311cdb1ad80d72dfc39f2fa9b69c1f43f8 104 0.06/1.00 vMB 72
180,376 180,376 00000000000007ae0162bcf9999698f599c8d71fd708aeddc66b720b1dbb0d5b 389 0.17/1.00 vMB 132
180,375 180,375 000000000000054b782d6b96474581f33076fddec7a9141888eadf450f4bdd71 19 0.01/1.00 vMB 286
180,374 180,374 00000000000007ab61852aa939ded8b3f14037e44451e552354f863b4df4558b 10 0.00/1.00 vMB 637
180,373 180,373 00000000000002bef5f039be61766dcf03868b1d692c4eaa1efb72deb5f95a4d 181 0.10/1.00 vMB 83
180,372 180,372 0000000000000339d6638734c586f637e3188de104da154d526e38b7f32d98b0 62 0.03/1.00 vMB 66
180,371 180,371 00000000000003799e05e9ea0e33b6e7d71002229e3555f871a92029b8bcc6e0 4 0.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.