Memory Pool Memory Pool Refreshing

2,744 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (871,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,144 37,144 00000000611794f612b28fc29fc92d96b7615d870d4ac515909eda6d5034be9b 0.00 MB 1 0
37,143 37,143 00000000b9ebdca21f068537b99f0a15ce2dc8d03a5e547950e190e0e4b04cd1 0.00 MB 1 0
37,142 37,142 00000000b98b666441b8eedb25e16f89038a19b74dd8be9af46e6998097cdb0b 0.00 MB 1 0
37,141 37,141 000000006c33150ebca09c5674b2d7ceab5544cf9b8636837ee4156d5a6ceb9c 0.00 MB 1 0
37,140 37,140 000000007e9fe1bb0c56aaedb02f02f668496a7e4ebae1dd3ba69d085ec9305f 0.00 MB 1 0
37,139 37,139 000000009ba1b9b0fc93ff8185bc846cf5d2f6ff751a1b7aa4eaea891434ff40 0.00 MB 1 0
37,138 37,138 0000000063753f228778bb1d4f001dcc04c5a0d455c1d723f23f0818a97c719c 0.00 MB 1 0
37,137 37,137 00000000843849bda95baf64bfe4e033cced7e472d1ed426b212ca4d8047dcd1 0.00 MB 1 0
37,136 37,136 0000000019ebf12f68ac5eb36b51113fe807d6e7c37bf0c7cd1db1ca17006c54 0.00 MB 1 0
37,135 37,135 0000000044a8b765533376d380e72c535ea2a9b04c13bbf0c9ef57c0bd16b0aa 0.00 MB 1 0
37,134 37,134 0000000041497699f5d7e46c8cfb82aac99e2dc0bd681c3648e1ed6f7d527795 0.00 MB 1 0
37,133 37,133 0000000058f4e4043f01af5147bb02148f7022bc8776373dd37e4dda781b9db2 0.00 MB 1 0
37,132 37,132 000000002b35747e14260b43497ac02cb985c45f89c7a342aeb034f7b392f55f 0.00 MB 1 0
37,131 37,131 00000000016ae0a8b1d6a1a07c37eb82bd09ee1baae1bdb7ffdc2407647aaaa3 0.00 MB 1 0
37,130 37,130 0000000010f43e2276eeb349ecc2811bd68ebe10403d613bc42e91a5097c7a67 0.00 MB 1 0
37,129 37,129 0000000034a74ebfc112b895fad461ffc9071af976ce960b1113e2dcc2fd713e 0.00 MB 1 0
37,128 37,128 000000005bde716db2dce4545d32bef84d3bd3f3fe0546143146f5c3e0fb4f5d 0.00 MB 1 0
37,127 37,127 00000000a9ab03a8be642e8225f4ccd7aba649732976241182b7913dba0c8d5f 0.00 MB 1 0
37,126 37,126 000000007e68cd74104320de25e3636ba18c446af69b078f7e6873d32507c424 0.00 MB 1 0
37,125 37,125 00000000afa9ce68f49c228b3ac845ef263ffcb5372b3e42f41038b441f8be2f 0.00 MB 1 0
37,124 37,124 00000000967ed7c59bf18d0b07e42fa99ff79d08fd493751e1cccecf021eb771 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.