Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,216 transactions (0.54 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
910,588 000000000000000000022cb30000000000000000000000000000000000000000 0.50 vMB 2,193 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,587 (250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,337 910,337 00000000000000000001a4cc3c2f54d346fb2fdee1a32e1a901ab7ec26e7a4a8 2.19 MB 1,025 0
910,336 910,336 00000000000000000000ab3abf78c44c993e885c634009db809a0f9f3b307ddf 1.57 MB 3,024 2
910,335 910,335 00000000000000000000315c1f7508b32462867da67b15d4fdbf2af902eff424 1.85 MB 2,335 1
910,334 910,334 00000000000000000000e47dd03e23601545f44091787f9fafbdf841709c68f2 2.00 MB 2,611 2
910,333 910,333 00000000000000000001fac8d5f0077c5af6a35c6baa1381763ce2090d44b7ab 1.62 MB 4,120 2
910,332 910,332 00000000000000000001e3ef1d33f0e184c24894a148e82db54d16c1260bf47d 1.54 MB 3,980 7
910,331 910,331 000000000000000000015663657d5a6f41ea0a0b3e9842c746a7f406d7e04b03 1.61 MB 2,930 1
910,330 910,330 000000000000000000012713ff77cdad347a20d0271b9a66ade3a4d575703ec1 1.11 MB 791 1
910,329 910,329 0000000000000000000003bff280e090f443c823070e347cda25fe9a52e0426b 1.09 MB 609 1
910,328 910,328 000000000000000000002376ac8b7064d0b7bb8225ed5e78ea891a1c1018559a 1.29 MB 1,971 2
910,327 910,327 00000000000000000001aa375ec5c59fdca3bd1d5bfa647603bd39b6d82dfccc 1.07 MB 512 1
910,326 910,326 000000000000000000006362118b366859f13e1d4c426bac10497d49f536d723 1.41 MB 3,111 2
910,325 910,325 0000000000000000000111905f2d33d25af10fe76e4946ae5d9bed1facc0e2a1 1.94 MB 1,921 1
910,324 910,324 00000000000000000000602837585e26777da07a52f077971506e139b05edff3 1.77 MB 4,152 0
910,323 910,323 0000000000000000000039d768170a127acab4590e55c667c9d1d1593ac84e29 1.65 MB 3,750 1
910,322 910,322 00000000000000000001039547176d42d7e32208dd84fded0d297010ce27c92a 1.78 MB 2,780 2
910,321 910,321 000000000000000000019034b6c32517b43bec92d2f89957d3938229b5910d65 1.88 MB 3,125 2
910,320 910,320 000000000000000000008105e78ff707c7512ab69a87eae8b995c2d58745eea7 1.64 MB 3,116 2
910,319 910,319 000000000000000000019caeac8b9d5ae35f8987dc4075f1c725914b6d81eeb7 2.19 MB 1,592 0
910,318 910,318 00000000000000000000577a9a4763bdf247f244eab5e45c4f1bcd491619e0d1 1.64 MB 3,430 3
910,317 910,317 000000000000000000003bac8dc61033e5e092b0979026e5ae66cfb107ca308b 3.98 MB 31 2
Previous 10 blocks ↓
Total Size: 774.46 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,254.85 GB sent, 120.88 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.