Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,408 transactions (0.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,596 000000000000000000022cb30000000000000000000000000000000000000000 0.94 vMB 2,408 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,595 (463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,132 909,132 0000000000000000000120ef4f9e0e64a018056c0b2acd63a7f711fe1ee03784 1.60 MB 3,292 1
909,131 909,131 000000000000000000004bb4391ecb49e5e68a491c0157c3764290e8b2312487 1.48 MB 4,049 2
909,130 909,130 00000000000000000001062a53302a18d1af9fc30081d1203961546bc2c2a105 1.61 MB 3,743 3
909,129 909,129 0000000000000000000041541f4f2e4ceecd50afc640c6d3a8700cdf4e32a67f 1.51 MB 3,943 3
909,128 909,128 00000000000000000001d11322afb32c9f87488b325fa2a495f1016f36579b78 1.53 MB 4,030 5
909,127 909,127 000000000000000000000bce49cd01d9dc446016623e4ea0594690562b83be93 1.58 MB 3,817 1
909,126 909,126 00000000000000000001fbc635c2ab68b00dacf9ada3b92ca9b4926cafe58dae 1.61 MB 3,181 5
909,125 909,125 00000000000000000000fed7c29c15b3e1de45c6b50caa640a6b73dbfe3edf95 1.63 MB 3,912 1
909,124 909,124 00000000000000000000d193985bfef322ff6d5c58af4246cd68360674721cab 1.60 MB 3,199 2
909,123 909,123 000000000000000000002e664de5555412797ae073b8ea5e49b03c3e31a19c35 1.59 MB 3,061 1
909,122 909,122 000000000000000000011025a9a3958f8319b96c3513696ae44fb458f13afe55 1.63 MB 3,465 5
909,121 909,121 0000000000000000000125373190b9749f2d3bcb58c5f8c9490d600a67a252ac 1.55 MB 3,297 2
909,120 909,120 0000000000000000000057badaff9ec056eb93678325c02702c3ec35e217f3ab 1.81 MB 2,630 2
909,119 909,119 00000000000000000001bad66b58c34a1d2ceff267527dfc786c165e84687caa 1.56 MB 3,507 3
909,118 909,118 000000000000000000011974d1f288cac64627c8a47f28c1cb1c92d8d7df3d5c 0.14 MB 199 0
909,117 909,117 0000000000000000000052414554e1fd0a5736a522499c4394830fc237eb978a 1.23 MB 2,485 3
909,116 909,116 0000000000000000000076291b9899e01d16e32c0fd892a0e8401996a452bf70 1.72 MB 4,732 0
909,115 909,115 000000000000000000004ce55b21e97a66562da0554a1a45b822f8b2206bb1f7 0.51 MB 858 2
909,114 909,114 00000000000000000000a3c5d759a424f9d76735abe0b72bcf1687cb3acd813c 0.42 MB 297 2
909,113 909,113 00000000000000000001af44fcd8594123fdee714531fb4c11a08561bd63a8e9 1.69 MB 2,338 2
909,112 909,112 00000000000000000001fe4d50a975df5e05901938f52351b671d1e434876d96 3.96 MB 61 2
Previous 10 blocks ↓
Total Size: 772.66 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,097.34 GB sent, 111.60 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.