Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,160 transactions (5.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,621 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,049 910,049 00000000000000000001017caed898c57faa23bad7500a983617499a1706c2ea 1.60 MB 2,509 1
910,048 910,048 0000000000000000000160ef3347a38f650f29a46f102cb3126b6f3c3598cf5d 1.52 MB 4,409 4
910,047 910,047 000000000000000000007b3a75b47c953a787b43537c81d56e0b7ef6f2011b3e 1.57 MB 3,420 2
910,046 910,046 00000000000000000001172f26304645fdd664437f4507def458b638769f6be7 1.51 MB 2,756 2
910,045 910,045 000000000000000000009beb035f5fdd45e127317714d0334fa12bd71921c2b6 1.54 MB 4,265 6
910,044 910,044 0000000000000000000215c702b1e2bbf00f2ec66644c84507b4eb08af43a34e 1.63 MB 3,880 3
910,043 910,043 00000000000000000001497a37d178febc24cbc1ce6aa072b690afcb7d1405d1 1.55 MB 3,597 7
910,042 910,042 00000000000000000000645e5a353c6a8b4052f8c3c733de2acc635ab2accf30 1.56 MB 4,297 5
910,041 910,041 00000000000000000001c17824590055fd05264a60154b3a60626f54bf4f4ed8 1.63 MB 3,070 8
910,040 910,040 0000000000000000000223c596b6c9924c48c5d70c67a849a6baad9bead6feed 1.80 MB 4,269 0
910,039 910,039 00000000000000000000f8b1442c4d9f528898874be43c67c052b78fa5ab5652 1.79 MB 1,992 2
910,038 910,038 00000000000000000001984751781d27392a4901c1235b74dcbae32379f312bb 1.68 MB 2,228 2
910,037 910,037 00000000000000000000228375019e08a7134f1390fad3d44d318835c814150a 1.80 MB 3,859 2
910,036 910,036 000000000000000000009a40c8e66bcf9d2c8c74cb5a65595647a791dd39242b 2.12 MB 2,862 1
910,035 910,035 00000000000000000001ac976925c8772bbdf41b0c8992476fe11f9c2657b55f 1.52 MB 1,586 1
910,034 910,034 00000000000000000001761082732cd49e8ddfad9abeece6e5e3516d7a87d28d 1.64 MB 3,764 4
910,033 910,033 0000000000000000000125f91a1daffc1b33a8bf7ade647d2b82357965448f91 1.77 MB 1,707 1
910,032 910,032 00000000000000000000cae3de22388361cdef34d84c6fbbc060b569f3ac1345 1.51 MB 2,868 3
910,031 910,031 000000000000000000000b70b64c8cd2a0fcfe95011590f1b281b8af07f4b25c 1.59 MB 4,037 6
910,030 910,030 00000000000000000000710e0d77a70634d64f9e9d8fb923d806490e668e4679 1.57 MB 3,699 5
910,029 910,029 00000000000000000000cfb2cf092adb04b0c2c3040ba1dc00a0899e027f39e8 1.56 MB 3,214 5
Previous 10 blocks ↓
Total Size: 774.54 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,261.83 GB sent, 121.27 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.