Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,502 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,615 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,328 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,614 (819,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,990 90,990 00000000000943d1b7ee567038ef766a7e8a3ecafffd690383effe57b95a33ce 0.00 MB 2 0
90,989 90,989 000000000008e7d51bf8cc74e12e0e0e0fb53c946ed04444c707416333bf523d 0.00 MB 3 0
90,988 90,988 00000000000b0ed7b56306196e662b0b71eec4cd1b1f845ff06e67054ed47105 0.00 MB 1 0
90,987 90,987 000000000003a2b8def3b2602bfbbf53c87928780f08e4738f963ef5dd380c22 0.00 MB 3 0
90,986 90,986 00000000000be4d89c7feb6dbde10f823e215ddaaed30ad88c694f48a27f6457 0.00 MB 7 0
90,985 90,985 00000000000cbfe91e1725b0f5102f4efe5bf47bf5e6e5eeb52447cc928c061b 0.00 MB 1 0
90,984 90,984 000000000000e2f8d1629172df15749fd128bd1f2c67b6d6956882756b93be9e 0.00 MB 4 0
90,983 90,983 000000000009787d03e3eac8b4e6b6969c9bd476c942bcc10ef004b82af74650 0.00 MB 1 0
90,982 90,982 000000000000db1d07fb4eefeaf7cd3a564e26c0f51ea10e2f394bcf98b37c3e 0.00 MB 1 0
90,981 90,981 00000000000b5c1218d4cf83e369046d42ebd4a625a54b546582cb5af533ed7a 0.00 MB 1 0
90,980 90,980 000000000002dcebf0b8cc6b12fba724c0b720769e27c6188511e2d3055b196f 0.00 MB 1 0
90,979 90,979 00000000000540a8f01112a568f8477187a355fc9ff81c82c01de8f1cd5aa499 0.00 MB 2 0
90,978 90,978 00000000000d4a15feb3206810b4a0cc5e65489df5944bbb83ceb9467570106b 0.00 MB 1 0
90,977 90,977 00000000000c4701ff45c4441f1b69e680d8647ed65728cba5dd02fb550d6189 0.00 MB 2 0
90,976 90,976 000000000005d7da826ca83ca02a5e318c3a007b05f5e702a895df870751d082 0.00 MB 4 0
90,975 90,975 00000000000d708aad975a2ca93aeb5dde6dd6701acf79ae56ab8b4d05657572 0.00 MB 1 0
90,974 90,974 00000000000b74125627d7b74e26c324d1ca6ae7e5802bef16eae593a93adb46 0.00 MB 1 0
90,973 90,973 000000000006fa66644dbf524f656ecf681b871057a81ff351237f8ab78e3767 0.00 MB 1 0
90,972 90,972 000000000002885e7a26ea610399dbb86e15d87805f777accee4f91c4e51b438 0.00 MB 1 0
90,971 90,971 00000000000df9237be828dcb14ae60303473363d919918457232d43f41b3aa8 0.00 MB 7 0
90,970 90,970 00000000000d951ccbb64946dd1d60d133717fc622524228d4ab12d67d143bfe 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.51 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,257.77 GB sent, 121.09 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.