Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,239 transactions (0.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,811 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 1,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,810 (22,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,867 888,867 000000000000000000014d662cd3cadf655ec5f302148b98357a9bffd4b7e2c5 1.79 MB 1,366 1
888,866 888,866 000000000000000000006a6e108c84a947004d55ebad0be532febeff4eb0b093 1.23 MB 1,345 2
888,865 888,865 0000000000000000000036307b5f1e3b8d039cbc5c014a2fc8d7d65cf5c5a832 1.53 MB 3,048 4
888,864 888,864 000000000000000000004e4313590f5d235085e1d5256d685b337e1ea4f490e2 1.96 MB 903 1
888,863 888,863 0000000000000000000028700936d6b34bdbf301ed6e1c4bc45b3e42fa99f31a 1.92 MB 525 1
888,862 888,862 00000000000000000001b9fdaa90734a23ce14395a32f87a53213c52255fbe9a 1.99 MB 339 1
888,861 888,861 00000000000000000001ccb0e750bc3616975d30b3d8a1513b69ba8463dbae39 2.05 MB 826 1
888,860 888,860 00000000000000000000c4abfa564670a6fe373e2d76baf1ef999c388972a870 1.97 MB 593 1
888,859 888,859 0000000000000000000127e880167dccae710cc0ccfab11381ba9a95a1f9e782 1.51 MB 2,307 2
888,858 888,858 00000000000000000001125bf96de7b188365ed5b1fcfc8ebc23cf8499c1ca2e 2.16 MB 38 1
888,857 888,857 0000000000000000000154fffafc3d052d5f689384c390a281c782d99b891fdb 1.95 MB 2,692 1
888,856 888,856 000000000000000000010973e4865637a29f9ae766ff421cc21995c1aa008323 1.56 MB 1,841 2
888,855 888,855 000000000000000000001fe8fb7e1de573accef619c431ea44d8ea66af9530c6 1.98 MB 737 1
888,854 888,854 000000000000000000011c7c28412bd271b165f5c6af573962750a17df21e5c8 1.39 MB 607 1
888,853 888,853 000000000000000000022f9a9de2cfdcd217a0f607595bd207756ded4be457f0 1.37 MB 2,212 2
888,852 888,852 000000000000000000016d766b530924e1624330534b0095cda4414c750a9733 1.46 MB 2,776 4
888,851 888,851 0000000000000000000101aa50229d66b589758e5374a6c8c72ba7fc9ec280b3 1.44 MB 2,284 2
888,850 888,850 00000000000000000001b15a50df8835c1386d6d948594e7b10d909b12169032 1.54 MB 2,797 4
888,849 888,849 00000000000000000002788081bf454f1efa58e9292563d9061cdcf78e16da3c 1.53 MB 3,280 6
888,848 888,848 00000000000000000001b3222bd884092098ad5d79daabf3f71f5f623f797606 2.06 MB 662 1
888,847 888,847 00000000000000000000bbf8a0c9ed6d5f8ac1b5e6eb7be2d5bb70b2e87cb168 1.93 MB 761 1
Previous 10 blocks ↓
Total Size: 776.74 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,458.28 GB sent, 132.26 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.