Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,403 transactions (0.45 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
911,956 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,955 (479,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
432,124 432,124 00000000000000000035c4c2d999e153617d678550650a814a14a2faa4ddfb43 1.00 MB 2,146 62
432,123 432,123 000000000000000000a52a16a48300f9ed6fe7a086a40268a95d9757ad9a691c 1.00 MB 638 79
432,122 432,122 000000000000000003254f4937ac57900f7daec38ac07dd9319b5e66ab4b40f9 1.00 MB 1,982 105
432,121 432,121 00000000000000000278e7b4d94cca3b03ca77916c40b24c0960786be0602a02 1.00 MB 2,768 66
432,120 432,120 000000000000000001fb870121abc2b60fd622abb725eb94ca4d40ab148ef4dc 1.00 MB 2,158 76
432,119 432,119 0000000000000000016bf3879f2c2e2f2e0a0b16f30ab92adc4a810115dcaba0 1.00 MB 2,332 67
432,118 432,118 000000000000000001345eea878c04a1135560be8d9dfb41ce56e0faba447c1e 1.00 MB 1,108 82
432,117 432,117 000000000000000002aeb209c1fa1bddc0174c704d1d8dc9a5dbe0854ed80ffd 1.00 MB 1,293 93
432,116 432,116 0000000000000000036adda06b72586dc27c89604ebd9a4adcbdef40b0f01487 1.00 MB 1,430 146
432,115 432,115 000000000000000001531e29a9227db44951034394b5210b8052dc082cfdaf63 0.37 MB 930 65
432,114 432,114 0000000000000000001f578ba2330796a4aef619d8eda2e48304804e6bb19956 1.00 MB 564 14
432,113 432,113 000000000000000001b935480f1ec00c1306626148e15ddf9c3a54f2a49d6daf 0.80 MB 1,416 40
432,112 432,112 000000000000000001f48e9c3f7f73e567d9a6e7597c621d92d952efd74869ca 0.99 MB 1,919 49
432,111 432,111 000000000000000000efb513e41bc4031a259329888d694b144b9f425c9282ae 1.00 MB 2,506 67
432,110 432,110 00000000000000000140f2372d162f68c9be8455df331a5f57bbd23216604ef2 0.15 MB 387 65
432,109 432,109 0000000000000000023ac9a5c5a65a2b2208dff60ea0ae20bf7e89f49080db07 0.12 MB 283 60
432,108 432,108 000000000000000003a99f6ae5eafb16751c17b5e0da65f4e765f49597e4917c 0.31 MB 700 59
432,107 432,107 000000000000000002e07d7a8b4cf2be2fce58a22c46fa1ce49922314846ef09 0.40 MB 744 41
432,106 432,106 000000000000000000c9a1a827cb5045b0e355ac3846050f1b88b5391bb12b1a 1.00 MB 2,726 64
432,105 432,105 000000000000000000e0d112af090c8dc7e6ab18a7634606e96a88215aca044f 0.29 MB 567 66
432,104 432,104 000000000000000003ee3c48c5bf553a902f8aa05c9b961a7ab5eb3a248c9d4c 0.74 MB 455 17
Previous 10 blocks ↓
Total Size: 777.00 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,495.85 GB sent, 133.46 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.