Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,755 transactions (0.48 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,602 000000000000000000022cb30000000000000000000000000000000000000000 0.47 vMB 1,748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,065 910,065 000000000000000000008378f5e033f20c53a346f246cf368b525d7c7b04302f 1.54 MB 4,747 4
910,064 910,064 0000000000000000000194732dd78420b5a59e199c55643fe31a4e632bf16fa6 1.58 MB 4,548 5
910,063 910,063 0000000000000000000013e5d9e68f64a6421a14f27353bcadf32af75d00157d 1.44 MB 4,447 8
910,062 910,062 000000000000000000015ad8c045a4497c43d439b97aebe1a35917b65a1e5d99 1.56 MB 4,475 4
910,061 910,061 00000000000000000000fe4208f64c4cc48a6d3fdd1659d3bedc75fbe3d898e3 1.54 MB 4,513 5
910,060 910,060 000000000000000000015089aac59747ea96e3466be58243652a1418bb7a34f6 1.49 MB 4,489 6
910,059 910,059 0000000000000000000185d6f5fa5c6fdae39217d8e838e382140675d6e82150 1.52 MB 3,970 2
910,058 910,058 000000000000000000007386e0371b1648a53ae9367376f20cfe29a8bde4be27 1.78 MB 3,178 2
910,057 910,057 0000000000000000000183744424e5f7aaa846c10e25e0146f57f6c3a0647302 1.48 MB 3,220 2
910,056 910,056 00000000000000000000dc5a7a63363f8979420c780317649af74dba44726f0b 1.65 MB 4,258 4
910,055 910,055 0000000000000000000040cc17192074bf8f60484eca19c1ff86c573955c9e1a 1.58 MB 3,971 5
910,054 910,054 000000000000000000011be0fcbd8241c0e1b96adba13395841f7410e2f6f65a 1.51 MB 4,777 4
910,053 910,053 00000000000000000000080be5bd7c5e763686e4e20a80f37d6908c7b4fe6698 1.58 MB 3,496 1
910,052 910,052 0000000000000000000012031a8789aa1b2ce3b8666c6c32ff8ec38fce82f83e 1.59 MB 1,952 1
910,051 910,051 00000000000000000001473006c2df2b5f9860e71a0289eb5cabb0935efe5d12 1.53 MB 4,109 3
910,050 910,050 000000000000000000014d54d52f37da34a2178bdd32b17d4ffd9860c246f1e7 1.53 MB 4,162 3
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
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.