Memory Pool Memory Pool Refreshing

2,224 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,816 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,829 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (200,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,248 707,248 000000000000000000093445afed4d8075d906282542e6e3d063f1e4cb92d856 0.09 MB 143 10
707,247 707,247 000000000000000000092a70362c99e3d50198f1af44f4642b21a96cba9586f5 0.12 MB 320 11
707,246 707,246 0000000000000000000d667e9ddd2875ef520061c32b1f60447515dda2974130 0.44 MB 883 17
707,245 707,245 0000000000000000000146c0c85ea371bad579179b36c9204f1c78fa10dc00d9 0.06 MB 102 11
707,244 707,244 0000000000000000000be9c8872df00538fee694b7f79cb655facd5479d09ff6 1.09 MB 2,071 13
707,243 707,243 000000000000000000074757a2736a8f1c934e743ff7e3fba85edf221a8b7774 0.01 MB 29 4
707,242 707,242 0000000000000000000df94981fc6baae60c66e682ec4b94bb6380e5438f2a9c 0.85 MB 1,435 11
707,241 707,241 000000000000000000072b9edcdd61902c00f2abad4d4895a1545eef155a72db 1.27 MB 1,800 4
707,240 707,240 00000000000000000003e80020c472f70acca870068f5319c4d9c176d4fac718 1.29 MB 1,673 12
707,239 707,239 0000000000000000000937400feb277004f7b4349851eccbdc5c30ebd7911152 1.51 MB 2,322 15
707,238 707,238 0000000000000000000baf9798ace568c14535c00fbf89dd122bb734558006e5 0.54 MB 905 13
707,237 707,237 00000000000000000007b19bc4821c804cee10e27209df90c54c4b163bd8bcd2 1.54 MB 2,118 5
707,236 707,236 0000000000000000000398049b105b648fb749652ba10abc480182e0bdd24d4a 1.26 MB 1,551 3
707,235 707,235 00000000000000000002785457155ab7eea6c299c2c2696572dca236aa2b0163 1.46 MB 3,272 17
707,234 707,234 0000000000000000000a1e78e2eddaa379fd56445794da2d889f56a4b4a7f2c2 1.47 MB 1,766 69
707,233 707,233 00000000000000000001d88052e40397564c064432c7a924457967329356ab90 0.89 MB 1,695 22
707,232 707,232 0000000000000000000616875722f39098187d184e7144f1ae559c06dbc1f10b 1.25 MB 1,648 101
707,231 707,231 00000000000000000004ac6c2d7b545de9f737f1c710e76ec9adccfd4fdb7909 0.89 MB 1,576 13
707,230 707,230 000000000000000000086f0634419aea845a909620f55c3bc99fbfe1a7db2b01 0.66 MB 1,234 8
707,229 707,229 0000000000000000000743157de7826140196b447331ecad5f26576993a9c3a0 0.35 MB 594 9
707,228 707,228 00000000000000000001be18ee11e6bc999c9d7d080e54eb71f0ed8d2d36bc4e 0.92 MB 1,834 10
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.