Memory Pool Memory Pool Refreshing

4,073 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,672 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (584,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,403 323,403 00000000000000000ded2a39eea5de438be295767b39059ca79049a0a3911ac5 0.25 MB 518 29
323,402 323,402 0000000000000000130998741ba8554b560e7f8f71e4cceecdd2f5a2f81c89ac 0.74 MB 1,379 29
323,401 323,401 000000000000000015886424add159a97da7638284fb3cebf28d778cf43d5879 0.35 MB 563 28
323,400 323,400 00000000000000001b9a86d42d78856f6efa61ab5a93a6419b3702f801729b78 0.16 MB 264 24
323,399 323,399 00000000000000000a276a1dbddf615c0027a1b7269bf3083ed23e11d34cb9ed 0.33 MB 638 29
323,398 323,398 00000000000000000bce6f468f82e31b01c131657b3fa1633e80ea45837aa496 0.06 MB 128 29
323,397 323,397 00000000000000001b3de6ee153d2fec90c21158a841714e97d4afb8961d3a32 0.03 MB 46 25
323,396 323,396 000000000000000003870f87ec9998138fe37e5a00f8dc1180294811f8694703 0.29 MB 455 32
323,395 323,395 00000000000000001eab9a10d3ed6446950b7adf0ae9d73ccb61f5d3ba984075 0.11 MB 197 29
323,394 323,394 000000000000000017b785038fd8ecdb43a2d8d6ac4592cbb2aa6816af59276b 0.67 MB 1,147 27
323,393 323,393 000000000000000018aa674409ac616f5c255e695f9f8b3a88a9af128f55f5b3 0.07 MB 145 26
323,392 323,392 00000000000000001ee63f66c5751ddb5a6e0bf6ccaa6b19a38d93b854766579 0.19 MB 322 28
323,391 323,391 000000000000000017449fb0a10421cfb455d709dfefe7b199d1d1d372802506 0.09 MB 176 17
323,390 323,390 00000000000000000c6c47c0e8440dcef671d9ecd8ac2882219b97c9ccd0a2f8 0.40 MB 827 31
323,389 323,389 000000000000000015482bb0861b840f586562cc361af65a2f86feb39e38392a 0.02 MB 64 15
323,388 323,388 000000000000000015b137209dcd4a00e69714b17f094bac510b5ac1515a5dc3 0.73 MB 1,142 25
323,387 323,387 00000000000000001f7e25f901c76dc7e7141ddffbb3d34e0ec75c783c55d9b3 0.04 MB 64 70
323,386 323,386 000000000000000010ffc16d5d27b231f63b10c2eeb88cedfbe3260cd2df2689 0.75 MB 852 18
323,385 323,385 000000000000000019e05cb96c7e1100837189c1321891636a08f1d7d46ec9c8 0.75 MB 1,573 30
323,384 323,384 000000000000000018cef02aca71e3642187e502545672bee73cc95a1bdc2469 0.35 MB 851 43
323,383 323,383 00000000000000001d7ca6e392ff08601a3970989d1bf143f1fbc647cb05425a 0.75 MB 1,115 23
Previous 10 blocks ↓
Total Size: 769.23 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: 1,634.73 GB sent, 94.06 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.