Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,382 transactions (0.47 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,322 000000000000000000022b910000000000000000000000000000000000000000 0.46 vMB 1,373 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,321 (62,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
848,397 848,397 00000000000000000000e65b4f3138df626a76dbb4c012e5aadc02ddee92dd79 1.42 MB 6,111 54
848,396 848,396 000000000000000000019b441f7e1bb563c93e9223ee4d3395331bf939d25c07 1.49 MB 6,135 31
848,395 848,395 00000000000000000001dff49495e15eb732019ffabefb7efc6b089aebb9777d 1.46 MB 5,447 41
848,394 848,394 00000000000000000002fe6ea5b6e8618de4ffbe049eca84524954965dc1a1a0 1.44 MB 6,807 30
848,393 848,393 0000000000000000000345aba4e82374c05599e63090bcaf25df76f1d8bfff09 1.49 MB 6,897 31
848,392 848,392 00000000000000000000a348c5ae2e165bfc6e51a9c0ad7b2744f7e7bac0fa5b 1.44 MB 5,953 35
848,391 848,391 00000000000000000002e460c6bd81faf05b210deb2baa8cadf9d36373942056 1.48 MB 5,621 27
848,390 848,390 00000000000000000000a8aed9300b5d5d1c0e5e30f3a4ab381918a7f4498be1 1.47 MB 5,389 23
848,389 848,389 00000000000000000002dafa92bed446861a055dfe91bf40b0fc2c31b02f75cc 1.49 MB 4,827 25
848,388 848,388 000000000000000000009aeb923178f0fd662908017770ec294b6d9e5d4f4400 1.48 MB 3,648 31
848,387 848,387 00000000000000000000f2d5ef42a24bb82f23cd152766d9c1e79b6c856f7529 1.55 MB 4,059 25
848,386 848,386 000000000000000000015802a1f33c4f9644eb5cc15ec7ad354e3116a6c936b6 1.75 MB 4,609 19
848,385 848,385 00000000000000000001c665cff074d3665da1ed35701752dfdb4ab270853ade 1.65 MB 3,682 16
848,384 848,384 000000000000000000030b32b07824d126ad6c6378a8db3d4684ff93372a9fca 1.52 MB 4,718 25
848,383 848,383 000000000000000000015b18b8fa27e213667a668c134bbd602d0574c10ed3c6 1.52 MB 3,700 29
848,382 848,382 00000000000000000000e8d2b6b071e81e51902f3a070ece97c4e95d4fd6ff31 1.53 MB 3,484 28
848,381 848,381 00000000000000000002a3348ca452500f62c3582143967fbb4a251654abfbe3 1.63 MB 4,187 17
848,380 848,380 00000000000000000001e802e7072ac9104a21b6d67c43f10be41bf7061e0280 1.50 MB 5,260 21
848,379 848,379 00000000000000000002c5cd5ec55f80252bf2ae630b830f8f5b2d5e74d44843 1.53 MB 3,951 22
848,378 848,378 00000000000000000002827d1b7ca993fa39a3408e0ebe61738958bc5105ad09 1.49 MB 3,430 17
848,377 848,377 000000000000000000029bc47c4211690a409dbd93ac13b1cc6cbb9ea585fbee 1.57 MB 1,827 12
Previous 10 blocks ↓
Total Size: 775.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,399.55 GB sent, 128.01 GB received

Notes

  • This page updates every 5 seconds.
  • 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.